Skip to content

Commit 53883c5

Browse files
authored
Stop using Equinix Metal self hosted runners (#18942)
Signed-off-by: Matt Lord <[email protected]>
1 parent 8230b8a commit 53883c5

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/vtop_example.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
jobs:
1515
build:
1616
name: VTop Example
17-
runs-on: self-hosted
17+
runs-on: oracle-vm-8cpu-32gb-x86-64
1818

1919
steps:
2020
- name: Skip CI
@@ -60,6 +60,12 @@ jobs:
6060
if: steps.changes.outputs.end_to_end == 'true'
6161
uses: ./.github/actions/tune-os
6262

63+
- name: Setup MySQL
64+
if: steps.changes.outputs.end_to_end == 'true'
65+
uses: ./.github/actions/setup-mysql
66+
with:
67+
flavor: mysql-8.4
68+
6369
- name: Get dependencies
6470
if: steps.changes.outputs.end_to_end == 'true'
6571
run: |
@@ -83,4 +89,4 @@ jobs:
8389
timeout-minutes: 60
8490
run: |
8591
source build.env
86-
go run test.go -docker=false -skip-build -print-log -follow -retry=1 -timeout=60m vtop_example
92+
go run test.go -docker=false -skip-build -print-log -follow -retry=1 -timeout=60m vtop_example

0 commit comments

Comments
 (0)