-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
direct junit upload from arm64 kmt tests #30175
Conversation
Gitlab CI Configuration ChangesModified Jobskmt_run_secagent_tests_arm64 kmt_run_secagent_tests_arm64:
after_script:
- DD_API_KEY=$($CI_PROJECT_DIR/tools/ci/fetch_secret.sh $AGENT_API_KEY_ORG2 token)
|| exit $?; export DD_API_KEY
- export MICRO_VM_IP=$(jq --exit-status --arg TAG $TAG --arg ARCH $ARCH --arg TEST_SET
$TEST_SET -r '.[$ARCH].microvms | map(select(."vmset-tags"| index($TEST_SET)))
| map(select(.tag==$TAG)) | .[].ip' $CI_PROJECT_DIR/stack.output)
- mkdir -p $CI_PROJECT_DIR/logs
- ssh metal_instance "ssh ${MICRO_VM_IP} \"journalctl -u setup-ddvm.service\"" >
$CI_PROJECT_DIR/logs/setup-ddvm.log || true
- cat $CI_PROJECT_DIR/logs/setup-ddvm.log || true
- ssh metal_instance "ssh ${MICRO_VM_IP} \"systemctl is-active setup-ddvm.service\""
| tee $CI_PROJECT_DIR/logs/setup-ddvm.status || true
- ssh metal_instance "scp ${MICRO_VM_IP}:/ci-visibility/junit.tar.gz /home/ubuntu/junit-${ARCH}-${TAG}-${TEST_SET}.tar.gz"
|| true
- scp "metal_instance:/home/ubuntu/junit-${ARCH}-${TAG}-${TEST_SET}.tar.gz" $DD_AGENT_TESTING_DIR/
|| true
- ssh metal_instance "scp ${MICRO_VM_IP}:/ci-visibility/testjson.tar.gz /home/ubuntu/testjson-${ARCH}-${TAG}-${TEST_SET}.tar.gz"
|| true
- scp "metal_instance:/home/ubuntu/testjson-${ARCH}-${TAG}-${TEST_SET}.tar.gz" $DD_AGENT_TESTING_DIR/
|| true
- ssh metal_instance "scp -r ${MICRO_VM_IP}:/tmp/test_pcaps /home/ubuntu/test_pcaps-${ARCH}-${TAG}-${TEST_SET}"
|| true
- mkdir -p "$CI_PROJECT_DIR/pcaps" && scp -r "metal_instance:/home/ubuntu/test_pcaps-${ARCH}-${TAG}-${TEST_SET}"
"$CI_PROJECT_DIR/pcaps/test_pcaps-${ARCH}-${TAG}-${TEST_SET}" || true
- PLATFORMS_FOR_COMPLEXITY_COLLECTION="amazon_5.4 debian_10 ubuntu_18.04 centos_8
opensuse_15.3 suse_12.5 fedora_38"
- "if [ \"${TEST_SET}\" = \"no_usm\" ] && echo \"${PLATFORMS_FOR_COMPLEXITY_COLLECTION}\"\
\ | grep -qw \"${TAG}\" ; then\n export COLLECT_COMPLEXITY=yes\nfi\n"
- echo "COLLECT_COMPLEXITY=${COLLECT_COMPLEXITY}"
- "if [ \"${COLLECT_COMPLEXITY}\" = \"yes\" ]; then\n ssh metal_instance \"scp\
\ ${MICRO_VM_IP}:/verifier-complexity.tar.gz /home/ubuntu/verifier-complexity-${ARCH}-${TAG}-${TEST_COMPONENT}.tar.gz\"\
\ || true\n scp \"metal_instance:/home/ubuntu/verifier-complexity-${ARCH}-${TAG}-${TEST_COMPONENT}.tar.gz\"\
\ $DD_AGENT_TESTING_DIR/ || true\nfi\n"
- inv -e kmt.tag-ci-job
+ - $CI_PROJECT_DIR/tools/ci/junit_upload.sh "$DD_AGENT_TESTING_DIR/junit-*.tar.gz"
allow_failure: true
artifacts:
expire_in: 2 weeks
paths:
- $DD_AGENT_TESTING_DIR/junit-$ARCH-$TAG-$TEST_SET.tar.gz
- $DD_AGENT_TESTING_DIR/testjson-$ARCH-$TAG-$TEST_SET.tar.gz
- $DD_AGENT_TESTING_DIR/verifier-complexity-$ARCH-$TAG-${TEST_COMPONENT}.tar.gz
- $CI_PROJECT_DIR/logs
- $CI_PROJECT_DIR/pcaps
- $CI_PROJECT_DIR/vm-metrics-daemon-${ARCH}.log
reports:
annotations:
- $EXTERNAL_LINKS_PATH
when: always
before_script:
- DD_API_KEY=$($CI_PROJECT_DIR/tools/ci/fetch_secret.sh $AGENT_API_KEY_ORG2 token)
|| exit $?; export DD_API_KEY
- mkdir -p ~/.aws
- $CI_PROJECT_DIR/tools/ci/fetch_secret.sh $AGENT_QA_PROFILE >> ~/.aws/config ||
exit $?
- export AWS_PROFILE=agent-qa-ci
- touch $AWS_EC2_SSH_KEY_FILE && chmod 600 $AWS_EC2_SSH_KEY_FILE
- $CI_PROJECT_DIR/tools/ci/fetch_secret.sh $SSH_KEY > $AWS_EC2_SSH_KEY_FILE || exit
$?
- echo "" >> $AWS_EC2_SSH_KEY_FILE
- chmod 600 $AWS_EC2_SSH_KEY_FILE
- echo "CI_JOB_URL=${CI_JOB_URL}" >> $DD_AGENT_TESTING_DIR/job_env.txt
- echo "CI_JOB_ID=${CI_JOB_ID}" >> $DD_AGENT_TESTING_DIR/job_env.txt
- echo "CI_JOB_NAME=${CI_JOB_NAME}" >> $DD_AGENT_TESTING_DIR/job_env.txt
- echo "CI_JOB_STAGE=${CI_JOB_STAGE}" >> $DD_AGENT_TESTING_DIR/job_env.txt
- inv -e gitlab.generate-ci-visibility-links --output=$EXTERNAL_LINKS_PATH
- PLATFORMS_FOR_COMPLEXITY_COLLECTION="amazon_5.4 debian_10 ubuntu_18.04 centos_8
opensuse_15.3 suse_12.5 fedora_38"
- "if [ \"${TEST_SET}\" = \"no_usm\" ] && echo \"${PLATFORMS_FOR_COMPLEXITY_COLLECTION}\"\
\ | grep -qw \"${TAG}\" ; then\n export COLLECT_COMPLEXITY=yes\nfi\n"
- echo "COLLECT_COMPLEXITY=${COLLECT_COMPLEXITY}"
image: 486234852809.dkr.ecr.us-east-1.amazonaws.com/ci/datadog-agent-buildimages/system-probe_arm64$DATADOG_AGENT_SYSPROBE_BUILDIMAGES_SUFFIX:$DATADOG_AGENT_SYSPROBE_BUILDIMAGES
needs:
- kmt_setup_env_secagent_arm64
- upload_dependencies_secagent_arm64
- upload_secagent_tests_arm64
parallel:
matrix:
- TAG:
- ubuntu_22.04
- ubuntu_23.10
- ubuntu_24.04
- amazon_5.4
- amazon_5.10
- amazon_2023
- fedora_37
- fedora_38
- debian_11
- debian_12
- oracle_8.9
- oracle_9.3
- rocky_8.5
- rocky_9.3
- opensuse_15.5
TEST_SET:
- cws_host
retry:
exit_codes:
- 42
max: 2
when:
- job_execution_timeout
- runner_system_failure
- stuck_or_timeout_failure
- unknown_failure
- api_failure
- scheduler_failure
- stale_schedule
- data_integrity_failure
rules:
- allow_failure: true
if: $CI_COMMIT_BRANCH == "main"
- if: $CI_COMMIT_BRANCH =~ /^mq-working-branch-/
when: never
- if: $RUN_KMT_TESTS == 'on'
- changes:
compare_to: main
paths:
- pkg/ebpf/**/*
- pkg/security/**/*
- pkg/eventmonitor/**/*
- test/kitchen/site-cookbooks/dd-security-agent-check/**/*
- test/kitchen/test/integration/security-agent-test/**/*
- test/kitchen/test/integration/security-agent-stress/**/*
- .gitlab/functional_test/security_agent.yml
- .gitlab/kernel_matrix_testing/security_agent.yml
- .gitlab/kernel_matrix_testing/common.yml
- .gitlab/source_test/ebpf.yml
- test/new-e2e/system-probe/**/*
- test/new-e2e/scenarios/system-probe/**/*
- test/new-e2e/pkg/runner/**/*
- test/new-e2e/pkg/utils/**/*
- test/new-e2e/go.mod
- tasks/security_agent.py
- tasks/kmt.py
- tasks/kernel_matrix_testing/*
- allow_failure: true
when: manual
script:
- INSTANCE_IP=$(jq --exit-status --arg ARCH $ARCH -r '.[$ARCH].ip' $CI_PROJECT_DIR/stack.output)
- FILTER_TEAM="Name=tag:team,Values=ebpf-platform"
- FILTER_MANAGED="Name=tag:managed-by,Values=pulumi"
- FILTER_STATE="Name=instance-state-name,Values=running"
- FILTER_PIPELINE="Name=tag:pipeline-id,Values=${CI_PIPELINE_ID}"
- FILTER_ARCH="Name=tag:arch,Values=${ARCH}"
- FILTER_INSTANCE_TYPE="Name=tag:instance-type,Values=${INSTANCE_TYPE}"
- FILTER_TEST_COMPONENT="Name=tag:test-component,Values=${TEST_COMPONENT}"
- QUERY_INSTANCE_IDS='Reservations[*].Instances[*].InstanceId'
- QUERY_PRIVATE_IPS='Reservations[*].Instances[*].PrivateIpAddress'
- RUNNING_INSTANCES=$(aws ec2 describe-instances --filters $FILTER_TEAM $FILTER_MANAGED
$FILTER_PIPELINE $FILTER_TEST_COMPONENT "Name=private-ip-address,Values=$INSTANCE_IP"
--output text --query $QUERY_INSTANCE_IDS | wc -l )
- "if [ $RUNNING_INSTANCES -eq \"0\" ]; then\n echo \"These jobs do not permit\
\ retries. The go tests are retried a user-specified number of times automatically.\
\ In order to re-run the tests, you must trigger the pipeline again\"\n 'false'\n\
fi\n"
- MICRO_VM_IP=$(jq --exit-status --arg TAG $TAG --arg ARCH $ARCH --arg TEST_SET
$TEST_SET -r '.[$ARCH].microvms | map(select(."vmset-tags"| index($TEST_SET)))
| map(select(.tag==$TAG)) | .[].ip' $CI_PROJECT_DIR/stack.output)
- MICRO_VM_NAME=$(jq --exit-status --arg TAG $TAG --arg ARCH $ARCH --arg TEST_SET
$TEST_SET -r '.[$ARCH].microvms | map(select(."vmset-tags"| index($TEST_SET)))
| map(select(.tag==$TAG)) | .[].id' $CI_PROJECT_DIR/stack.output)
- GO_VERSION=$(inv go-version)
- mkdir -p ~/.ssh && chmod 700 ~/.ssh
- echo -e "Host metal_instance\nHostname $INSTANCE_IP\nUser ubuntu\nStrictHostKeyChecking
no\nIdentityFile $AWS_EC2_SSH_KEY_FILE\n" | tee -a ~/.ssh/config
- chmod 600 ~/.ssh/config
- scp "$DD_AGENT_TESTING_DIR/job_env.txt" "metal_instance:/home/ubuntu/job_env-${ARCH}-${TAG}-${TEST_SET}.txt"
- ssh metal_instance "scp /home/ubuntu/job_env-${ARCH}-${TAG}-${TEST_SET}.txt ${MICRO_VM_IP}:/job_env.txt"
- NESTED_VM_CMD="/home/ubuntu/connector -host ${MICRO_VM_IP} -user root -ssh-file
/home/kernel-version-testing/ddvm_rsa -vm-cmd 'CI=true /root/fetch_dependencies.sh
${ARCH} && COLLECT_COMPLEXITY=${COLLECT_COMPLEXITY} /opt/micro-vm-init.sh -test-tools
/opt/testing-tools -retry ${RETRY} -test-root /opt/${TEST_COMPONENT}-tests -packages-run-config
/opt/${TEST_SET}.json'"
- $CI_PROJECT_DIR/connector-$ARCH -host $INSTANCE_IP -user ubuntu -ssh-file $AWS_EC2_SSH_KEY_FILE
-vm-cmd "${NESTED_VM_CMD}" -send-env-vars DD_API_KEY
- ssh metal_instance "ssh ${MICRO_VM_IP} '/opt/testing-tools/test-json-review -flakes
/opt/testing-tools/flakes.yaml -codeowners /opt/testing-tools/CODEOWNERS -test-root
/opt/${TEST_COMPONENT}-tests'"
- '[ ! -f $CI_PROJECT_DIR/daemon-${ARCH}.log ] && scp metal_instance:/home/ubuntu/daemon.log
$CI_PROJECT_DIR/vm-metrics-daemon-${ARCH}.log'
stage: kernel_matrix_testing_security_agent
tags:
- arch:arm64
timeout: 1h 30m
variables:
ARCH: arm64
AWS_EC2_SSH_KEY_FILE: $CI_PROJECT_DIR/ssh_key
EXTERNAL_LINKS_PATH: external_links_$CI_JOB_ID.json
RETRY: 2
TEST_COMPONENT: security-agent kmt_run_sysprobe_tests_arm64 kmt_run_sysprobe_tests_arm64:
after_script:
- DD_API_KEY=$($CI_PROJECT_DIR/tools/ci/fetch_secret.sh $AGENT_API_KEY_ORG2 token)
|| exit $?; export DD_API_KEY
- export MICRO_VM_IP=$(jq --exit-status --arg TAG $TAG --arg ARCH $ARCH --arg TEST_SET
$TEST_SET -r '.[$ARCH].microvms | map(select(."vmset-tags"| index($TEST_SET)))
| map(select(.tag==$TAG)) | .[].ip' $CI_PROJECT_DIR/stack.output)
- mkdir -p $CI_PROJECT_DIR/logs
- ssh metal_instance "ssh ${MICRO_VM_IP} \"journalctl -u setup-ddvm.service\"" >
$CI_PROJECT_DIR/logs/setup-ddvm.log || true
- cat $CI_PROJECT_DIR/logs/setup-ddvm.log || true
- ssh metal_instance "ssh ${MICRO_VM_IP} \"systemctl is-active setup-ddvm.service\""
| tee $CI_PROJECT_DIR/logs/setup-ddvm.status || true
- ssh metal_instance "scp ${MICRO_VM_IP}:/ci-visibility/junit.tar.gz /home/ubuntu/junit-${ARCH}-${TAG}-${TEST_SET}.tar.gz"
|| true
- scp "metal_instance:/home/ubuntu/junit-${ARCH}-${TAG}-${TEST_SET}.tar.gz" $DD_AGENT_TESTING_DIR/
|| true
- ssh metal_instance "scp ${MICRO_VM_IP}:/ci-visibility/testjson.tar.gz /home/ubuntu/testjson-${ARCH}-${TAG}-${TEST_SET}.tar.gz"
|| true
- scp "metal_instance:/home/ubuntu/testjson-${ARCH}-${TAG}-${TEST_SET}.tar.gz" $DD_AGENT_TESTING_DIR/
|| true
- ssh metal_instance "scp -r ${MICRO_VM_IP}:/tmp/test_pcaps /home/ubuntu/test_pcaps-${ARCH}-${TAG}-${TEST_SET}"
|| true
- mkdir -p "$CI_PROJECT_DIR/pcaps" && scp -r "metal_instance:/home/ubuntu/test_pcaps-${ARCH}-${TAG}-${TEST_SET}"
"$CI_PROJECT_DIR/pcaps/test_pcaps-${ARCH}-${TAG}-${TEST_SET}" || true
- PLATFORMS_FOR_COMPLEXITY_COLLECTION="amazon_5.4 debian_10 ubuntu_18.04 centos_8
opensuse_15.3 suse_12.5 fedora_38"
- "if [ \"${TEST_SET}\" = \"no_usm\" ] && echo \"${PLATFORMS_FOR_COMPLEXITY_COLLECTION}\"\
\ | grep -qw \"${TAG}\" ; then\n export COLLECT_COMPLEXITY=yes\nfi\n"
- echo "COLLECT_COMPLEXITY=${COLLECT_COMPLEXITY}"
- "if [ \"${COLLECT_COMPLEXITY}\" = \"yes\" ]; then\n ssh metal_instance \"scp\
\ ${MICRO_VM_IP}:/verifier-complexity.tar.gz /home/ubuntu/verifier-complexity-${ARCH}-${TAG}-${TEST_COMPONENT}.tar.gz\"\
\ || true\n scp \"metal_instance:/home/ubuntu/verifier-complexity-${ARCH}-${TAG}-${TEST_COMPONENT}.tar.gz\"\
\ $DD_AGENT_TESTING_DIR/ || true\nfi\n"
- inv -e kmt.tag-ci-job
+ - $CI_PROJECT_DIR/tools/ci/junit_upload.sh "$DD_AGENT_TESTING_DIR/junit-*.tar.gz"
artifacts:
expire_in: 2 weeks
paths:
- $DD_AGENT_TESTING_DIR/junit-$ARCH-$TAG-$TEST_SET.tar.gz
- $DD_AGENT_TESTING_DIR/testjson-$ARCH-$TAG-$TEST_SET.tar.gz
- $DD_AGENT_TESTING_DIR/verifier-complexity-$ARCH-$TAG-${TEST_COMPONENT}.tar.gz
- $CI_PROJECT_DIR/logs
- $CI_PROJECT_DIR/pcaps
- $CI_PROJECT_DIR/vm-metrics-daemon-${ARCH}.log
reports:
annotations:
- $EXTERNAL_LINKS_PATH
when: always
before_script:
- DD_API_KEY=$($CI_PROJECT_DIR/tools/ci/fetch_secret.sh $AGENT_API_KEY_ORG2 token)
|| exit $?; export DD_API_KEY
- mkdir -p ~/.aws
- $CI_PROJECT_DIR/tools/ci/fetch_secret.sh $AGENT_QA_PROFILE >> ~/.aws/config ||
exit $?
- export AWS_PROFILE=agent-qa-ci
- touch $AWS_EC2_SSH_KEY_FILE && chmod 600 $AWS_EC2_SSH_KEY_FILE
- $CI_PROJECT_DIR/tools/ci/fetch_secret.sh $SSH_KEY > $AWS_EC2_SSH_KEY_FILE || exit
$?
- echo "" >> $AWS_EC2_SSH_KEY_FILE
- chmod 600 $AWS_EC2_SSH_KEY_FILE
- echo "CI_JOB_URL=${CI_JOB_URL}" >> $DD_AGENT_TESTING_DIR/job_env.txt
- echo "CI_JOB_ID=${CI_JOB_ID}" >> $DD_AGENT_TESTING_DIR/job_env.txt
- echo "CI_JOB_NAME=${CI_JOB_NAME}" >> $DD_AGENT_TESTING_DIR/job_env.txt
- echo "CI_JOB_STAGE=${CI_JOB_STAGE}" >> $DD_AGENT_TESTING_DIR/job_env.txt
- inv -e gitlab.generate-ci-visibility-links --output=$EXTERNAL_LINKS_PATH
- PLATFORMS_FOR_COMPLEXITY_COLLECTION="amazon_5.4 debian_10 ubuntu_18.04 centos_8
opensuse_15.3 suse_12.5 fedora_38"
- "if [ \"${TEST_SET}\" = \"no_usm\" ] && echo \"${PLATFORMS_FOR_COMPLEXITY_COLLECTION}\"\
\ | grep -qw \"${TAG}\" ; then\n export COLLECT_COMPLEXITY=yes\nfi\n"
- echo "COLLECT_COMPLEXITY=${COLLECT_COMPLEXITY}"
image: 486234852809.dkr.ecr.us-east-1.amazonaws.com/ci/datadog-agent-buildimages/system-probe_arm64$DATADOG_AGENT_SYSPROBE_BUILDIMAGES_SUFFIX:$DATADOG_AGENT_SYSPROBE_BUILDIMAGES
needs:
- kmt_setup_env_sysprobe_arm64
- upload_dependencies_sysprobe_arm64
- upload_sysprobe_tests_arm64
- upload_minimized_btfs_sysprobe_arm64
parallel:
matrix:
- TAG:
- ubuntu_18.04
- ubuntu_20.04
- ubuntu_22.04
- ubuntu_23.10
- amazon_4.14
- amazon_5.4
- amazon_5.10
- amazon_2023
- fedora_37
- fedora_38
- debian_10
- debian_11
- debian_12
- centos_7.9
- centos_8
TEST_SET:
- only_usm
- no_usm
retry:
exit_codes:
- 42
max: 2
when:
- job_execution_timeout
- runner_system_failure
- stuck_or_timeout_failure
- unknown_failure
- api_failure
- scheduler_failure
- stale_schedule
- data_integrity_failure
rules:
- if: $CI_COMMIT_BRANCH == "main"
- if: $CI_COMMIT_BRANCH =~ /^mq-working-branch-/
when: never
- if: $RUN_KMT_TESTS == 'on'
- changes:
compare_to: main
paths:
- pkg/collector/corechecks/ebpf/**/*
- pkg/collector/corechecks/servicediscovery/module/*
- pkg/ebpf/**/*
- pkg/network/**/*
- pkg/process/monitor/*
- pkg/util/kernel/**/*
- pkg/dynamicinstrumentation/**/*
- pkg/gpu/**/*
- .gitlab/kernel_matrix_testing/system_probe.yml
- .gitlab/kernel_matrix_testing/common.yml
- .gitlab/source_test/ebpf.yml
- test/new-e2e/system-probe/**/*
- test/new-e2e/scenarios/system-probe/**/*
- test/new-e2e/pkg/runner/**/*
- test/new-e2e/pkg/utils/**/*
- test/new-e2e/go.mod
- tasks/system_probe.py
- tasks/kmt.py
- tasks/kernel_matrix_testing/*
script:
- INSTANCE_IP=$(jq --exit-status --arg ARCH $ARCH -r '.[$ARCH].ip' $CI_PROJECT_DIR/stack.output)
- FILTER_TEAM="Name=tag:team,Values=ebpf-platform"
- FILTER_MANAGED="Name=tag:managed-by,Values=pulumi"
- FILTER_STATE="Name=instance-state-name,Values=running"
- FILTER_PIPELINE="Name=tag:pipeline-id,Values=${CI_PIPELINE_ID}"
- FILTER_ARCH="Name=tag:arch,Values=${ARCH}"
- FILTER_INSTANCE_TYPE="Name=tag:instance-type,Values=${INSTANCE_TYPE}"
- FILTER_TEST_COMPONENT="Name=tag:test-component,Values=${TEST_COMPONENT}"
- QUERY_INSTANCE_IDS='Reservations[*].Instances[*].InstanceId'
- QUERY_PRIVATE_IPS='Reservations[*].Instances[*].PrivateIpAddress'
- RUNNING_INSTANCES=$(aws ec2 describe-instances --filters $FILTER_TEAM $FILTER_MANAGED
$FILTER_PIPELINE $FILTER_TEST_COMPONENT "Name=private-ip-address,Values=$INSTANCE_IP"
--output text --query $QUERY_INSTANCE_IDS | wc -l )
- "if [ $RUNNING_INSTANCES -eq \"0\" ]; then\n echo \"These jobs do not permit\
\ retries. The go tests are retried a user-specified number of times automatically.\
\ In order to re-run the tests, you must trigger the pipeline again\"\n 'false'\n\
fi\n"
- MICRO_VM_IP=$(jq --exit-status --arg TAG $TAG --arg ARCH $ARCH --arg TEST_SET
$TEST_SET -r '.[$ARCH].microvms | map(select(."vmset-tags"| index($TEST_SET)))
| map(select(.tag==$TAG)) | .[].ip' $CI_PROJECT_DIR/stack.output)
- MICRO_VM_NAME=$(jq --exit-status --arg TAG $TAG --arg ARCH $ARCH --arg TEST_SET
$TEST_SET -r '.[$ARCH].microvms | map(select(."vmset-tags"| index($TEST_SET)))
| map(select(.tag==$TAG)) | .[].id' $CI_PROJECT_DIR/stack.output)
- GO_VERSION=$(inv go-version)
- mkdir -p ~/.ssh && chmod 700 ~/.ssh
- echo -e "Host metal_instance\nHostname $INSTANCE_IP\nUser ubuntu\nStrictHostKeyChecking
no\nIdentityFile $AWS_EC2_SSH_KEY_FILE\n" | tee -a ~/.ssh/config
- chmod 600 ~/.ssh/config
- scp "$DD_AGENT_TESTING_DIR/job_env.txt" "metal_instance:/home/ubuntu/job_env-${ARCH}-${TAG}-${TEST_SET}.txt"
- ssh metal_instance "scp /home/ubuntu/job_env-${ARCH}-${TAG}-${TEST_SET}.txt ${MICRO_VM_IP}:/job_env.txt"
- NESTED_VM_CMD="/home/ubuntu/connector -host ${MICRO_VM_IP} -user root -ssh-file
/home/kernel-version-testing/ddvm_rsa -vm-cmd 'CI=true /root/fetch_dependencies.sh
${ARCH} && COLLECT_COMPLEXITY=${COLLECT_COMPLEXITY} /opt/micro-vm-init.sh -test-tools
/opt/testing-tools -retry ${RETRY} -test-root /opt/${TEST_COMPONENT}-tests -packages-run-config
/opt/${TEST_SET}.json'"
- $CI_PROJECT_DIR/connector-$ARCH -host $INSTANCE_IP -user ubuntu -ssh-file $AWS_EC2_SSH_KEY_FILE
-vm-cmd "${NESTED_VM_CMD}" -send-env-vars DD_API_KEY
- ssh metal_instance "ssh ${MICRO_VM_IP} '/opt/testing-tools/test-json-review -flakes
/opt/testing-tools/flakes.yaml -codeowners /opt/testing-tools/CODEOWNERS -test-root
/opt/${TEST_COMPONENT}-tests'"
- '[ ! -f $CI_PROJECT_DIR/daemon-${ARCH}.log ] && scp metal_instance:/home/ubuntu/daemon.log
$CI_PROJECT_DIR/vm-metrics-daemon-${ARCH}.log'
stage: kernel_matrix_testing_system_probe
tags:
- arch:arm64
timeout: 1h 30m
variables:
ARCH: arm64
AWS_EC2_SSH_KEY_FILE: $CI_PROJECT_DIR/ssh_key
EXTERNAL_LINKS_PATH: external_links_$CI_JOB_ID.json
RETRY: 2
TEST_COMPONENT: system-probe Removed Jobs
Changes Summary
ℹ️ Diff available in the job log. |
[Fast Unit Tests Report] On pipeline 46713345 (CI Visibility). The following jobs did not run any unit tests: Jobs:
If you modified Go files and expected unit tests to run in these jobs, please double check the job logs. If you think tests should have been executed reach out to #agent-devx-help |
Regression DetectorRegression Detector ResultsRun ID: 58828d7a-bc1c-4478-a581-3cb661c03cd7 Metrics dashboard Target profiles Baseline: f30b711 Performance changes are noted in the perf column of each table:
No significant changes in experiment optimization goalsConfidence level: 90.00% There were no significant changes in experiment optimization goals at this confidence level and effect size tolerance.
|
perf | experiment | goal | Δ mean % | Δ mean % CI | trials | links |
---|---|---|---|---|---|---|
➖ | pycheck_lots_of_tags | % cpu utilization | +1.00 | [-1.57, +3.58] | 1 | Logs |
➖ | basic_py_check | % cpu utilization | +0.65 | [-2.06, +3.36] | 1 | Logs |
➖ | idle_all_features | memory utilization | +0.23 | [+0.14, +0.33] | 1 | Logs bounds checks dashboard |
➖ | uds_dogstatsd_to_api_cpu | % cpu utilization | +0.08 | [-0.65, +0.81] | 1 | Logs |
➖ | file_to_blackhole_0ms_latency | egress throughput | +0.02 | [-0.31, +0.36] | 1 | Logs |
➖ | uds_dogstatsd_to_api | ingress throughput | +0.01 | [-0.10, +0.11] | 1 | Logs |
➖ | file_to_blackhole_100ms_latency | egress throughput | +0.00 | [-0.22, +0.23] | 1 | Logs |
➖ | tcp_dd_logs_filter_exclude | ingress throughput | -0.00 | [-0.01, +0.01] | 1 | Logs |
➖ | file_to_blackhole_300ms_latency | egress throughput | -0.08 | [-0.27, +0.10] | 1 | Logs |
➖ | file_tree | memory utilization | -0.18 | [-0.31, -0.05] | 1 | Logs |
➖ | file_to_blackhole_500ms_latency | egress throughput | -0.20 | [-0.45, +0.04] | 1 | Logs |
➖ | file_to_blackhole_1000ms_latency | egress throughput | -0.23 | [-0.71, +0.25] | 1 | Logs |
➖ | tcp_syslog_to_blackhole | ingress throughput | -0.71 | [-0.79, -0.63] | 1 | Logs |
➖ | idle | memory utilization | -0.71 | [-0.76, -0.67] | 1 | Logs bounds checks dashboard |
➖ | otel_to_otel_logs | ingress throughput | -1.36 | [-2.16, -0.55] | 1 | Logs |
Bounds Checks
perf | experiment | bounds_check_name | replicates_passed |
---|---|---|---|
✅ | file_to_blackhole_0ms_latency | memory_usage | 10/10 |
✅ | file_to_blackhole_1000ms_latency | memory_usage | 10/10 |
✅ | file_to_blackhole_100ms_latency | memory_usage | 10/10 |
✅ | file_to_blackhole_300ms_latency | memory_usage | 10/10 |
✅ | file_to_blackhole_500ms_latency | memory_usage | 10/10 |
✅ | idle | memory_usage | 10/10 |
✅ | idle_all_features | memory_usage | 10/10 |
Explanation
A regression test is an A/B test of target performance in a repeatable rig, where "performance" is measured as "comparison variant minus baseline variant" for an optimization goal (e.g., ingress throughput). Due to intrinsic variability in measuring that goal, we can only estimate its mean value for each experiment; we report uncertainty in that value as a 90.00% confidence interval denoted "Δ mean % CI".
For each experiment, we decide whether a change in performance is a "regression" -- a change worth investigating further -- if all of the following criteria are true:
-
Its estimated |Δ mean %| ≥ 5.00%, indicating the change is big enough to merit a closer look.
-
Its 90.00% confidence interval "Δ mean % CI" does not contain zero, indicating that if our statistical model is accurate, there is at least a 90.00% chance there is a difference in performance between baseline and comparison variants.
-
Its configuration does not mark it "erratic".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Look good!
/merge |
🚂 MergeQueue: pull request added to the queue The median merge time in Use |
What does this PR do?
This PR remove the separate
kmt_arm64_junit_upload
job that was used when datadog-ci didn't support arm64. It's my understanding that it's no longer the case, and that datadog-ci is already in the system-probe-arm64 image. So everything basically works out of the box.Motivation
Describe how to test/QA your changes
Possible Drawbacks / Trade-offs
Additional Notes