From ca155cd633f2f3b0029bf435162f30a2c281f7a4 Mon Sep 17 00:00:00 2001 From: Jyoti Bhanot Date: Fri, 22 Nov 2024 17:55:49 +0300 Subject: [PATCH 1/4] Update test-pr.yml --- .github/workflows/test-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-pr.yml b/.github/workflows/test-pr.yml index 8699d9b..1f176d5 100644 --- a/.github/workflows/test-pr.yml +++ b/.github/workflows/test-pr.yml @@ -11,7 +11,7 @@ jobs: test: name: 'Conformance Tests' - runs-on: [self-hosted, linux, normal] + runs-on: [self-hosted, aws, us-east-2, m6a.large] steps: - name: 'Check out code' uses: actions/checkout@v4 From 38fc7537a2e195db26a381ba0084f9f4db4abb75 Mon Sep 17 00:00:00 2001 From: Jyoti Bhanot Date: Fri, 22 Nov 2024 19:00:25 +0300 Subject: [PATCH 2/4] Update test-pr.yml --- .github/workflows/test-pr.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test-pr.yml b/.github/workflows/test-pr.yml index 1f176d5..2769836 100644 --- a/.github/workflows/test-pr.yml +++ b/.github/workflows/test-pr.yml @@ -8,7 +8,6 @@ concurrency: cancel-in-progress: true jobs: - test: name: 'Conformance Tests' runs-on: [self-hosted, aws, us-east-2, m6a.large] From ec4f6e820b126250440b39ed472f492fc427eb1c Mon Sep 17 00:00:00 2001 From: Jyoti Bhanot Date: Fri, 22 Nov 2024 19:42:21 +0300 Subject: [PATCH 3/4] Update test-pr.yml --- .github/workflows/test-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-pr.yml b/.github/workflows/test-pr.yml index 2769836..5255636 100644 --- a/.github/workflows/test-pr.yml +++ b/.github/workflows/test-pr.yml @@ -10,7 +10,7 @@ concurrency: jobs: test: name: 'Conformance Tests' - runs-on: [self-hosted, aws, us-east-2, m6a.large] + runs-on: [self-hosted, aws, us-east-2, m6a.2xlarge] steps: - name: 'Check out code' uses: actions/checkout@v4 From ac195599ffd9da2fda812d5c2404103c541ce8f8 Mon Sep 17 00:00:00 2001 From: Jyoti Bhanot Date: Sun, 24 Nov 2024 18:05:49 +0300 Subject: [PATCH 4/4] Update test-pr.yml --- .github/workflows/test-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-pr.yml b/.github/workflows/test-pr.yml index 5255636..e7a1132 100644 --- a/.github/workflows/test-pr.yml +++ b/.github/workflows/test-pr.yml @@ -10,7 +10,7 @@ concurrency: jobs: test: name: 'Conformance Tests' - runs-on: [self-hosted, aws, us-east-2, m6a.2xlarge] + runs-on: [self-hosted, aws, us-east-2, m6a.4xlarge] steps: - name: 'Check out code' uses: actions/checkout@v4