-
Notifications
You must be signed in to change notification settings - Fork 375
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '1.x-stable' into delner/add_2x_deprecation_warnings
- Loading branch information
Showing
9 changed files
with
54 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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://[email protected]/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 | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters