From 6e68a522ab4303c316f6039e4beaaa7ea20a63f9 Mon Sep 17 00:00:00 2001 From: Dmitrii Sharshakov Date: Sat, 15 Mar 2025 19:37:33 +0100 Subject: [PATCH] chore: fix conformance artifact name Make sure names are not conflicting so that integration-qemu can be uploaded Signed-off-by: Dmitrii Sharshakov --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/integration-conformance-cron.yaml | 4 ++-- .kres.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1b04ad10d..ae032835b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-03-14T10:24:50Z by kres ec5ec04. +# Generated on 2025-03-17T14:17:07Z by kres ec5ec04. name: default concurrency: @@ -1239,7 +1239,7 @@ jobs: if: always() uses: actions/upload-artifact@v4 with: - name: talos-logs-integration-qemu + name: talos-logs-integration-conformance path: |- /tmp/logs-*.tar.gz /tmp/support-*.zip diff --git a/.github/workflows/integration-conformance-cron.yaml b/.github/workflows/integration-conformance-cron.yaml index 66e9d511f..14165b5f6 100644 --- a/.github/workflows/integration-conformance-cron.yaml +++ b/.github/workflows/integration-conformance-cron.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-03-13T11:51:46Z by kres ec5ec04. +# Generated on 2025-03-17T14:17:07Z by kres ec5ec04. name: integration-conformance-cron concurrency: @@ -91,7 +91,7 @@ jobs: if: always() uses: actions/upload-artifact@v4 with: - name: talos-logs-integration-qemu + name: talos-logs-integration-conformance path: |- /tmp/logs-*.tar.gz /tmp/support-*.zip diff --git a/.kres.yaml b/.kres.yaml index 4dc46dfd5..03dc2ee11 100644 --- a/.kres.yaml +++ b/.kres.yaml @@ -400,7 +400,7 @@ spec: - always artifactStep: type: upload - artifactName: talos-logs-integration-qemu + artifactName: talos-logs-integration-conformance disableExecutableListGeneration: true artifactPath: /tmp/logs-*.tar.gz additionalArtifacts: