VNC-151 Fix merge

This commit is contained in:
El 2026-01-06 09:18:55 +00:00
parent 5205c26be3
commit fc64d85c2b
No known key found for this signature in database
GPG Key ID: 205388FEB607950A

View File

@ -90,6 +90,13 @@ stages:
GROUP: 16
default:
retry: 2
tags:
- oci-fixed-amd
functional_test:
stage: functional_test
image: $DEBIAN_STABLE_IMAGE
tags:
- oci-fixed-amd
before_script:
@ -161,6 +168,7 @@ build_amd64:
artifacts:
paths:
- output/
resource_group: "concurrent_$GROUP"
parallel:
*parallel_matrix
@ -182,6 +190,10 @@ build_arm64:
artifacts:
paths:
- output/
resource_group: "concurrent_$GROUP"
parallel:
*parallel_matrix
run_test_amd64:
stage: run_test
@ -208,6 +220,8 @@ run_test_amd64:
reports:
junit:
- run_test/*.xml
parallel:
*parallel_matrix
run_test_arm64:
stage: run_test