From 8e7953a3f0c2b4ff3de01e06b27c410ddf56df91 Mon Sep 17 00:00:00 2001 From: "Lytovchenko, Danylo" Date: Tue, 24 Jun 2025 11:10:27 +0200 Subject: [PATCH] SWDEV-123456 - fix runners type (#17) [ROCm/hipother commit: 2366ff9f333932a5322bfc6d819c17fca28de660] --- projects/hipother/.github/workflows/clang-format.yml | 2 +- projects/hipother/.github/workflows/keyword-check.yml | 2 +- projects/hipother/.github/workflows/pr-title-validate.yml | 2 +- projects/hipother/.github/workflows/validate-pr-description.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/hipother/.github/workflows/clang-format.yml b/projects/hipother/.github/workflows/clang-format.yml index b17babaa2f..7e37ebbe97 100644 --- a/projects/hipother/.github/workflows/clang-format.yml +++ b/projects/hipother/.github/workflows/clang-format.yml @@ -5,7 +5,7 @@ on: jobs: format: - runs-on: ubuntu-latest + runs-on: hip-clr-dev1 steps: - uses: actions/checkout@v4 with: diff --git a/projects/hipother/.github/workflows/keyword-check.yml b/projects/hipother/.github/workflows/keyword-check.yml index 7177d1a669..b177ae4bff 100644 --- a/projects/hipother/.github/workflows/keyword-check.yml +++ b/projects/hipother/.github/workflows/keyword-check.yml @@ -9,7 +9,7 @@ on: jobs: check-keywords: - runs-on: ubuntu-latest + runs-on: hip-clr-dev1 env: KEYWORDS: ${{ vars.KEYWORDS }} diff --git a/projects/hipother/.github/workflows/pr-title-validate.yml b/projects/hipother/.github/workflows/pr-title-validate.yml index 65f5564d81..c6ffbd28b2 100644 --- a/projects/hipother/.github/workflows/pr-title-validate.yml +++ b/projects/hipother/.github/workflows/pr-title-validate.yml @@ -21,7 +21,7 @@ jobs: fi validate-commit-messages: - runs-on: ubuntu-latest + runs-on: hip-clr-dev1 steps: - name: Checkout code uses: actions/checkout@v3 diff --git a/projects/hipother/.github/workflows/validate-pr-description.yml b/projects/hipother/.github/workflows/validate-pr-description.yml index db69802d81..63c0fb87e7 100644 --- a/projects/hipother/.github/workflows/validate-pr-description.yml +++ b/projects/hipother/.github/workflows/validate-pr-description.yml @@ -6,7 +6,7 @@ on: jobs: validate-pr-description: - runs-on: ubuntu-latest + runs-on: hip-clr-dev1 steps: - name: Checkout repository uses: actions/checkout@v4