Skip to content

Commit

Permalink
[release-v1.15] Add Konflux configurations (#992)
Browse files Browse the repository at this point in the history
* [release-v1.15] Sync Konflux configurations

* Run make generate-release

---------

Co-authored-by: serverless-qe <[email protected]>
  • Loading branch information
serverless-qe and serverless-qe authored Jan 28, 2025
1 parent 0c1358a commit d445ffb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ spec:
value: rhtap-releng-tenant/registry-standard-stage
- name: TIMEOUT
value: "120m"
- name: WORKERS
value: "8"
application: serverless-operator-135
contexts:
- description: Application testing
name: application
name: push
resolverRef:
params:
- name: url
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ metadata:
spec:
params:
- name: POLICY_CONFIGURATION
value: rhtap-releng-tenant/registry-standard
value: rhtap-releng-tenant/registry-ocp-serverless-prod
- name: TIMEOUT
value: "120m"
- name: WORKERS
value: "8"
application: serverless-operator-135
contexts:
- description: Override Snapshot testing
Expand Down
2 changes: 1 addition & 1 deletion openshift/ci-operator/build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN wget https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 &&
RUN ./get-helm-3 --version v3.11.3 --no-sudo && helm version

RUN GOFLAGS='' go install github.com/mikefarah/yq/v3@latest
RUN GOFLAGS='' go install -tags="exclude_graphdriver_btrfs containers_image_openpgp" github.com/containers/skopeo/cmd/skopeo@v1.16.1
RUN GOFLAGS='' go install -tags="exclude_graphdriver_btrfs containers_image_openpgp" github.com/containers/skopeo/cmd/skopeo@v1.17.0

# go install creates $GOPATH/.cache with root permissions, we delete it here
# to avoid permission issues with the runtime users
Expand Down

0 comments on commit d445ffb

Please sign in to comment.