Skip to content

Commit 0d32dbd

Browse files
test: canary to prove 5.1 smoke goes red
Temporary SystemExit(1) in bmesh-gear so the labeled 5.1 job is observed failing. Reverted in the next commit. Signed-off-by: TMHSDigital <154358121+TMHSDigital@users.noreply.github.com> Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent db52126 commit 0d32dbd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/bmesh-gear/bmesh_gear.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ def main():
194194
p.add_argument("--engine", default="eevee", choices=("eevee", "cycles"),
195195
help="render engine for --output (cycles for GPU-less hosts)")
196196
args = p.parse_args(argv)
197+
raise SystemExit(1) # phase-4 canary: prove 5.1 smoke fails
197198

198199
obj = build_gear()
199200
code = check(obj)

0 commit comments

Comments
 (0)