Merge pull request #10095 from medyagh/baremtal_ghaction
run iso and img test on baremetal instancespull/10096/head
commit
dbe70affea
|
|
@ -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