Skip to content

Commit

Permalink
try and simplify pipeline more
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Nov 19, 2024
1 parent 4907e7c commit bcd1f94
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .buildkite/Dockerfile.agent

This file was deleted.

7 changes: 0 additions & 7 deletions .buildkite/Makefile

This file was deleted.

11 changes: 0 additions & 11 deletions .buildkite/Readme.md

This file was deleted.

5 changes: 4 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
env:
SEGMENT_CONTEXTS: 'snyk,npm,aws-credentials,ecr,npm-publish'
SEGMENT_BUILDKITE_IMAGE: 'analytics-next-ci-agent'
SEGMENT_BUILDKITE_IMAGE: 'buildkite-agent-node20'
steps:
- label: Log Environment
agents:
Expand Down Expand Up @@ -50,6 +50,7 @@ steps:
commands:
- npm config set "//registry.npmjs.org/:_authToken" $${NPM_TOKEN}
- echo "--- Install dependencies"
- npx playwright install-deps
- yarn install --immutable
- echo "+++ Run QA Tests :pray:"
- yarn run -T browser exec make test-qa
Expand All @@ -68,6 +69,7 @@ steps:
queue: v1
commands:
- echo "--- Install dependencies"
- npx playwright install-deps
- PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 yarn install --immutable
- PLAYWRIGHT_BROWSERS_PATH=$HOME/pw-browsers npx playwright install
- echo "+++ Run Browser integration tests :pray:"
Expand Down Expand Up @@ -158,6 +160,7 @@ steps:
commands:
- npm config set "//registry.npmjs.org/:_authToken" $${NPM_TOKEN}
- echo "--- Install dependencies"
- npx playwright install-deps
- yarn install --immutable
- echo "+++ Run Destinations QA Tests :pray:"
- yarn run -T browser exec make test-qa-destinations
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.9.0
20.10

0 comments on commit bcd1f94

Please sign in to comment.