This is an archive of the discontinued LLVM Phabricator instance.

Added ability to XToolchainBuilder have extra steps to run checks on a remote target.
ClosedPublic

Authored by aorlov on Apr 19 2020, 9:08 PM.

Details

Summary

Checks on target steps are configurable as an array of tuples - the step name and the command to run on that step.

Diff Detail

Event Timeline

aorlov created this revision.Apr 19 2020, 9:08 PM
gkistanova accepted this revision.Apr 19 2020, 9:46 PM

LGTM with a nit pick.

zorg/buildbot/builders/XToolchainBuilder.py
22

It seems the name in the tuple is not a step name, but rather a check name?
The step name is formed dynamically in the line 202.

This revision is now accepted and ready to land.Apr 19 2020, 9:46 PM
This revision was automatically updated to reflect the committed changes.