Skip to content

ci: don't fail the job on Azure launch errors - #42

Merged
ewels merged 2 commits into
mainfrom
ci-azure-continue-on-error
Aug 18, 2026
Merged

ci: don't fail the job on Azure launch errors#42
ewels merged 2 commits into
mainfrom
ci-azure-continue-on-error

Conversation

@ewels

@ewels ewels commented Aug 18, 2026

Copy link
Copy Markdown
Member

Summary

  • The Azure compute environment's Batch pool is currently stale (tower-pool-... does not exist), which was failing CI on every PR regardless of the actual change.
  • Marks the azure_run step continue-on-error: true so AWS/GCP launches and the overall job status aren't blocked by it.

Test plan

  • Confirm CI on this PR passes (AWS/GCP green, Azure step shows as failed-but-non-blocking)

The Azure compute environment's Batch pool is currently stale, which
was failing every PR's CI regardless of the actual change. Mark the
azure_run step continue-on-error so AWS/GCP launches and the overall
job aren't blocked by it.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@ewels
ewels requested a review from adamrtalbot August 18, 2026 19:34
@github-actions

github-actions Bot commented Aug 18, 2026

Copy link
Copy Markdown

🚀 Pipelines launched

Name Info
🔨 AWS Workflow ID 3ry0a7diZpySvz
🏠 AWS Workspace [seqeralabs / scidev-aws]
🗂️ AWS Workspace ID 64430228002560
😎 AWS Workflow URL https://cloud.stage-seqera.io//orgs/seqeralabs/workspaces/scidev-aws/watch/3ry0a7diZpySvz
⚠️ Azure Status ❌ Failed — known Azure compute-env issue, non-blocking
🔨 Azure Workflow ID
🏠 Azure Workspace
🗂️ Azure Workspace ID
😎 Azure Workflow URL
🔨 GCP Workflow ID 47JGnNS4AMeXQS
🏠 GCP Workspace [seqeralabs / scidev-google]
🗂️ GCP Workspace ID 124007984423021
😎 GCP Workflow URL https://cloud.stage-seqera.io//orgs/seqeralabs/workspaces/scidev-google/watch/47JGnNS4AMeXQS

Add an explicit status row so a non-blocking Azure failure is visible
instead of showing blank fields. Also fixes a copy-paste bug where the
Azure Workflow URL row read from steps.gcp_run instead of azure_run.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@ewels

ewels commented Aug 18, 2026

Copy link
Copy Markdown
Member Author

Sorry @adamrtalbot - can bring back later if you want!

@ewels
ewels merged commit c5df7fc into main Aug 18, 2026
1 check passed
@ewels
ewels deleted the ci-azure-continue-on-error branch August 18, 2026 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants