Skip to content

Commit faa00b2

Browse files
authored
Allow for saucelabs tests to fail (#548)
* Allow for saucelabs tests to fail * Update docker image * Use sauce/connect * Back to ajs-integration
1 parent e8ed0f5 commit faa00b2

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,23 @@ steps:
2323
- NPM_TOKEN
2424
- CHROME-BIN=google-chrome
2525

26+
- label: 'SauceLabs'
27+
soft_fail: true
28+
command:
29+
- yarn test:ci
30+
plugins:
31+
- ssh://git@github.com/segmentio/cache-buildkite-plugin#v1.0.0:
32+
key: "v1-cache-dev-{{ checksum 'yarn.lock' }}"
33+
paths: ['node_modules/']
34+
s3_bucket_name: 'segment-buildkite-cache'
35+
- docker#v3.3.0:
36+
image: 528451384384.dkr.ecr.us-west-2.amazonaws.com/analytics.js-integrations-ci
37+
user: root
38+
environment:
39+
- NPM_TOKEN
40+
- SAUCE_USERNAME
41+
- SAUCE_ACCESS_KEY
42+
2643
- label: '🔒 Snyk Security Check'
2744
agents:
2845
queue: v1

0 commit comments

Comments
 (0)