Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions master/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,9 @@ for branch in BRANCHES:
if "wasm" in tags:
if branch.wasm_tier is None:
continue
elif "nondebug" in tags and branch.wasm_tier == 3:
elif "nondebug" in tags and branch.wasm_tier == 2:
continue
elif "nondebug" not in tags and branch.wasm_tier == 2:
elif "nondebug" not in tags and branch.wasm_tier == 3:
continue

if 'nogil' in tags and branch.gil_only:
Expand Down