run iso and img test on baremetal instances
parent
2a2ddb0452
commit
dce38fb331
|
@ -7,7 +7,7 @@ env:
|
|||
GOPROXY: https://proxy.golang.org
|
||||
jobs:
|
||||
build_test_iso:
|
||||
runs-on: [self-hosted, debian9, gcp]
|
||||
runs-on: [self-hosted, debian9, baremetal, equinix]
|
||||
steps:
|
||||
- name: Clean up workspace
|
||||
shell: bash
|
||||
|
|
|
@ -7,7 +7,7 @@ env:
|
|||
GOPROXY: https://proxy.golang.org
|
||||
jobs:
|
||||
build_test_kic_image:
|
||||
runs-on: [self-hosted, debian9, gcp]
|
||||
runs-on: [self-hosted, debian9, baremetal, equinix]
|
||||
steps:
|
||||
- name: Clean up
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in New Issue