From 59fd725076a13c4f58209e79d9aa45ce05aaa0b1 Mon Sep 17 00:00:00 2001 From: Muhammad Awad <112003944+mawad-amd@users.noreply.github.com> Date: Mon, 10 Nov 2025 12:34:33 -0800 Subject: [PATCH 1/3] Try new runner --- .github/workflows/iris-external-validation-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/iris-external-validation-test.yml b/.github/workflows/iris-external-validation-test.yml index 2cac214c..77be3fe5 100644 --- a/.github/workflows/iris-external-validation-test.yml +++ b/.github/workflows/iris-external-validation-test.yml @@ -13,7 +13,7 @@ concurrency: jobs: build-container-image: - runs-on: [self-hosted, mi3008x] + runs-on: [self-hosted, mi3008x, iris-githubrunner-mi3008x] timeout-minutes: 90 steps: @@ -92,4 +92,4 @@ jobs: " echo "::endgroup::" - echo "✅ External gluon validation test passed!" \ No newline at end of file + echo "✅ External gluon validation test passed!" From 21b02b4696e4d312dd314299d949a403b5226584 Mon Sep 17 00:00:00 2001 From: Muhammad Awad <112003944+mawad-amd@users.noreply.github.com> Date: Mon, 10 Nov 2025 12:37:05 -0800 Subject: [PATCH 2/3] Try one label only --- .github/workflows/iris-external-validation-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/iris-external-validation-test.yml b/.github/workflows/iris-external-validation-test.yml index 77be3fe5..3743f11e 100644 --- a/.github/workflows/iris-external-validation-test.yml +++ b/.github/workflows/iris-external-validation-test.yml @@ -13,7 +13,7 @@ concurrency: jobs: build-container-image: - runs-on: [self-hosted, mi3008x, iris-githubrunner-mi3008x] + runs-on: [iris-githubrunner-mi3008x] timeout-minutes: 90 steps: From c590e04432ffe0f9c734d867e811e90d5fb87356 Mon Sep 17 00:00:00 2001 From: Muhammad Awad <112003944+mawad-amd@users.noreply.github.com> Date: Mon, 10 Nov 2025 16:16:45 -0800 Subject: [PATCH 3/3] Update runner tags --- .github/workflows/iris-external-validation-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/iris-external-validation-test.yml b/.github/workflows/iris-external-validation-test.yml index 3743f11e..60e378b3 100644 --- a/.github/workflows/iris-external-validation-test.yml +++ b/.github/workflows/iris-external-validation-test.yml @@ -13,7 +13,7 @@ concurrency: jobs: build-container-image: - runs-on: [iris-githubrunner-mi3008x] + runs-on: [self-hosted,iris-githubrunner-mi3008x] timeout-minutes: 90 steps: