Skip to content

Commit

Permalink
Onboarding and k8s lib injection tests: Remove deprecated scenarios (…
Browse files Browse the repository at this point in the history
…avoid deb and rpm)
  • Loading branch information
robertomonteromiguel authored and marcotc committed Sep 12, 2024
1 parent 425e988 commit 88c7723
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 48 deletions.
20 changes: 6 additions & 14 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ stages:
include:
- remote: https://gitlab-templates.ddbuild.io/apm/packaging.yml
- local: ".gitlab/benchmarks.yml"
- local: ".gitlab/onboarding_tests.yml"
- remote: https://gitlab-templates.ddbuild.io/libdatadog/include/single-step-instrumentation-tests.yml

variables:
DOWNSTREAM_BRANCH:
Expand Down Expand Up @@ -199,27 +199,19 @@ oci-internal-test-ecr-publish:
IMG_REGISTRIES: agent-qa

onboarding_tests:
extends: .base_job_onboarding_tests
extends: .base_job_onboarding
stage: integration-tests
needs: [ package-amd64, package-arm64, oci-internal-test-ecr-publish]
needs: [ oci-internal-test-ecr-publish ]
allow_failure: false
variables:
TEST_LIBRARY: ruby
ONBOARDING_FILTER_ENV: prod
SCENARIO: SIMPLE_INSTALLER_AUTO_INJECTION
DD_INSTALLER_LIBRARY_VERSION: pipeline-${CI_PIPELINE_ID}
parallel:
matrix:
- ONBOARDING_FILTER_WEBLOG: [test-app-ruby]
SCENARIO: [SIMPLE_HOST_AUTO_INJECTION]
- ONBOARDING_FILTER_WEBLOG: [test-app-ruby-container]
SCENARIO: [SIMPLE_CONTAINER_AUTO_INJECTION]
- ONBOARDING_FILTER_WEBLOG: [test-app-ruby,test-app-ruby-container]
SCENARIO: [INSTALLER_AUTO_INJECTION]
- ONBOARDING_FILTER_WEBLOG: [test-app-ruby, test-app-ruby-container]
script:
- git clone https://git@github.com/DataDog/system-tests.git system-tests
- cp packaging/*.rpm system-tests/binaries
- cp packaging/*.deb system-tests/binaries
- export DD_INSTALLER_LIBRARY_VERSION="pipeline-${CI_PIPELINE_ID}"
- ls system-tests/binaries
- cd system-tests
- ./build.sh -i runner
- timeout 2700s ./run.sh $SCENARIO --vm-weblog ${ONBOARDING_FILTER_WEBLOG} --vm-env prod --vm-library ${TEST_LIBRARY} --vm-provider aws --vm-skip-branches ubuntu18_amd64
Expand Down
34 changes: 0 additions & 34 deletions .gitlab/onboarding_tests.yml

This file was deleted.

0 comments on commit 88c7723

Please sign in to comment.