Skip to content

Commit 91f89de

Browse files
Merge pull request #1014 from ArmDeveloperEcosystem/fix-specialized-regression-summary
Defer specialized regression probe failures
2 parents 3997e6e + 5efd3c3 commit 91f89de

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test-enroot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ jobs:
357357
bash "$PREFIX/usr/bin/enroot" version | grep -F "$LATEST_VERSION"
358358
bash "$PREFIX/usr/bin/enroot" list >/tmp/enroot-next-list.log
359359
limited_cpu_description: "Built the next Enroot source candidate into a staging prefix and executed version/list commands on the Arm64 runner. GPU hooks and real container import/start remain out of scope for the generic runner."
360+
defer_on_limited_cpu_probe_failure: "true"
360361
- name: Calculate test summary
361362
id: summary
362363
if: always()

.github/workflows/test-ord-provider-server.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,7 @@ jobs:
664664
npm run build
665665
node dist/src/cli.js --help | grep -Eiq 'ord-provider-server|directory|base-url'
666666
limited_cpu_description: "Built the next ORD Provider Server Node package and executed its CLI help path on the Arm64 runner. Full HTTP fixture coverage remains in Tests 1-5 for the pinned baseline."
667+
defer_on_limited_cpu_probe_failure: "true"
667668

668669
- name: Calculate test summary
669670
id: summary

0 commit comments

Comments
 (0)