Skip to content

Commit f086b8f

Browse files
author
Neil4561
committed
Default perf-gate seeding to the unified-POC era
The seed source-mounts each commit into the prebuilt CI image, which is built from unified-POC. Seeding a divergent branch fails: main is a different Isaac Sim extension era, and develop has diverged task ids (e.g. Isaac-Factory-GearMesh-Direct-v0 is unregistered there). Point the branches, commit_branch, and target_branch defaults at unified-POC so the out-of-box dispatch matches the image, and document the era constraint in the branches input description.
1 parent ebfc827 commit f086b8f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/perf-gate-seed-baselines.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ on:
2525
workflow_dispatch:
2626
inputs:
2727
branches:
28-
description: "Branches to seed in one run (comma/space separated). Use 'branch:target' to override the stamp. Empty = use commit_branch/commits."
28+
description: "Branches to seed in one run (comma/space separated). Use 'branch:target' to override the stamp. Empty = use commit_branch/commits. NOTE: only seed branches whose code matches the prebuilt CI image's era (the image is built from unified-POC); seeding a divergent branch such as main/develop yields incompatible extensions or unregistered task ids."
2929
required: false
30-
default: "develop, unified-POC"
30+
default: "unified-POC"
3131
commits:
3232
description: "Explicit commit SHAs/refs (space/comma separated). Used only when branches is empty."
3333
required: false
3434
default: ""
3535
commit_branch:
3636
description: "Single branch to seed when branches and commits are empty."
3737
required: false
38-
default: "develop"
38+
default: "unified-POC"
3939
commit_count:
4040
description: "Number of recent commits to seed from commit_branch."
4141
required: false
@@ -55,7 +55,7 @@ on:
5555
target_branch:
5656
description: "Protected branch stamped onto each seeded sample."
5757
required: false
58-
default: "develop"
58+
default: "unified-POC"
5959
dry_run:
6060
description: "Run benchmarks + build samples but DO NOT push to perf-baselines."
6161
type: boolean

0 commit comments

Comments
 (0)