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: rework buildkite pipeline template for machine awareness
* Moved from wait to depends_on between steps (command & trigger):
Added 'key' to command step that trigger 'depends_on' and removed the
wait step. This also allows for handling of the per "MACHINE" builds
in a better way so we don't need to wait for one to finish for the
other to start.
* Renamed artifacts to have "MACHINE" (aarch64 or x86_64) in filename to
handle creating SDK packages for each host machine type.
* Added a label to the command step for nicety in the web UI
NOTE: $MACHINE in this file is going to be replaced by sed, so we need
to make sure we use $MACHINE always when we want it replaced (for
example ${MACHINE} will not match).
Signed-off-by: Kumar Gala <[email protected]>
0 commit comments