File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 - go.mod
88 - go.sum
99 - Makefile
10+ - ' .github/workflows/go.yml'
1011
1112jobs :
1213 unit-test :
Original file line number Diff line number Diff line change 2424jobs :
2525 lint :
2626 name : Lint Code
27- runs-on : ubuntu-latest
27+ runs-on : arc-runner-set-mirantis-public
2828 env :
2929 GOTOOLCHAIN : auto
3030
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ permissions:
1919
2020jobs :
2121 smoke-modern :
22- runs-on : ubuntu-latest
22+ runs-on : arc-runner-set-mirantis-public
2323 if : |
2424 github.event_name == 'push' ||
2525 contains(github.event.pull_request.labels.*.name, 'smoke-test') ||
3636 run : make smoke-modern
3737
3838 smoke-legacy :
39- runs-on : ubuntu-latest
39+ runs-on : arc-runner-set-mirantis-public
4040 if : |
4141 github.event_name == 'push' ||
4242 contains(github.event.pull_request.labels.*.name, 'smoke-test') ||
5353 run : make smoke-legacy
5454
5555 smoke-windows :
56- runs-on : ubuntu-latest
56+ runs-on : arc-runner-set-mirantis-public
5757 if : |
5858 github.event_name == 'push' ||
5959 contains(github.event.pull_request.labels.*.name, 'smoke-test') ||
7070 run : make smoke-windows
7171
7272 smoke-upgrade :
73- runs-on : ubuntu-latest
73+ runs-on : arc-runner-set-mirantis-public
7474 if : |
7575 github.event_name == 'push' ||
7676 contains(github.event.pull_request.labels.*.name, 'smoke-test') ||
You can’t perform that action at this time.
0 commit comments