From 50cfa4952e8ffbee9522a55c8077b9143b610b19 Mon Sep 17 00:00:00 2001 From: Cara Wang Date: Wed, 8 Apr 2026 19:52:34 +0800 Subject: [PATCH 1/3] fix: add workspaces Assisted-by: Claude --- integration-tests/Pipelines/e2e-main-pipeline.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/integration-tests/Pipelines/e2e-main-pipeline.yaml b/integration-tests/Pipelines/e2e-main-pipeline.yaml index 300fd92b..a37b0966 100644 --- a/integration-tests/Pipelines/e2e-main-pipeline.yaml +++ b/integration-tests/Pipelines/e2e-main-pipeline.yaml @@ -74,6 +74,9 @@ spec: description: 'Cypress test spec file to run (for debugging, run single test)' default: 'tests/features.spec.ts' type: string + workspaces: + - name: shared-data + optional: true tasks: - name: konflux-ui-pr-metadata taskRef: From e7483ca7b17fafa5e4e45ebf2850c6f1dda48873 Mon Sep 17 00:00:00 2001 From: Cara Wang Date: Wed, 8 Apr 2026 17:16:18 +0800 Subject: [PATCH 2/3] chore: test e2e build image process Assisted-by: Claude --- integration-tests/Pipelines/e2e-main-pipeline.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/integration-tests/Pipelines/e2e-main-pipeline.yaml b/integration-tests/Pipelines/e2e-main-pipeline.yaml index a37b0966..300fd92b 100644 --- a/integration-tests/Pipelines/e2e-main-pipeline.yaml +++ b/integration-tests/Pipelines/e2e-main-pipeline.yaml @@ -74,9 +74,6 @@ spec: description: 'Cypress test spec file to run (for debugging, run single test)' default: 'tests/features.spec.ts' type: string - workspaces: - - name: shared-data - optional: true tasks: - name: konflux-ui-pr-metadata taskRef: From c382bfa5690b6bb3ecd20f45398607d715d8d8a8 Mon Sep 17 00:00:00 2001 From: Cara Wang Date: Wed, 8 Apr 2026 18:28:04 +0800 Subject: [PATCH 3/3] chore: test e2e image build process Assisted-by: Claude --- e2e-tests/Containerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/e2e-tests/Containerfile b/e2e-tests/Containerfile index f2d42b3c..3f43975a 100644 --- a/e2e-tests/Containerfile +++ b/e2e-tests/Containerfile @@ -10,7 +10,6 @@ RUN wget "https://github.com/sigstore/cosign/releases/download/v3.0.4/cosign-lin USER node:0 -# test COPY --chown=node:root --chmod=775 . /tmp/e2e RUN chmod -R 775 /tmp/e2e