chore: fix conformance artifact name

Make sure names are not conflicting so that integration-qemu can be uploaded

Signed-off-by: Dmitrii Sharshakov <dmitry.sharshakov@siderolabs.com>
This commit is contained in:
Dmitrii Sharshakov 2025-03-15 19:37:33 +01:00
parent f592730d9d
commit 6e68a522ab
No known key found for this signature in database
GPG Key ID: 9866BBFAF691F3AF
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # 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 name: default
concurrency: concurrency:
@ -1239,7 +1239,7 @@ jobs:
if: always() if: always()
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: talos-logs-integration-qemu name: talos-logs-integration-conformance
path: |- path: |-
/tmp/logs-*.tar.gz /tmp/logs-*.tar.gz
/tmp/support-*.zip /tmp/support-*.zip

View File

@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # 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 name: integration-conformance-cron
concurrency: concurrency:
@ -91,7 +91,7 @@ jobs:
if: always() if: always()
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: talos-logs-integration-qemu name: talos-logs-integration-conformance
path: |- path: |-
/tmp/logs-*.tar.gz /tmp/logs-*.tar.gz
/tmp/support-*.zip /tmp/support-*.zip

View File

@ -400,7 +400,7 @@ spec:
- always - always
artifactStep: artifactStep:
type: upload type: upload
artifactName: talos-logs-integration-qemu artifactName: talos-logs-integration-conformance
disableExecutableListGeneration: true disableExecutableListGeneration: true
artifactPath: /tmp/logs-*.tar.gz artifactPath: /tmp/logs-*.tar.gz
additionalArtifacts: additionalArtifacts: