Skip to content

Commit

Permalink
ci: run tests on medium runners (#1090)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoshkin authored May 24, 2024
1 parent b633d84 commit 043dca7
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aws-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
buildConfig: "offline"
runs-on:
- self-hosted
- small
- medium
continue-on-error: false
steps:
- name: Checkout konvoy-image-builder repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/azure-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- "basic"
runs-on:
- self-hosted
- small
- medium
continue-on-error: false
steps:
- name: Checkout konvoy-image-builder repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gcp-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- "basic"
runs-on:
- self-hosted
- small
- medium
continue-on-error: false
steps:
- name: Checkout konvoy-image-builder repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-ami.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

runs-on:
- self-hosted
- small
- medium
continue-on-error: false
steps:
- name: Checkout konvoy-image-builder repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

runs-on:
- self-hosted
- small
- medium
continue-on-error: false
steps:
- name: Checkout konvoy-image-builder repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-gcp-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
buildConfig: "basic"
runs-on:
- self-hosted
- small
- medium
continue-on-error: false
steps:
- name: Checkout konvoy-image-builder repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-vcd-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
build-e2e:
runs-on:
- self-hosted
- small
- medium
continue-on-error: false
steps:
- name: Checkout konvoy-image-builder repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-vsphere-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
buildConfig: "basic"
runs-on:
- self-hosted
- small
- medium
continue-on-error: false
steps:
- name: Checkout konvoy-image-builder repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vsphere-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
buildConfig: "basic"
runs-on:
- self-hosted
- small
- medium
continue-on-error: false
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 043dca7

Please sign in to comment.