From 629d134a3197a9e293b66d1d577b46028e9cb1f2 Mon Sep 17 00:00:00 2001 From: Sobhe higaze Date: Sun, 5 Apr 2026 16:10:42 +0300 Subject: [PATCH 1/3] use namespace runner instead of github runner on prs --- .github/workflows/on-pull-request.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/on-pull-request.yaml b/.github/workflows/on-pull-request.yaml index 78eec57b..fe33dd09 100644 --- a/.github/workflows/on-pull-request.yaml +++ b/.github/workflows/on-pull-request.yaml @@ -6,6 +6,8 @@ on: - main jobs: + runs-on: namespace-profile-starkware-libs-starknet-staking-large-ubuntu-24-04-amd64 + test: uses: ./.github/workflows/test.yaml secrets: inherit From 03ab9727590051e7597559c8b6cbffd6cbdfb6d2 Mon Sep 17 00:00:00 2001 From: Sobhe higaze Date: Sun, 5 Apr 2026 16:44:48 +0300 Subject: [PATCH 2/3] fix runner issue. --- .github/workflows/check_formatting.yaml | 2 +- .github/workflows/on-pull-request.yaml | 2 -- .github/workflows/test.yaml | 4 ++-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/check_formatting.yaml b/.github/workflows/check_formatting.yaml index 410159de..8555db9a 100644 --- a/.github/workflows/check_formatting.yaml +++ b/.github/workflows/check_formatting.yaml @@ -5,7 +5,7 @@ on: jobs: check_formatting: - runs-on: ubuntu-latest + runs-on: namespace-profile-starkware-libs-starknet-staking-large-ubuntu-24-04-amd64 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/on-pull-request.yaml b/.github/workflows/on-pull-request.yaml index fe33dd09..78eec57b 100644 --- a/.github/workflows/on-pull-request.yaml +++ b/.github/workflows/on-pull-request.yaml @@ -6,8 +6,6 @@ on: - main jobs: - runs-on: namespace-profile-starkware-libs-starknet-staking-large-ubuntu-24-04-amd64 - test: uses: ./.github/workflows/test.yaml secrets: inherit diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4f1516b3..e4b5c2b1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -5,7 +5,7 @@ on: jobs: verify_flows: - runs-on: ubuntu-latest + runs-on: namespace-profile-starkware-libs-starknet-staking-large-ubuntu-24-04-amd64 steps: - uses: actions/checkout@v4 @@ -20,7 +20,7 @@ jobs: python scripts/check_all_flows_have_test.py --allow-duplicate-tests test: - runs-on: ubuntu-latest + runs-on: namespace-profile-starkware-libs-starknet-staking-large-ubuntu-24-04-amd64 steps: - uses: actions/checkout@v4 From 51b9297283a1886e676929c9ef93248215c1da5f Mon Sep 17 00:00:00 2001 From: Sobhe higaze Date: Sun, 5 Apr 2026 17:02:41 +0300 Subject: [PATCH 3/3] update machine types. --- .github/workflows/check_formatting.yaml | 2 +- .github/workflows/test.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check_formatting.yaml b/.github/workflows/check_formatting.yaml index 8555db9a..cbb23c50 100644 --- a/.github/workflows/check_formatting.yaml +++ b/.github/workflows/check_formatting.yaml @@ -5,7 +5,7 @@ on: jobs: check_formatting: - runs-on: namespace-profile-starkware-libs-starknet-staking-large-ubuntu-24-04-amd64 + runs-on: namespace-profile-starkware-libs-starknet-staking-small-ubuntu-24-04-amd64 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e4b5c2b1..f97c55ed 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -5,7 +5,7 @@ on: jobs: verify_flows: - runs-on: namespace-profile-starkware-libs-starknet-staking-large-ubuntu-24-04-amd64 + runs-on: namespace-profile-starkware-libs-starknet-staking-small-ubuntu-24-04-amd64 steps: - uses: actions/checkout@v4 @@ -20,7 +20,7 @@ jobs: python scripts/check_all_flows_have_test.py --allow-duplicate-tests test: - runs-on: namespace-profile-starkware-libs-starknet-staking-large-ubuntu-24-04-amd64 + runs-on: namespace-profile-starkware-libs-starknet-staking-xlarge-ubuntu-24-04-amd64 steps: - uses: actions/checkout@v4