This is an archive of the discontinued LLVM Phabricator instance.

[zorg] build.py: Allow lit test timeout value to be configurable
ClosedPublic

Authored by bro4all on Aug 3 2020, 4:44 PM.

Details

Summary

The test timeout value that is set thru the LLVM_LIT_ARGS is currently hardcoded. This change makes timeout flag configurable.

Diff Detail

Event Timeline

bro4all requested review of this revision.Aug 3 2020, 4:44 PM
bro4all created this revision.
azharudd requested changes to this revision.Aug 6 2020, 10:46 AM
azharudd added inline comments.
test/jenkins/test_monorepo_build.py
141

Please follow the convention for the comments (in this case whitespace missing after '#').

146

here too ...
Also please update the comment to reflect what is being tested.

zorg/jenkins/monorepo_build.py
3

Extra newline.

310–311

Can we move the timeout flag into a separate variable and use that here?

451–453

same here

1042–1043

Please expand the help message.

1042–1043

Extra whitespace.

This revision now requires changes to proceed.Aug 6 2020, 10:46 AM
bro4all updated this revision to Diff 283774.Aug 6 2020, 5:26 PM
bro4all updated this revision to Diff 287784.Aug 25 2020, 3:32 PM
bro4all updated this revision to Diff 287787.Aug 25 2020, 3:47 PM
azharudd accepted this revision.Aug 27 2020, 1:19 AM
This revision is now accepted and ready to land.Aug 27 2020, 1:19 AM
azharudd added a comment.EditedAug 27 2020, 1:21 AM

Merged in f36909d9. Thanks!

azharudd closed this revision.Aug 27 2020, 1:21 AM