Skip to content

Commit 7150aaf

Browse files
committed
Run on dedicated worker
1 parent db743cb commit 7150aaf

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/tests-performance-client-e2e.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,16 @@ on:
3535
jobs:
3636
test:
3737
name: 'Performance tests'
38-
runs-on: tools-gha-runners-perf
38+
runs-on: gcp-perf-test-dedicated
39+
container:
40+
image: ubuntu:24.04
3941
timeout-minutes: 120
4042
steps:
43+
- name: Install Git
44+
run: |
45+
apt-get update && apt-get install -y git &&
46+
git config --global --add safe.directory /__w/neptune-query/neptune-query
47+
4148
- name: Checkout repository
4249
uses: actions/checkout@v4
4350

0 commit comments

Comments
 (0)