Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robertomonteromiguel authored Nov 20, 2024
1 parent a90ec71 commit daf1fea
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ include:
- remote: https://gitlab-templates.ddbuild.io/libdatadog/include/single-step-instrumentation-tests.yml

stages:
- test_tracer
- child_pipelines
- ruby_tracer
- nodejs_tracer
Expand Down Expand Up @@ -43,28 +42,6 @@ variables:
DD_INSTALLER_INJECTOR_VERSION:
description: "Set the version of the injector to be installed. Use the pipeline id pipeline-${CI_PIPELINE_ID}"

onboarding_simple_tests:
extends: .base_job_onboarding_system_tests
stage: test_tracer
allow_failure: true
dependencies: []
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
when: always
- when: manual
variables:
TEST_LIBRARY: "python"
AMI_UPDATE: "true"
parallel:
matrix:
- ONBOARDING_FILTER_ENV: [prod]
ONBOARDING_FILTER_WEBLOG: [test-app-python]
SCENARIO: [SIMPLE_INSTALLER_AUTO_INJECTION]
VM: [redhat]
script:
- ./build.sh -i runner
- timeout 2700s ./run.sh $SCENARIO --vm-weblog ${ONBOARDING_FILTER_WEBLOG} --vm-env ${ONBOARDING_FILTER_ENV} --vm-library ${TEST_LIBRARY} --vm-provider aws --vm-only-branch ${VM}

onboarding_nodejs:
extends: .base_job_onboarding_system_tests
stage: nodejs_tracer
Expand Down

0 comments on commit daf1fea

Please sign in to comment.