Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Jan 7, 2025
1 parent ae863a3 commit 77104fb
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ steps:
- PLAYWRIGHT_BROWSERS_PATH=$HOME/pw-browsers npx playwright install
- echo "+++ Run Browser integration tests :pray:"
- PLAYWRIGHT_BROWSERS_PATH=$HOME/pw-browsers yarn turbo run --filter=browser-integration-tests test
- yarn run -T browser exec make test-integration
- yarn run -T browser exec make test-perf
retry:
automatic:
- exit_status: '*'
Expand All @@ -94,7 +96,26 @@ steps:
- ssh://git@github.com/segmentio/cache-buildkite-plugin#v2.0.0:
key: "v1.1-cache-dev-{{ checksum 'yarn.lock' }}"
paths: ['.yarn/cache/']


- label: ':thisisfine: [Browser] Destinations QA / E2E'
key: destinations
agents:
queue: v1
env:
COVERAGE: false
commands:
- npm config set "//registry.npmjs.org/:_authToken" $${NPM_TOKEN}
- echo "--- Install dependencies"
- yarn install --immutable
- echo "+++ Run Integration Tests :pray:"
- yarn run -T browser exec make test-qa-destinations
soft_fail:
- exit_status: '*'
plugins:
- ssh://git@github.com/segmentio/cache-buildkite-plugin#v2.0.0:
key: "v1.1-cache-dev-{{ checksum 'yarn.lock' }}"
paths: ['.yarn/cache/']

- label: '[Core] Lint + Test'
env:
SEGMENT_CODECOV_FLAGS: 'core'
Expand Down Expand Up @@ -168,27 +189,6 @@ steps:
key: "v1.1-cache-dev-{{ checksum 'yarn.lock' }}"
paths: ['.yarn/cache/']

- label: ':thisisfine: [Browser] Destinations QA / E2E'
key: destinations
agents:
queue: v1
env:
COVERAGE: false
commands:
- npm config set "//registry.npmjs.org/:_authToken" $${NPM_TOKEN}
- echo "--- Install dependencies"
- yarn install --immutable
- echo "+++ Run Destinations QA Tests :pray:"
- yarn run -T browser exec make test-qa-destinations
- yarn run -T browser exec make test-integration
- yarn run -T browser exec make test-perf
soft_fail:
- exit_status: '*'
plugins:
- ssh://git@github.com/segmentio/cache-buildkite-plugin#v2.0.0:
key: "v1.1-cache-dev-{{ checksum 'yarn.lock' }}"
paths: ['.yarn/cache/']

- label: '[Browser] Release to CDN :rocket:'
branches: '!v* !@segment/* !publish-test'
agents:
Expand Down

0 comments on commit 77104fb

Please sign in to comment.