-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dashboard: remove StopAfterMake from misc-compile builders
The previous change added a StopAfterMake requirement so that the misc-compile builders would only ever run make.bash. However, this is a fairly big hammer as it skips everything after make.bash. Coming up, we're going to want to runSubrepoTests. However, we can't call into runTests because of golang/go#58297, so we need a special exception for that. This change thus also adds the notion of IsCrossCompileOnly defined by whether the host arch doesn't line up with the target arch, and adds a test to make sure this only applies to the misc-compile builders. This change also removes some hard-coding of the misc-compile prefix in favor of this new IsCrossCompileOnly notion. For golang/go#58163. Change-Id: I40ce91e13b45e8bbbb607aedd302f0ec0fbd608a Reviewed-on: https://go-review.googlesource.com/c/build/+/464956 TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Run-TryBot: Michael Knyszek <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
- Loading branch information
Showing
3 changed files
with
86 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters