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
[Build] Refine check for SWT native binary rebuild commit
Currently the build is aborted if the branch tip is at a commit, which
was committed with the email of the 'Eclipse Platform Bot'. This is done
to prevent rebuilds after a commit for a SWT native binary rebuild was
pushed by the bot. But because that bot is also used for other kind of
commits, this test leads to false positives.
This reworks the pipeline to check if the head commit has a
SWT-native-binary build tag attached, which is a more precise indicator.
This also fixes the check if a native rebuild is enforced, when testing
if the build can be skipped.
0 commit comments