Skip to content

Pin shared pipeline #8812

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
include:
- remote: https://gitlab-templates.ddbuild.io/libdatadog/include/ci_authenticated_job.yml
- remote: https://gitlab-templates.ddbuild.io/libdatadog/include/one-pipeline.yml
- project: DataDog/apm-reliability/libdatadog-build
ref: 0f677257308e1c379af490b754febfb40fa2c06d
file:
- templates/one-pipeline.yml
- templates/ci_authenticated_job.yml
- local: ".gitlab/benchmarks.yml"
- local: ".gitlab/macrobenchmarks.yml"
- local: ".gitlab/exploration-tests.yml"
Expand Down Expand Up @@ -394,7 +397,7 @@ muzzle-dep-report:
- if: $CI_COMMIT_BRANCH == "master"
when: on_success
script:
- >
- >
if [ "$PROFILE_TESTS" == "true" ] && [ "$testJvm" != "ibm8" ] && [ "$testJvm" != "oracle8" ];
then
export PROFILER_COMMAND="-XX:StartFlightRecording=settings=profile,filename=/tmp/${CI_JOB_NAME_SLUG}.jfr,dumponexit=true";
Expand Down Expand Up @@ -799,4 +802,4 @@ tracer-base-image-snapshot:
- echo $GH_TOKEN|docker login ghcr.io/datadog -u uploader --password-stdin
- mkdir -p ./tooling/ci/binaries/ && cp workspace/dd-java-agent/build/libs/*.jar ./tooling/ci/binaries/dd-java-agent.jar
- docker buildx build -t ghcr.io/datadog/dd-trace-java/dd-trace-java:latest_snapshot -f ./tooling/ci/Dockerfile .
- docker push ghcr.io/datadog/dd-trace-java/dd-trace-java:latest_snapshot
- docker push ghcr.io/datadog/dd-trace-java/dd-trace-java:latest_snapshot
Loading