Skip to content

Commit 90edeb4

Browse files
Attempt to run test_inst on arm64
1 parent 39d5106 commit 90edeb4

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -883,6 +883,25 @@ muzzle-dep-report:
883883
- scheduler_failure
884884
- data_integrity_failure
885885

886+
.test_job_arm64_with_test_agent:
887+
extends: .test_job_arm64_poc
888+
variables:
889+
CI_USE_TEST_AGENT: "true"
890+
CI_AGENT_HOST: local-agent
891+
services:
892+
- name: registry.ddbuild.io/images/mirror/dd-apm-test-agent/ddapm-test-agent:v1.44.0
893+
alias: local-agent
894+
variables:
895+
LOG_LEVEL: "DEBUG"
896+
TRACE_LANGUAGE: "java"
897+
DD_SUPPRESS_TRACE_PARSE_ERRORS: "true"
898+
DD_POOL_TRACE_CHECK_FAILURES: "true"
899+
DD_DISABLE_ERROR_RESPONSES: "true"
900+
ENABLED_CHECKS: "trace_content_length,trace_stall,meta_tracer_version_header,trace_count_header,trace_peer_service,trace_dd_service"
901+
script:
902+
- !reference [.test_job_arm64_poc, script]
903+
- .gitlab/check_test_agent_results.sh
904+
886905
.test_job_with_test_agent:
887906
extends: .test_job
888907
variables:
@@ -971,6 +990,17 @@ test_inst:
971990
parallel:
972991
matrix: *test_matrix_8
973992

993+
test_inst_arm64:
994+
extends: .test_job_arm64_with_test_agent
995+
when: manual
996+
allow_failure: true
997+
variables:
998+
testJvm: "21"
999+
GRADLE_TARGET: ":instrumentationTest"
1000+
parallel:
1001+
matrix:
1002+
- CI_SPLIT: [ "1/8", "2/8", "3/8", "4/8", "5/8", "6/8", "7/8", "8/8" ]
1003+
9741004
test_inst_latest:
9751005
extends: .test_job_with_test_agent
9761006
variables:

0 commit comments

Comments
 (0)