From 77104fb15ff18480f6d6d3afd11234381c6423d3 Mon Sep 17 00:00:00 2001 From: Seth Silesky <5115498+silesky@users.noreply.github.com> Date: Tue, 7 Jan 2025 16:47:33 -0600 Subject: [PATCH] wip --- .buildkite/pipeline.yml | 44 ++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 2aea9183d..6952dc4b3 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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: '*' @@ -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' @@ -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: