You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of #564, portions of our CI infrastructure will try to checkout matching branch names if the branch name contains ci_matching_branch/ (gzdev in #572 and homebrew-simulation in #575). @j-rivero requested in #575 (comment) that we avoid duplicating the ci_matching_branch/ string in different scripts.
I propose adding a python script that takes a string as an input and compares it to the hard-coded regex. This would be similar to our detect_cmake_major_version.py script that we use on multiple platforms.
The text was updated successfully, but these errors were encountered:
As part of #564, portions of our CI infrastructure will try to checkout matching branch names if the branch name contains
ci_matching_branch/
(gzdev
in #572 andhomebrew-simulation
in #575). @j-rivero requested in #575 (comment) that we avoid duplicating theci_matching_branch/
string in different scripts.I propose adding a python script that takes a string as an input and compares it to the hard-coded regex. This would be similar to our detect_cmake_major_version.py script that we use on multiple platforms.
The text was updated successfully, but these errors were encountered: