Skip to content

Commit bcd1f94

Browse files
committed
try and simplify pipeline more
1 parent 4907e7c commit bcd1f94

File tree

5 files changed

+5
-25
lines changed

5 files changed

+5
-25
lines changed

.buildkite/Dockerfile.agent

Lines changed: 0 additions & 5 deletions
This file was deleted.

.buildkite/Makefile

Lines changed: 0 additions & 7 deletions
This file was deleted.

.buildkite/Readme.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.buildkite/pipeline.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
env:
22
SEGMENT_CONTEXTS: 'snyk,npm,aws-credentials,ecr,npm-publish'
3-
SEGMENT_BUILDKITE_IMAGE: 'analytics-next-ci-agent'
3+
SEGMENT_BUILDKITE_IMAGE: 'buildkite-agent-node20'
44
steps:
55
- label: Log Environment
66
agents:
@@ -50,6 +50,7 @@ steps:
5050
commands:
5151
- npm config set "//registry.npmjs.org/:_authToken" $${NPM_TOKEN}
5252
- echo "--- Install dependencies"
53+
- npx playwright install-deps
5354
- yarn install --immutable
5455
- echo "+++ Run QA Tests :pray:"
5556
- yarn run -T browser exec make test-qa
@@ -68,6 +69,7 @@ steps:
6869
queue: v1
6970
commands:
7071
- echo "--- Install dependencies"
72+
- npx playwright install-deps
7173
- PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 yarn install --immutable
7274
- PLAYWRIGHT_BROWSERS_PATH=$HOME/pw-browsers npx playwright install
7375
- echo "+++ Run Browser integration tests :pray:"
@@ -158,6 +160,7 @@ steps:
158160
commands:
159161
- npm config set "//registry.npmjs.org/:_authToken" $${NPM_TOKEN}
160162
- echo "--- Install dependencies"
163+
- npx playwright install-deps
161164
- yarn install --immutable
162165
- echo "+++ Run Destinations QA Tests :pray:"
163166
- yarn run -T browser exec make test-qa-destinations

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.9.0
1+
20.10

0 commit comments

Comments
 (0)