Skip to content

Commit

Permalink
Onboarding test new pulumi gitlab runner
Browse files Browse the repository at this point in the history
  • Loading branch information
robertomonteromiguel committed Jan 9, 2025
1 parent 6f7808c commit 9aba48b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include:
- remote: https://gitlab-templates.ddbuild.io/libdatadog/include/single-step-instrumentation-tests.yml
- remote: "https://gitlab-templates.ddbuild.io/libdatadog/include-wip/robertomonteromiguel/onboarding_pulumi_runner/single-step-instrumentation-tests.yml"
stages:
- nodejs_ssi_pipelines
- java_ssi_pipelines
Expand Down
4 changes: 3 additions & 1 deletion utils/virtual_machine/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@ def generate_gitlab_pipeline(
):
pipeline = {
"include": [
{"remote": "https://gitlab-templates.ddbuild.io/libdatadog/include/single-step-instrumentation-tests.yml"}
{
"remote": "https://gitlab-templates.ddbuild.io/libdatadog/include-wip/robertomonteromiguel/onboarding_pulumi_runner/single-step-instrumentation-tests.yml"
}
],
"variables": {
"KUBERNETES_SERVICE_ACCOUNT_OVERWRITE": "system-tests",
Expand Down

0 comments on commit 9aba48b

Please sign in to comment.