Skip to content

Commit 09682f2

Browse files
committed
feat(ci): Add test agent sidecar to smoke tests
1 parent f381459 commit 09682f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,7 +1115,7 @@ test_debugger_arm64:
11151115
- !reference [.test_job_arm64, script]
11161116

11171117
test_smoke:
1118-
extends: .test_job
1118+
extends: .test_job_with_test_agent
11191119
# needs:parallel:matrix limits this job to a specific build_tests combination.
11201120
# Keep matrix vars exact and in build_tests declaration order:
11211121
# https://docs.gitlab.com/ci/yaml/#needsparallelmatrix
@@ -1135,7 +1135,7 @@ test_smoke:
11351135
matrix: *test_matrix_8
11361136

11371137
test_smoke_arm64:
1138-
extends: .test_job_arm64
1138+
extends: .test_job_arm64_with_test_agent
11391139
variables:
11401140
<<: *tier_l_variables
11411141
GRADLE_TARGET: "stageMainDist :smokeTest"

0 commit comments

Comments
 (0)