Skip to content
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: 11 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ variables:
GIT_SUBMODULE_STRATEGY: recursive
# Only clone libdatadog submodule by default
GIT_SUBMODULE_PATHS: libdatadog
# Suppress shared-pipeline jobs (package-oci and its downstream) in the
# parent pipeline. They run in the child pipeline (package-gen.yml) where
# package loader artifacts are available. Override to "false" in
# package-trigger so the child pipeline runs them correctly.
SKIP_SHARED_PIPELINE: "true"
RELIABILITY_ENV_BRANCH:
value: "master"
description: "Run a specific datadog-reliability-env branch downstream"
Expand Down Expand Up @@ -97,6 +102,12 @@ package-trigger:
GIT_SUBMODULE_PATHS: libdatadog appsec/third_party/cpp-base64 appsec/third_party/libddwaf appsec/third_party/msgpack-c
NIGHTLY_BUILD: $NIGHTLY_BUILD
RELIABILITY_ENV_BRANCH: $RELIABILITY_ENV_BRANCH
SKIP_SHARED_PIPELINE: "false"

# requirements_json_test doesn't check SKIP_SHARED_PIPELINE, suppress explicitly
requirements_json_test:
rules:
- when: never

validate_supported_configurations_v2_local_file:
needs: []
Expand Down
Loading