Skip to content

Commit dfadb7a

Browse files
sbouchetclaude
andauthored
Remove container registry push workflows and Travis CI triggers (#360)
machine-exec is no longer pushed to container registries. - Delete next-build.yaml (pushed to Quay on main) - Delete release.yml (pushed to Quay + DockerHub on release) - Remove Travis CI trigger job and Quay tag from PR build check The PR workflow retains the Docker build validation step (push: false) to catch Dockerfile regressions. Related: https://redhat.atlassian.net/browse/CRW-4367 Signed-off-by: Stephane Bouchet <sbouchet@redhat.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent acd827d commit dfadb7a

3 files changed

Lines changed: 0 additions & 189 deletions

File tree

.github/workflows/gh_actions_pr.yaml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -29,29 +29,3 @@ jobs:
2929
file: build/dockerfiles/Dockerfile
3030
platforms: linux/amd64,linux/arm64
3131
push: false
32-
tags: quay.io/eclipse/che-machine-exec:pr-check
33-
34-
travis-build:
35-
runs-on: ubuntu-22.04
36-
continue-on-error: true
37-
steps:
38-
- name: Trigger build on Travis CI
39-
run: |
40-
body="{
41-
\"request\":{
42-
\"config\": {
43-
\"env\": {
44-
\"global\": [
45-
\"PR_NUMBER=${{ github.event.pull_request.number }}\"
46-
]
47-
}
48-
}
49-
}}"
50-
51-
curl -s -X POST \
52-
-H "Content-Type: application/json" \
53-
-H "Accept: application/json" \
54-
-H "Travis-API-Version: 3" \
55-
-H "Authorization: token ${{ secrets.TRAVIS_TOKEN }}" \
56-
-d "$body" \
57-
https://api.travis-ci.com/repo/eclipse-che%2Fche-machine-exec/requests

.github/workflows/next-build.yaml

Lines changed: 0 additions & 66 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 0 additions & 97 deletions
This file was deleted.

0 commit comments

Comments
 (0)