diff --git a/.github/workflows/vtop_example.yml b/.github/workflows/vtop_example.yml index 49eba9909bd..feb347a886f 100644 --- a/.github/workflows/vtop_example.yml +++ b/.github/workflows/vtop_example.yml @@ -14,7 +14,7 @@ concurrency: jobs: build: name: VTop Example - runs-on: self-hosted + runs-on: oracle-vm-8cpu-32gb-x86-64 steps: - name: Skip CI @@ -60,6 +60,12 @@ jobs: if: steps.changes.outputs.end_to_end == 'true' uses: ./.github/actions/tune-os + - name: Setup MySQL + if: steps.changes.outputs.end_to_end == 'true' + uses: ./.github/actions/setup-mysql + with: + flavor: mysql-8.4 + - name: Get dependencies if: steps.changes.outputs.end_to_end == 'true' run: | @@ -83,4 +89,4 @@ jobs: timeout-minutes: 60 run: | source build.env - go run test.go -docker=false -skip-build -print-log -follow -retry=1 -timeout=60m vtop_example \ No newline at end of file + go run test.go -docker=false -skip-build -print-log -follow -retry=1 -timeout=60m vtop_example