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
- release_compat_e2e was invoked as `|| compat_rc=$?`, which suspends errexit for
the whole function and its subshell, masking build/install failures (the subshell
set -e did not restore it). Toggle errexit explicitly instead so a failed build
surfaces as a non-zero compat result, and correct the misleading comment.
- Forward RUN_ID to the ci3 Run step so the nightly compat-failure Slack alert links
a real GitHub run URL (on EC2, RUN_ID was a millisecond timestamp).
0 commit comments