fix(ci): standardize CICD launcher/tests on ubuntu-act
All checks were successful
CICD Start / Sanity and Base Decision (pull_request) Successful in 21s
All checks were successful
CICD Start / Sanity and Base Decision (pull_request) Successful in 21s
This commit is contained in:
@@ -25,8 +25,8 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
setup:
|
setup:
|
||||||
name: Setup Tests Context
|
name: Setup Tests Context
|
||||||
# Prefer the generic ubuntu-latest label for better runner availability.
|
# Use the same stable runner label as the test jobs.
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-act
|
||||||
timeout-minutes: 8
|
timeout-minutes: 8
|
||||||
outputs:
|
outputs:
|
||||||
head_sha: ${{ steps.meta.outputs.head_sha }}
|
head_sha: ${{ steps.meta.outputs.head_sha }}
|
||||||
|
|||||||
@@ -14,8 +14,8 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
launch:
|
launch:
|
||||||
name: Launch CICD Start
|
name: Launch CICD Start
|
||||||
# Lightweight dispatch-only job; avoid dependency on ubuntu-act image startup.
|
# Use the same stable runner pool as the rest of CICD.
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-act
|
||||||
timeout-minutes: 8
|
timeout-minutes: 8
|
||||||
steps:
|
steps:
|
||||||
- name: Configure registry host resolution
|
- name: Configure registry host resolution
|
||||||
|
|||||||
Reference in New Issue
Block a user