From 043dca736aa5fe284837d1f16453d0113f38eaad Mon Sep 17 00:00:00 2001 From: Dimitri Koshkin Date: Fri, 24 May 2024 11:27:39 -0700 Subject: [PATCH] ci: run tests on medium runners (#1090) --- .github/workflows/aws-e2e.yaml | 2 +- .github/workflows/azure-e2e.yaml | 2 +- .github/workflows/gcp-e2e.yaml | 2 +- .github/workflows/release-ami.yaml | 2 +- .github/workflows/release-azure.yaml | 2 +- .github/workflows/release-gcp-template.yaml | 2 +- .github/workflows/release-vcd-template.yaml | 2 +- .github/workflows/release-vsphere-template.yaml | 2 +- .github/workflows/vsphere-e2e.yaml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/aws-e2e.yaml b/.github/workflows/aws-e2e.yaml index fda7f3e74..d10f73bd6 100644 --- a/.github/workflows/aws-e2e.yaml +++ b/.github/workflows/aws-e2e.yaml @@ -75,7 +75,7 @@ jobs: buildConfig: "offline" runs-on: - self-hosted - - small + - medium continue-on-error: false steps: - name: Checkout konvoy-image-builder repository diff --git a/.github/workflows/azure-e2e.yaml b/.github/workflows/azure-e2e.yaml index a97ff2dd1..5d84a0646 100644 --- a/.github/workflows/azure-e2e.yaml +++ b/.github/workflows/azure-e2e.yaml @@ -21,7 +21,7 @@ jobs: - "basic" runs-on: - self-hosted - - small + - medium continue-on-error: false steps: - name: Checkout konvoy-image-builder repository diff --git a/.github/workflows/gcp-e2e.yaml b/.github/workflows/gcp-e2e.yaml index 7f5fb4dc8..06ba902a2 100644 --- a/.github/workflows/gcp-e2e.yaml +++ b/.github/workflows/gcp-e2e.yaml @@ -21,7 +21,7 @@ jobs: - "basic" runs-on: - self-hosted - - small + - medium continue-on-error: false steps: - name: Checkout konvoy-image-builder repository diff --git a/.github/workflows/release-ami.yaml b/.github/workflows/release-ami.yaml index 10dac060b..4b45ab0be 100644 --- a/.github/workflows/release-ami.yaml +++ b/.github/workflows/release-ami.yaml @@ -42,7 +42,7 @@ jobs: runs-on: - self-hosted - - small + - medium continue-on-error: false steps: - name: Checkout konvoy-image-builder repository diff --git a/.github/workflows/release-azure.yaml b/.github/workflows/release-azure.yaml index 0aeadd24b..2557baa37 100644 --- a/.github/workflows/release-azure.yaml +++ b/.github/workflows/release-azure.yaml @@ -23,7 +23,7 @@ jobs: runs-on: - self-hosted - - small + - medium continue-on-error: false steps: - name: Checkout konvoy-image-builder repository diff --git a/.github/workflows/release-gcp-template.yaml b/.github/workflows/release-gcp-template.yaml index a13572b62..980b5f5ca 100644 --- a/.github/workflows/release-gcp-template.yaml +++ b/.github/workflows/release-gcp-template.yaml @@ -21,7 +21,7 @@ jobs: buildConfig: "basic" runs-on: - self-hosted - - small + - medium continue-on-error: false steps: - name: Checkout konvoy-image-builder repository diff --git a/.github/workflows/release-vcd-template.yaml b/.github/workflows/release-vcd-template.yaml index 352e6376b..840c6e5f7 100644 --- a/.github/workflows/release-vcd-template.yaml +++ b/.github/workflows/release-vcd-template.yaml @@ -25,7 +25,7 @@ jobs: build-e2e: runs-on: - self-hosted - - small + - medium continue-on-error: false steps: - name: Checkout konvoy-image-builder repository diff --git a/.github/workflows/release-vsphere-template.yaml b/.github/workflows/release-vsphere-template.yaml index 4308178a7..ac68e6df3 100644 --- a/.github/workflows/release-vsphere-template.yaml +++ b/.github/workflows/release-vsphere-template.yaml @@ -27,7 +27,7 @@ jobs: buildConfig: "basic" runs-on: - self-hosted - - small + - medium continue-on-error: false steps: - name: Checkout konvoy-image-builder repository diff --git a/.github/workflows/vsphere-e2e.yaml b/.github/workflows/vsphere-e2e.yaml index 12545eed7..aa05ca068 100644 --- a/.github/workflows/vsphere-e2e.yaml +++ b/.github/workflows/vsphere-e2e.yaml @@ -31,7 +31,7 @@ jobs: buildConfig: "basic" runs-on: - self-hosted - - small + - medium continue-on-error: false steps: - uses: actions/checkout@v4