Skip to content

Commit

Permalink
disable s390x builds for PRs
Browse files Browse the repository at this point in the history
This infra has been flakier, so reducing the dependency on it (as well
as the load).

Signed-off-by: arewm <[email protected]>
  • Loading branch information
arewm committed Jan 6, 2025
1 parent 6ff1502 commit c08eb6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tekton/buildah-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
- linux/x86_64
- linux/arm64
- linux/ppc64le
- linux/s390x
# - linux/s390x
pipelineRef:
name: build-pipeline
timeouts:
Expand Down
2 changes: 1 addition & 1 deletion .tekton/buildah-task-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
- linux/x86_64
- linux/arm64
- linux/ppc64le
- linux/s390x
# - linux/s390x
- name: dockerfile
value: Containerfile.task
pipelineRef:
Expand Down

0 comments on commit c08eb6d

Please sign in to comment.