Skip to content

Commit 7399fdb

Browse files
committed
attempt to extend libdatadog ci jobs
1 parent 47f9e79 commit 7399fdb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@ stages:
55
- single-step-instrumentation-tests
66
- macrobenchmarks
77

8+
# CI checks for Config Inversion
89
check_config_inversion_local_file:
9-
rules:
10-
- when: on_success
10+
extends: .check_config_inversion_local_file
1111
variables:
1212
LOCAL_JSON_PATH: "packages/dd-trace/src/supported-configurations.json"
1313

1414
config_inversion_update_central:
15-
rules:
16-
- when: on_success
15+
extends: .config_inversion_update_central
1716
variables:
1817
LOCAL_REPO_NAME: "dd-trace-js"
1918

0 commit comments

Comments
 (0)