mirror of
https://github.com/siderolabs/talos.git
synced 2025-09-29 09:41:12 +02:00
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:
parent
f592730d9d
commit
6e68a522ab
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user