From 61c42fc3b8ca97988a23baf4d92d589515f667cb Mon Sep 17 00:00:00 2001 From: Marcin Date: Fri, 10 Jan 2025 08:51:20 +0100 Subject: [PATCH] A0-0000: Migrated some self-hosted labels (#1909) --- .../workflows/sync-from-snapshot-mainnet-paritydb-pruned.yml | 2 +- .github/workflows/sync-from-snapshot-mainnet-paritydb.yml | 2 +- .github/workflows/sync-from-snapshot-mainnet.yml | 2 +- .../workflows/sync-from-snapshot-testnet-paritydb-pruned.yml | 2 +- .github/workflows/sync-from-snapshot-testnet-paritydb.yml | 2 +- .github/workflows/sync-from-snapshot-testnet.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/sync-from-snapshot-mainnet-paritydb-pruned.yml b/.github/workflows/sync-from-snapshot-mainnet-paritydb-pruned.yml index 7e31d0cb..73aa7523 100644 --- a/.github/workflows/sync-from-snapshot-mainnet-paritydb-pruned.yml +++ b/.github/workflows/sync-from-snapshot-mainnet-paritydb-pruned.yml @@ -34,7 +34,7 @@ jobs: test-sync: needs: [build-production-aleph-node] name: Download snapshot and run - runs-on: [self-hosted, Linux, X64, medium-1000GB] + runs-on: [self-hosted, Linux, X64, euc1-med-xldisk] timeout-minutes: 90 steps: - name: Checkout source code diff --git a/.github/workflows/sync-from-snapshot-mainnet-paritydb.yml b/.github/workflows/sync-from-snapshot-mainnet-paritydb.yml index d1d5059f..a3918cba 100644 --- a/.github/workflows/sync-from-snapshot-mainnet-paritydb.yml +++ b/.github/workflows/sync-from-snapshot-mainnet-paritydb.yml @@ -34,7 +34,7 @@ jobs: test-sync: needs: [build-production-aleph-node] name: Download snapshot and run - runs-on: [self-hosted, Linux, X64, medium-1000GB] + runs-on: [self-hosted, Linux, X64, euc1-med-xldisk] timeout-minutes: 360 steps: - name: Checkout source code diff --git a/.github/workflows/sync-from-snapshot-mainnet.yml b/.github/workflows/sync-from-snapshot-mainnet.yml index 129e5fee..f028061b 100644 --- a/.github/workflows/sync-from-snapshot-mainnet.yml +++ b/.github/workflows/sync-from-snapshot-mainnet.yml @@ -34,7 +34,7 @@ jobs: test-sync: needs: [build-production-aleph-node] name: Download snapshot and run - runs-on: [self-hosted, Linux, X64, medium-1000GB] + runs-on: [self-hosted, Linux, X64, euc1-med-xldisk] timeout-minutes: 600 steps: - name: Checkout source code diff --git a/.github/workflows/sync-from-snapshot-testnet-paritydb-pruned.yml b/.github/workflows/sync-from-snapshot-testnet-paritydb-pruned.yml index e5d9d1dc..49807fa1 100644 --- a/.github/workflows/sync-from-snapshot-testnet-paritydb-pruned.yml +++ b/.github/workflows/sync-from-snapshot-testnet-paritydb-pruned.yml @@ -31,7 +31,7 @@ jobs: test-sync: needs: [build-production-aleph-node] name: Download snapshot and run - runs-on: [self-hosted, Linux, X64, medium-1000GB] + runs-on: [self-hosted, Linux, X64, euc1-med-xldisk] timeout-minutes: 90 steps: - name: Checkout source code diff --git a/.github/workflows/sync-from-snapshot-testnet-paritydb.yml b/.github/workflows/sync-from-snapshot-testnet-paritydb.yml index 157bd733..6935a0d3 100644 --- a/.github/workflows/sync-from-snapshot-testnet-paritydb.yml +++ b/.github/workflows/sync-from-snapshot-testnet-paritydb.yml @@ -31,7 +31,7 @@ jobs: test-sync: needs: [build-production-aleph-node] name: Download snapshot and run - runs-on: [self-hosted, Linux, X64, medium-1000GB] + runs-on: [self-hosted, Linux, X64, euc1-med-xldisk] timeout-minutes: 360 steps: - name: Checkout source code diff --git a/.github/workflows/sync-from-snapshot-testnet.yml b/.github/workflows/sync-from-snapshot-testnet.yml index 578a551a..dd28bf07 100644 --- a/.github/workflows/sync-from-snapshot-testnet.yml +++ b/.github/workflows/sync-from-snapshot-testnet.yml @@ -31,7 +31,7 @@ jobs: test-sync: needs: [build-production-aleph-node] name: Download snapshot and run - runs-on: [self-hosted, Linux, X64, medium-1000GB] + runs-on: [self-hosted, Linux, X64, euc1-med-xldisk] timeout-minutes: 600 steps: - name: Checkout source code