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
[CI] Convert dispatch_jobs.py into an annotated builder
This script should be used directly as an annotated builder and this script sets
it up to do so. There are two main changes:
1. We print out a build step command. The monolithic scripts will eventually need
to be upgraded to print out more fine grained build step information.
2. We take in a BUILDBOT_REVISION rather than the SHA on the command line.
Passing the commit SHA along on the command line is complicated while
BUILDBOT_REVISION is set by default for all annotated builders.
Reviewers: dschuff, Keenuts, cmtice, lnihlen, gburgessiv
Reviewed By: cmtice
Pull Request: #536
0 commit comments