ci: increase build-publish-images job timeouts to 120 minutes
First wasm32v1-none WASM builds take longer without cache. The 60-minute timeout caused build-linux-stable-pezcumulus to be cancelled.
This commit is contained in:
@@ -35,7 +35,7 @@ jobs:
|
|||||||
build-linux-stable:
|
build-linux-stable:
|
||||||
needs: [preflight]
|
needs: [preflight]
|
||||||
runs-on: ${{ needs.preflight.outputs.RUNNER }}
|
runs-on: ${{ needs.preflight.outputs.RUNNER }}
|
||||||
timeout-minutes: 60
|
timeout-minutes: 120
|
||||||
container:
|
container:
|
||||||
image: ${{ needs.preflight.outputs.IMAGE }}
|
image: ${{ needs.preflight.outputs.IMAGE }}
|
||||||
env:
|
env:
|
||||||
@@ -95,7 +95,7 @@ jobs:
|
|||||||
build-linux-stable-pezcumulus:
|
build-linux-stable-pezcumulus:
|
||||||
needs: [preflight]
|
needs: [preflight]
|
||||||
runs-on: ${{ needs.preflight.outputs.RUNNER }}
|
runs-on: ${{ needs.preflight.outputs.RUNNER }}
|
||||||
timeout-minutes: 60
|
timeout-minutes: 120
|
||||||
container:
|
container:
|
||||||
image: ${{ needs.preflight.outputs.IMAGE }}
|
image: ${{ needs.preflight.outputs.IMAGE }}
|
||||||
env:
|
env:
|
||||||
@@ -131,7 +131,7 @@ jobs:
|
|||||||
build-test-teyrchain:
|
build-test-teyrchain:
|
||||||
needs: [preflight]
|
needs: [preflight]
|
||||||
runs-on: ${{ needs.preflight.outputs.RUNNER }}
|
runs-on: ${{ needs.preflight.outputs.RUNNER }}
|
||||||
timeout-minutes: 60
|
timeout-minutes: 120
|
||||||
container:
|
container:
|
||||||
image: ${{ needs.preflight.outputs.IMAGE }}
|
image: ${{ needs.preflight.outputs.IMAGE }}
|
||||||
env:
|
env:
|
||||||
@@ -171,7 +171,7 @@ jobs:
|
|||||||
build-test-collators:
|
build-test-collators:
|
||||||
needs: [preflight]
|
needs: [preflight]
|
||||||
runs-on: ${{ needs.preflight.outputs.RUNNER }}
|
runs-on: ${{ needs.preflight.outputs.RUNNER }}
|
||||||
timeout-minutes: 60
|
timeout-minutes: 120
|
||||||
container:
|
container:
|
||||||
image: ${{ needs.preflight.outputs.IMAGE }}
|
image: ${{ needs.preflight.outputs.IMAGE }}
|
||||||
steps:
|
steps:
|
||||||
@@ -210,7 +210,7 @@ jobs:
|
|||||||
build-malus:
|
build-malus:
|
||||||
needs: [preflight]
|
needs: [preflight]
|
||||||
runs-on: ${{ needs.preflight.outputs.RUNNER }}
|
runs-on: ${{ needs.preflight.outputs.RUNNER }}
|
||||||
timeout-minutes: 60
|
timeout-minutes: 120
|
||||||
container:
|
container:
|
||||||
image: ${{ needs.preflight.outputs.IMAGE }}
|
image: ${{ needs.preflight.outputs.IMAGE }}
|
||||||
steps:
|
steps:
|
||||||
@@ -248,7 +248,7 @@ jobs:
|
|||||||
build-linux-bizinikiwi:
|
build-linux-bizinikiwi:
|
||||||
needs: [preflight]
|
needs: [preflight]
|
||||||
runs-on: ${{ needs.preflight.outputs.RUNNER }}
|
runs-on: ${{ needs.preflight.outputs.RUNNER }}
|
||||||
timeout-minutes: 60
|
timeout-minutes: 120
|
||||||
container:
|
container:
|
||||||
image: ${{ needs.preflight.outputs.IMAGE }}
|
image: ${{ needs.preflight.outputs.IMAGE }}
|
||||||
steps:
|
steps:
|
||||||
@@ -293,7 +293,7 @@ jobs:
|
|||||||
build-templates-node:
|
build-templates-node:
|
||||||
needs: [preflight]
|
needs: [preflight]
|
||||||
runs-on: ${{ needs.preflight.outputs.RUNNER }}
|
runs-on: ${{ needs.preflight.outputs.RUNNER }}
|
||||||
timeout-minutes: 60
|
timeout-minutes: 120
|
||||||
container:
|
container:
|
||||||
image: ${{ needs.preflight.outputs.IMAGE }}
|
image: ${{ needs.preflight.outputs.IMAGE }}
|
||||||
steps:
|
steps:
|
||||||
@@ -336,7 +336,7 @@ jobs:
|
|||||||
prepare-bridges-zombienet-artifacts:
|
prepare-bridges-zombienet-artifacts:
|
||||||
needs: [preflight]
|
needs: [preflight]
|
||||||
runs-on: ${{ needs.preflight.outputs.RUNNER }}
|
runs-on: ${{ needs.preflight.outputs.RUNNER }}
|
||||||
timeout-minutes: 60
|
timeout-minutes: 120
|
||||||
container:
|
container:
|
||||||
image: ${{ needs.preflight.outputs.IMAGE }}
|
image: ${{ needs.preflight.outputs.IMAGE }}
|
||||||
steps:
|
steps:
|
||||||
@@ -368,7 +368,7 @@ jobs:
|
|||||||
prepare-pezkuwi-zombienet-artifacts:
|
prepare-pezkuwi-zombienet-artifacts:
|
||||||
needs: [preflight]
|
needs: [preflight]
|
||||||
runs-on: ${{ needs.preflight.outputs.RUNNER }}
|
runs-on: ${{ needs.preflight.outputs.RUNNER }}
|
||||||
timeout-minutes: 60
|
timeout-minutes: 120
|
||||||
container:
|
container:
|
||||||
image: ${{ needs.preflight.outputs.IMAGE }}
|
image: ${{ needs.preflight.outputs.IMAGE }}
|
||||||
steps:
|
steps:
|
||||||
@@ -400,7 +400,7 @@ jobs:
|
|||||||
prepare-pezcumulus-zombienet-artifacts:
|
prepare-pezcumulus-zombienet-artifacts:
|
||||||
needs: [preflight]
|
needs: [preflight]
|
||||||
runs-on: ${{ needs.preflight.outputs.RUNNER }}
|
runs-on: ${{ needs.preflight.outputs.RUNNER }}
|
||||||
timeout-minutes: 60
|
timeout-minutes: 120
|
||||||
container:
|
container:
|
||||||
image: ${{ needs.preflight.outputs.IMAGE }}
|
image: ${{ needs.preflight.outputs.IMAGE }}
|
||||||
steps:
|
steps:
|
||||||
@@ -429,7 +429,7 @@ jobs:
|
|||||||
prepare-teyrchain-templates-zombienet-artifacts:
|
prepare-teyrchain-templates-zombienet-artifacts:
|
||||||
needs: [preflight]
|
needs: [preflight]
|
||||||
runs-on: ${{ needs.preflight.outputs.RUNNER }}
|
runs-on: ${{ needs.preflight.outputs.RUNNER }}
|
||||||
timeout-minutes: 60
|
timeout-minutes: 120
|
||||||
container:
|
container:
|
||||||
image: ${{ needs.preflight.outputs.IMAGE }}
|
image: ${{ needs.preflight.outputs.IMAGE }}
|
||||||
steps:
|
steps:
|
||||||
@@ -463,7 +463,7 @@ jobs:
|
|||||||
build-push-image-test-teyrchain:
|
build-push-image-test-teyrchain:
|
||||||
needs: [preflight, build-test-teyrchain]
|
needs: [preflight, build-test-teyrchain]
|
||||||
runs-on: ${{ needs.preflight.outputs.RUNNER_DEFAULT }}
|
runs-on: ${{ needs.preflight.outputs.RUNNER_DEFAULT }}
|
||||||
timeout-minutes: 60
|
timeout-minutes: 120
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||||
@@ -489,7 +489,7 @@ jobs:
|
|||||||
build-push-image-pezkuwi-debug:
|
build-push-image-pezkuwi-debug:
|
||||||
needs: [preflight, build-linux-stable]
|
needs: [preflight, build-linux-stable]
|
||||||
runs-on: ${{ needs.preflight.outputs.RUNNER_DEFAULT }}
|
runs-on: ${{ needs.preflight.outputs.RUNNER_DEFAULT }}
|
||||||
timeout-minutes: 60
|
timeout-minutes: 120
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||||
@@ -515,7 +515,7 @@ jobs:
|
|||||||
build-push-image-colander:
|
build-push-image-colander:
|
||||||
needs: [preflight, build-test-collators]
|
needs: [preflight, build-test-collators]
|
||||||
runs-on: ${{ needs.preflight.outputs.RUNNER_DEFAULT }}
|
runs-on: ${{ needs.preflight.outputs.RUNNER_DEFAULT }}
|
||||||
timeout-minutes: 60
|
timeout-minutes: 120
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||||
@@ -541,7 +541,7 @@ jobs:
|
|||||||
build-push-image-malus:
|
build-push-image-malus:
|
||||||
needs: [preflight, build-malus]
|
needs: [preflight, build-malus]
|
||||||
runs-on: ${{ needs.preflight.outputs.RUNNER_DEFAULT }}
|
runs-on: ${{ needs.preflight.outputs.RUNNER_DEFAULT }}
|
||||||
timeout-minutes: 60
|
timeout-minutes: 120
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||||
@@ -567,7 +567,7 @@ jobs:
|
|||||||
build-push-image-bizinikiwi-pr:
|
build-push-image-bizinikiwi-pr:
|
||||||
needs: [preflight, build-linux-bizinikiwi]
|
needs: [preflight, build-linux-bizinikiwi]
|
||||||
runs-on: ${{ needs.preflight.outputs.RUNNER_DEFAULT }}
|
runs-on: ${{ needs.preflight.outputs.RUNNER_DEFAULT }}
|
||||||
timeout-minutes: 60
|
timeout-minutes: 120
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||||
@@ -601,7 +601,7 @@ jobs:
|
|||||||
prepare-bridges-zombienet-artifacts,
|
prepare-bridges-zombienet-artifacts,
|
||||||
]
|
]
|
||||||
runs-on: ${{ needs.preflight.outputs.RUNNER_DEFAULT }}
|
runs-on: ${{ needs.preflight.outputs.RUNNER_DEFAULT }}
|
||||||
timeout-minutes: 60
|
timeout-minutes: 120
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||||
@@ -644,7 +644,7 @@ jobs:
|
|||||||
build-push-image-pezkuwi-teyrchain-debug:
|
build-push-image-pezkuwi-teyrchain-debug:
|
||||||
needs: [preflight, build-linux-stable-pezcumulus]
|
needs: [preflight, build-linux-stable-pezcumulus]
|
||||||
runs-on: ${{ needs.preflight.outputs.RUNNER_DEFAULT }}
|
runs-on: ${{ needs.preflight.outputs.RUNNER_DEFAULT }}
|
||||||
timeout-minutes: 60
|
timeout-minutes: 120
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user