Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
branch: 'browser-sdk'
remote-repository-name: cla-signatures
remote-organization-name: DataDog
allowlist: renovate,renovate[bot]
allowlist: renovate,renovate[bot],campaigner-prod

# the followings are the optional inputs - If the optional inputs are not given, then default values will be taken
#allowlist: user1,bot*
Expand Down
9 changes: 4 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variables:
CURRENT_STAGING: staging-06
APP: 'browser-sdk'
CURRENT_CI_IMAGE: 98
CURRENT_CI_IMAGE: 99
BUILD_STABLE_REGISTRY: 'registry.ddbuild.io'
CI_IMAGE: '$BUILD_STABLE_REGISTRY/ci/$APP:$CURRENT_CI_IMAGE'
GIT_REPOSITORY: 'git@github.com:DataDog/browser-sdk.git'
Expand Down Expand Up @@ -118,11 +118,10 @@ ci-image:
- .base-configuration
- .feature-branches
when: manual
tags: ['runner:docker', 'size:large']
image: $BUILD_STABLE_REGISTRY/docker:18.03.1
tags: ['arch:amd64']
image: $BUILD_STABLE_REGISTRY/images/docker:27.3.1
script:
- docker build --build-arg CHROME_PACKAGE_VERSION=$CHROME_PACKAGE_VERSION --tag $CI_IMAGE .
- docker push $CI_IMAGE
- docker buildx build --platform linux/amd64 --build-arg CHROME_PACKAGE_VERSION=$CHROME_PACKAGE_VERSION --tag $CI_IMAGE --push .

########################################################################################################################
# Tests
Expand Down
Loading