From 5d6059afeb684eeeccbfb5fd73f7bccc5f36d53a Mon Sep 17 00:00:00 2001 From: serverless-qe Date: Mon, 27 Jan 2025 08:38:19 +0000 Subject: [PATCH 1/2] [release-v1.15] Sync Konflux configurations --- .../applications/serverless-operator-135/tests/ec-test.yaml | 4 +++- .../tests/override-snapshot-ec-test.yaml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.konflux/applications/serverless-operator-135/tests/ec-test.yaml b/.konflux/applications/serverless-operator-135/tests/ec-test.yaml index 74995ba3ca5..ab2f3e7abd2 100755 --- a/.konflux/applications/serverless-operator-135/tests/ec-test.yaml +++ b/.konflux/applications/serverless-operator-135/tests/ec-test.yaml @@ -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 diff --git a/.konflux/applications/serverless-operator-135/tests/override-snapshot-ec-test.yaml b/.konflux/applications/serverless-operator-135/tests/override-snapshot-ec-test.yaml index fb1de286c4d..7e57288f852 100755 --- a/.konflux/applications/serverless-operator-135/tests/override-snapshot-ec-test.yaml +++ b/.konflux/applications/serverless-operator-135/tests/override-snapshot-ec-test.yaml @@ -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 From 0224d95f564a4872fd6ab212cc7612cf03f68bc9 Mon Sep 17 00:00:00 2001 From: serverless-qe Date: Mon, 27 Jan 2025 09:00:13 +0000 Subject: [PATCH 2/2] Run make generate-release --- openshift/ci-operator/build-image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift/ci-operator/build-image/Dockerfile b/openshift/ci-operator/build-image/Dockerfile index deaa5319929..c141d4fb902 100755 --- a/openshift/ci-operator/build-image/Dockerfile +++ b/openshift/ci-operator/build-image/Dockerfile @@ -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