This is an archive of the discontinued LLVM Phabricator instance.

Add new workers and NVPTX target builders.
ClosedPublic

Authored by vvereschaka on Jul 8 2022, 1:06 PM.

Details

Summary

Add two new workers for NVPTX builders.
There is two workers, the first one is running on Ubuntu Linux 22.04 LTS and the second on is running on Windows Server hosts.

Also added the following NVPTX target builders:

  • llvm-nvptx-nvidia-ubuntu
  • llvm-nvptx64-nvidia-ubuntu
  • llvm-nvptx-nvidia-win
  • llvm-nvptx64-nvidia-win

Diff Detail

Event Timeline

vvereschaka created this revision.Jul 8 2022, 1:06 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 8 2022, 1:06 PM
vvereschaka requested review of this revision.Jul 8 2022, 1:06 PM

@gkistanova
these new workers have the same access token as all our as-builder-* workers.

Thanks, Vlad!
Could you also propose the builders for these workers in the same patch, please?

They are not ready yet, but ok.

vvereschaka retitled this revision from Add new workers for NVPTX builders. to Add new workers and NVPTX target builders..
vvereschaka edited the summary of this revision. (Show Details)

Added nvptx-nvidia builders into the patch.

Added the following builders;

  • llvm-nvptx-nvidia-ubuntu
  • llvm-nvptx64-nvidia-ubuntu
  • llvm-nvptx-nvidia-win
  • llvm-nvptx64-nvidia-win
gkistanova accepted this revision.Jul 15 2022, 2:28 PM

Thanks, Vlad!
LGTM.

This revision is now accepted and ready to land.Jul 15 2022, 2:28 PM
This revision was automatically updated to reflect the committed changes.