mirror of
https://github.com/siderolabs/talos.git
synced 2025-09-29 17:51:13 +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.
|
# 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
|
||||||
|
@ -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
|
||||||
|
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user