Skip to content

Update release.yml

43079c8
Select commit
Loading
Failed to load commit list.
Merged

Replace GitHub Action runners with WarpBuild runners #7597

Update release.yml
43079c8
Select commit
Loading
Failed to load commit list.
probelabs / Visor: quality succeeded Dec 5, 2025 in 44s

✅ Check Passed (Warnings Found)

quality check passed. Found 1 warning, but fail_if condition was not met.

Details

📊 Summary

  • Total Issues: 1
  • Warning Issues: 1

🔍 Failure Condition Results

Passed Conditions

  • global_fail_if: Condition passed

Issues by Category

Architecture (1)

  • ⚠️ .github/workflows/release.yml:290 - The resolve-dashboard-image job uses a hardcoded runner warp-ubuntu-latest-x64-8x, while other jobs in the workflow have been updated to use the ${{ vars.DEFAULT_RUNNER }} variable. This inconsistency can lead to maintenance challenges, as this specific runner might be missed during future updates to the runner infrastructure.

Powered by Visor from Probelabs

💡 TIP: You can chat with Visor using /visor ask <your question>

Annotations

Check warning on line 290 in .github/workflows/release.yml

See this annotation in the file changed.

@probelabs probelabs / Visor: quality

architecture Issue

The `resolve-dashboard-image` job uses a hardcoded runner `warp-ubuntu-latest-x64-8x`, while other jobs in the workflow have been updated to use the `${{ vars.DEFAULT_RUNNER }}` variable. This inconsistency can lead to maintenance challenges, as this specific runner might be missed during future updates to the runner infrastructure.
Raw output
To improve consistency and maintainability, replace the hardcoded value with a variable. If this job requires a different runner from the default, consider introducing a new, descriptively named variable (e.g., `${{ vars.LARGE_RUNNER }}`) to make the configuration clearer and easier to manage.