Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions .github/workflows/vtop_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand All @@ -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
go run test.go -docker=false -skip-build -print-log -follow -retry=1 -timeout=60m vtop_example