mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-19 01:51:21 +08:00
chore(ci): use GitHub-hosted runner for visual regression
Both visual regression jobs failed in bunx playwright install-deps on blacksmith-4vcpu-ubuntu-2404 because apt could not reach the Ubuntu package servers through the Blacksmith mirror list (run 34574732611). Switch these two jobs to ubuntu-24.04 until Blacksmith confirms a fix.
This commit is contained in:
@@ -59,7 +59,8 @@ jobs:
|
||||
needs: check-paths
|
||||
if: needs.check-paths.outputs.matched == 'true'
|
||||
name: Visual Regression (kilo-ui) # kilocode_change
|
||||
runs-on: ${{ github.repository == 'Kilo-Org/kilocode' && 'blacksmith-4vcpu-ubuntu-2404' || 'ubuntu-latest' }} # kilocode_change
|
||||
# kilocode_change: temporary GitHub-hosted runner while Blacksmith apt mirror connectivity is broken, see Blacksmith report for run 34574732611
|
||||
runs-on: ubuntu-24.04 # kilocode_change
|
||||
timeout-minutes: 15
|
||||
|
||||
steps:
|
||||
@@ -221,7 +222,8 @@ jobs:
|
||||
needs: check-paths
|
||||
if: needs.check-paths.outputs.matched == 'true'
|
||||
name: Visual Regression (kilo-vscode webview) # kilocode_change
|
||||
runs-on: ${{ github.repository == 'Kilo-Org/kilocode' && 'blacksmith-4vcpu-ubuntu-2404' || 'ubuntu-latest' }} # kilocode_change
|
||||
# kilocode_change: temporary GitHub-hosted runner while Blacksmith apt mirror connectivity is broken, see Blacksmith report for run 34574732611
|
||||
runs-on: ubuntu-24.04 # kilocode_change
|
||||
timeout-minutes: 15
|
||||
env:
|
||||
NODE_OPTIONS: --max-old-space-size=4096
|
||||
|
||||
Reference in New Issue
Block a user