TUN-9800: Prefix gitlab steps with operating system

This commit is contained in:
João "Pisco" Fernandes
2025-11-06 16:00:05 +00:00
parent eedbcf46d4
commit 4cfebb8319
3 changed files with 10 additions and 9 deletions
+4 -4
View File
@@ -9,7 +9,7 @@
CGO_ENABLED: 1
.default-packaging-job: &packaging-job-defaults
stage: build
stage: package
needs:
- ci-image-get-image-ref
rules:
@@ -73,7 +73,7 @@ include:
#################################
### Run Linux Component Tests ###
#################################
component-tests-linux: &component-tests-linux
linux-component-tests: &linux-component-tests
stage: test
extends: .component-tests
needs:
@@ -93,8 +93,8 @@ component-tests-linux: &component-tests-linux
######################################
### Run Linux FIPS Component Tests ###
######################################
component-tests-linux-fips:
<<: *component-tests-linux
linux-component-tests-fips:
<<: *linux-component-tests
needs:
- ci-image-get-image-ref
- linux-fips-build-boring-make