We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f381459 commit 09682f2Copy full SHA for 09682f2
1 file changed
.gitlab-ci.yml
@@ -1115,7 +1115,7 @@ test_debugger_arm64:
1115
- !reference [.test_job_arm64, script]
1116
1117
test_smoke:
1118
- extends: .test_job
+ extends: .test_job_with_test_agent
1119
# needs:parallel:matrix limits this job to a specific build_tests combination.
1120
# Keep matrix vars exact and in build_tests declaration order:
1121
# https://docs.gitlab.com/ci/yaml/#needsparallelmatrix
@@ -1135,7 +1135,7 @@ test_smoke:
1135
matrix: *test_matrix_8
1136
1137
test_smoke_arm64:
1138
- extends: .test_job_arm64
+ extends: .test_job_arm64_with_test_agent
1139
variables:
1140
<<: *tier_l_variables
1141
GRADLE_TARGET: "stageMainDist :smokeTest"
0 commit comments