Skip to content

Commit

Permalink
Merge 614256b into 20123e6
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzdan authored Feb 22, 2024
2 parents 20123e6 + 614256b commit f28d9a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .buildkite/runtime-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ steps:
timeout_in_minutes: 60
key: "runtime-fe-e2e-tests-linux_x86_64"
commands:
- "mkdir -p /mnt/data/replay"
- "be_cmd install_yarn -- npm i -g yarn"
- "be_cmd node_deps -- yarn install"
- "be_cmd run_tests -- ts-node ./packages/e2e-tests/scripts/buildkite_run_fe_tests_from_artifact-linux-x86_64.ts"
Expand Down Expand Up @@ -35,6 +36,7 @@ steps:
organization: "replay"
cpus: 4
memory: 4096
storage: 20
secrets:
BUILDKITE_AGENT_TOKEN: BUILDKITE_AGENT_TOKEN
SSH_PRIVATE_RSA_KEY_B64: SSH_PRIVATE_RSA_KEY_B64
Expand All @@ -51,3 +53,4 @@ steps:
DISPLAY: ":1"
PLAYWRIGHT_HEADLESS: "true"
PLAYWRIGHT_CHROMIUM: "true"
RECORD_REPLAY_DIRECTORY: "/mnt/data/replay"

0 comments on commit f28d9a2

Please sign in to comment.