This is an archive of the discontinued LLVM Phabricator instance.

Revert PS4 linux bot to original configuration and add cross-project-tests builder
ClosedPublic

Authored by dyung on Feb 3 2022, 2:00 AM.

Details

Summary

This change does two things.

The first is to revert the llvm-clang-x86_64-sie-ubuntu-fast builder to the previous state, namely removing the build/test of LLDB. The LLDB project had a lot of test issues with the PS4 triple, and we decided we don't need it.

The second change is to break out the testing of the cross-project-tests to a separate builder that uses a native default triple (rather than the PS4 triple), builds the required projects, and then tests only the cross-project-tests suite. Our main goal here is to add some upstream coverage of the cross-project-tests suite, but since we are sharing a worker with the llvm-clang-x86_64-sie-ubuntu-fast job, we want it to run as quickly as possible

Diff Detail

Event Timeline

dyung created this revision.Feb 3 2022, 2:00 AM
dyung requested review of this revision.Feb 3 2022, 2:00 AM
This comment was removed by asl.
This revision is now accepted and ready to land.Feb 4 2022, 9:31 AM
asl added a subscriber: asl.Feb 4 2022, 10:20 AM
This comment was removed by asl.
Herald added a project: Restricted Project. · View Herald TranscriptMar 2 2022, 3:20 AM