ci(release): raise all production release job timeouts to 60min (#3559)

This commit is contained in:
Steven Enamakel
2026-06-09 08:01:07 -07:00
committed by GitHub
parent 45a1bd2190
commit 46a9cabbc3
2 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ jobs:
build:
name: "Desktop: ${{ matrix.settings.artifact_suffix }}"
runs-on: ${{ matrix.settings.platform }}
timeout-minutes: 50
timeout-minutes: 60
environment: Production
strategy:
fail-fast: false
+9 -9
View File
@@ -72,7 +72,7 @@ jobs:
review-approval:
name: Manual approval gate
runs-on: ubuntu-latest
timeout-minutes: 5
timeout-minutes: 60
environment: Release-Approval
steps:
- name: Record approval
@@ -86,7 +86,7 @@ jobs:
prepare-build:
name: Prepare build context
runs-on: ubuntu-latest
timeout-minutes: 15
timeout-minutes: 60
environment: Production
needs: [review-approval]
outputs:
@@ -220,7 +220,7 @@ jobs:
create-release:
name: Prepare GitHub release
runs-on: ubuntu-latest
timeout-minutes: 10
timeout-minutes: 60
environment: Production
needs: [prepare-build]
outputs:
@@ -415,7 +415,7 @@ jobs:
name: "CLI: ${{ matrix.target }}"
needs: [prepare-build, create-release]
if: ${{ inputs.create_release && always() && needs.create-release.result == 'success' }}
timeout-minutes: 30
timeout-minutes: 60
environment: Production
runs-on: ${{ matrix.runner }}
strategy:
@@ -486,7 +486,7 @@ jobs:
needs: [prepare-build, create-release, build-desktop]
if: ${{ inputs.create_release && always() && needs.build-desktop.result == 'success' }}
runs-on: ubuntu-latest
timeout-minutes: 10
timeout-minutes: 60
environment: Production
steps:
- name: Checkout build ref
@@ -509,7 +509,7 @@ jobs:
publish-release:
name: Publish draft release
runs-on: ubuntu-latest
timeout-minutes: 10
timeout-minutes: 60
environment: Production
needs:
- prepare-build
@@ -623,7 +623,7 @@ jobs:
tag-docker-latest:
name: "Docker: tag :latest"
runs-on: ubuntu-latest
timeout-minutes: 10
timeout-minutes: 60
environment: Production
needs: [prepare-build, publish-release]
if: ${{ inputs.create_release && always() && needs.publish-release.result == 'success' }}
@@ -660,7 +660,7 @@ jobs:
record-sentry-deploy:
name: Record Sentry deploy marker
runs-on: ubuntu-latest
timeout-minutes: 10
timeout-minutes: 60
environment: Production
needs: [prepare-build, publish-release]
if: ${{ inputs.create_release && always() && needs.publish-release.result == 'success' }}
@@ -699,7 +699,7 @@ jobs:
cleanup-failed-release:
name: Remove release and tag if build failed
runs-on: ubuntu-latest
timeout-minutes: 10
timeout-minutes: 60
environment: Production
needs:
- prepare-build