File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Execute this script in your GitLab CI's job YAML before running the tests. Pass
16
16
test_node :
17
17
image : node:latest
18
18
script :
19
- - LANGUAGES="js" SITE="datadoghq.com" API_KEY="YOUR_API_KEY_SECRET" source <(curl -Ls https://github.com/DataDog/test-optimization-gitlab-script/releases/download/v1.2.1 /script.sh)
19
+ - LANGUAGES="js" SITE="datadoghq.com" API_KEY="YOUR_API_KEY_SECRET" source <(curl -Ls https://github.com/DataDog/test-optimization-gitlab-script/releases/download/v1.2.2 /script.sh)
20
20
- npm run test
21
21
` ` `
22
22
@@ -49,7 +49,7 @@ test_node:
49
49
- export DD_API_KEY="YOUR_API_KEY_SECRET"
50
50
- export DD_ENV="staging-tests"
51
51
- export DD_TAGS="layer:api,team:intake,key:value"
52
- - LANGUAGES="js" SITE="datad0g.com" source <(curl -Ls https://github.com/DataDog/test-optimization-gitlab-script/releases/download/v1.2.1 /script.sh)
52
+ - LANGUAGES="js" SITE="datad0g.com" source <(curl -Ls https://github.com/DataDog/test-optimization-gitlab-script/releases/download/v1.2.2 /script.sh)
53
53
- npm run test
54
54
` ` `
55
55
@@ -65,7 +65,7 @@ To use this script with vitest you need to modify the NODE_OPTIONS environment v
65
65
test_node_vitest:
66
66
image: node:latest
67
67
script:
68
- - LANGUAGES="js" SITE="datadoghq.com" API_KEY="YOUR_API_KEY_SECRET" source <(curl -Ls https://github.com/DataDog/test-optimization-gitlab-script/releases/download/v1.2.1 /script.sh)
68
+ - LANGUAGES="js" SITE="datadoghq.com" API_KEY="YOUR_API_KEY_SECRET" source <(curl -Ls https://github.com/DataDog/test-optimization-gitlab-script/releases/download/v1.2.2 /script.sh)
69
69
- export NODE_OPTIONS="$NODE_OPTIONS --import $DD_TRACE_ESM_IMPORT"
70
70
- npm run test
71
71
` ` `
Original file line number Diff line number Diff line change 70
70
71
71
export DD_CIVISIBILITY_AUTO_INSTRUMENTATION_PROVIDER=" gitlab"
72
72
73
- installation_script_url=" https://install.datadoghq.com/scripts/install_test_visibility_v7 .sh"
74
- installation_script_checksum=" 2554982c134b97848dc1695651b66ed54633d2a0d98b665a4a452ad916cf6fde "
73
+ installation_script_url=" https://install.datadoghq.com/scripts/install_test_visibility_v8 .sh"
74
+ installation_script_checksum=" 955c3aa6f16073950900e99c6271d42481b35b935a8c958debf0663bd3fa86ed "
75
75
script_filepath=" install_test_visibility.sh"
76
76
77
77
if command -v curl > /dev/null 2>&1 ; then
You can’t perform that action at this time.
0 commit comments