This is an archive of the discontinued LLVM Phabricator instance.

Enable remote host configuration to run the target tests for Windows to ARM Linux cross builders.
ClosedPublic

Authored by vvereschaka on Dec 17 2019, 1:20 PM.

Details

Summary

Passing the remote host and user name into a builder configuration from the build worker properties if they are specified there.

Diff Detail

Event Timeline

vvereschaka created this revision.Dec 17 2019, 1:20 PM

Updated CMake configuration parameter names and worker properties for Window to ARM Linux cross builder (armv7).

This revision is now accepted and ready to land.Dec 28 2019, 5:28 PM

Thank you @gkistanova
Would we test this patch on the staged builder?

Yes. Would you stage it first, please?

Sorry, I mean the silent master.
I would like to test those changes before we run them on the staged master.

vvereschaka retitled this revision from Enable remote host configuration to run the target tests for Window to ARM Linux cross builders. to Enable remote host configuration to run the target tests for Windows to ARM Linux cross builders..Jan 7 2020, 9:27 PM

@gkistanova
I have tested this patch on the silent master and it works as expected.

http://lab.llvm.org:8014/builders/llvm-clang-win-x-armv7l/builds/511 (armv7)
http://lab.llvm.org:8014/builders/llvm-clang-win-x-aarch64/builds/281 (aarch64)

Would you update the staged master with these changes?
Thank you.

This revision was automatically updated to reflect the committed changes.