Skip to content

Commit

Permalink
A0-0000: Migrated some self-hosted labels (#1909)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin-Radecki authored Jan 10, 2025
1 parent d081824 commit 61c42fc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-from-snapshot-mainnet-paritydb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-from-snapshot-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-from-snapshot-testnet-paritydb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-from-snapshot-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 61c42fc

Please sign in to comment.