Skip to content

Commit c0690fa

Browse files
Integrate thomas.lebeau/innovation-rum-xs (#3476) into staging-15
Integrated commit sha: 9839843 Co-authored-by: thomas-lebeau <[email protected]>
2 parents 2ecb32f + 9839843 commit c0690fa

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

.gitlab-ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -294,15 +294,15 @@ e2e-bs:
294294
after_script:
295295
- node ./scripts/test/export-test-result.js e2e-bs
296296

297-
script-tests:
298-
extends:
299-
- .base-configuration
300-
- .test-allowed-branches
301-
interruptible: true
302-
script:
303-
- yarn
304-
- yarn build:bundle
305-
- yarn test:script
297+
# script-tests:
298+
# extends:
299+
# - .base-configuration
300+
# - .test-allowed-branches
301+
# interruptible: true
302+
# script:
303+
# - yarn
304+
# - yarn build:bundle
305+
# - yarn test:script
306306
########################################################################################################################
307307
# Deploy
308308
########################################################################################################################

scripts/deploy/lib/deploymentUtils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ const packages = [
22
{ packageName: 'logs', service: 'browser-logs-sdk' },
33
{ packageName: 'rum', service: 'browser-rum-sdk' },
44
{ packageName: 'rum-slim', service: 'browser-rum-sdk' },
5+
{ packageName: 'rum-extra-slim', service: 'browser-rum-sdk' },
56
]
67

78
// ex: datadog-rum-v4.js, chunks/recorder-8d8a8dfab6958424038f-datadog-rum.js

0 commit comments

Comments
 (0)