mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 09:18:04 +02:00
ci/b2c: fix the S3 artifact for amd64 manual vk/gl
Fixes:5b291c7ce6("ci: Move r300/nine/nvk builds out of critical path") Signed-off-by: Martin Roukala (né Peres) <martin.roukala@mupuf.org> Reviewed-by: Eric Engestrom <None> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33446> (cherry picked from commitc63041c0ed)
This commit is contained in:
parent
8eb769a540
commit
a112f94c76
2 changed files with 5 additions and 1 deletions
|
|
@ -425,6 +425,8 @@ yaml-toml-shell-py-test:
|
|||
extends:
|
||||
- .use-debian/x86_64_test-vk
|
||||
- .b2c-x86_64-test
|
||||
variables:
|
||||
S3_ARTIFACT_NAME: "debian-build-testing"
|
||||
needs:
|
||||
- debian/x86_64_test-vk
|
||||
- debian-build-testing
|
||||
|
|
@ -443,6 +445,8 @@ yaml-toml-shell-py-test:
|
|||
extends:
|
||||
- .use-debian/x86_64_test-gl
|
||||
- .b2c-x86_64-test
|
||||
variables:
|
||||
S3_ARTIFACT_NAME: "debian-build-testing"
|
||||
needs:
|
||||
- debian/x86_64_test-gl
|
||||
- debian-build-testing
|
||||
|
|
|
|||
|
|
@ -154,7 +154,7 @@
|
|||
"description": "ci/b2c: fix the S3 artifact for amd64 manual vk/gl",
|
||||
"nominated": true,
|
||||
"nomination_type": 2,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "5b291c7ce652c27800624808f6bfef513d7ac3de",
|
||||
"notes": null
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue