From d445ffb1a17cab38b92a0e19c0999705a233064f Mon Sep 17 00:00:00 2001 From: Serverless QE Robot <86025630+serverless-qe@users.noreply.github.com> Date: Tue, 28 Jan 2025 11:57:40 +0100 Subject: [PATCH] [release-v1.15] Add Konflux configurations (#992) * [release-v1.15] Sync Konflux configurations * Run make generate-release --------- Co-authored-by: serverless-qe --- .../applications/serverless-operator-135/tests/ec-test.yaml | 4 +++- .../tests/override-snapshot-ec-test.yaml | 4 +++- openshift/ci-operator/build-image/Dockerfile | 2 +- 3 files changed, 7 insertions(+), 3 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 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