ci: migrate to WarpBuild runners in release workflow#952
ci: migrate to WarpBuild runners in release workflow#952probelabs[bot] wants to merge 2 commits intomasterfrom
Conversation
|
This pull request migrates the Additionally, a command Files Changed Analysis
Architecture & Impact Assessment
graph TD
subgraph "Before"
A[release.yml] --> B["Job runs-on: ubuntu-latest-*"]
A --> C["Cache: actions/cache@v4"]
end
subgraph "After"
X[release.yml] --> Y["Job runs-on: warp-ubuntu-latest-x64-*"]
X --> Z["Cache: WarpBuilds/cache@v1"]
X --> W["<b><font color=red>CRITICAL FLAW:</font></b> Overwrites Docker config"]
end
Scope Discovery & Context Expansion
Metadata
Powered by Visor from Probelabs Last updated: 2026-03-17T14:55:43.889Z | Triggered by: pr_updated | Commit: 47dfb4e 💡 TIP: You can chat with Visor using |
\n\n
Architecture Issues (1)
✅ Performance Check PassedNo performance issues found – changes LGTM. Quality Issues (1)
Powered by Visor from Probelabs Last updated: 2026-03-17T14:55:21.360Z | Triggered by: pr_updated | Commit: 47dfb4e 💡 TIP: You can chat with Visor using |
🚨 Jira Linter FailedCommit: The Jira linter failed to validate your PR. Please check the error details below: 🔍 Click to view error detailsNext Steps
This comment will be automatically deleted once the linter passes. |
|


Problem / Task
Migrate tyk-pump to use WarpBuild runners.
Changes
.github/workflows/release.ymlto use WarpBuild runners.warp-ubuntu-latest-x64-4x.warp-ubuntu-latest-x64-2x.mkdir -p ~/.docker && echo "{}" > ~/.docker/config.jsonbeforedocker runto fixamazon-ecr-login@v2issue.Testing
Trace: 65dc788dfe5e4b3176777ddb2ae41545
Generated with Visor AI Assistant