This is an archive of the discontinued LLVM Phabricator instance.

Update libc++ CI scripts to use updated pipeline logic
ClosedPublic

Authored by goncharov on Oct 9 2020, 3:24 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rG40f360c2e90b: [libc++] Update continous integration scripts

Diff Detail

Event Timeline

goncharov created this revision.Oct 9 2020, 3:24 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 9 2020, 3:24 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
goncharov requested review of this revision.Oct 9 2020, 3:24 AM
goncharov updated this revision to Diff 297171.

capture artifacts

goncharov updated this revision to Diff 297175.Oct 9 2020, 3:31 AM

fix script DIR resolution

goncharov updated this revision to Diff 297177.Oct 9 2020, 3:38 AM

update yml

goncharov updated this revision to Diff 297190.Oct 9 2020, 4:26 AM

revert test, add artifacts params to every step

goncharov edited the summary of this revision. (Show Details)Oct 9 2020, 7:08 AM
goncharov updated this revision to Diff 297513.Oct 12 2020, 2:04 AM

Trigger a pipeline instead of appending steps

Make build message similar to "buildkite-pipeline-trigger.sh"

ldionne accepted this revision.Oct 20 2020, 2:11 PM

IIUC, I can now disable my own libcxx-trigger pipeline, correct?

This revision is now accepted and ready to land.Oct 20 2020, 2:11 PM

When you commit, can you please rebase onto master -- you'll see that I added a new bot in run-buildbot.sh -- it should be updated the same way the other bots were updated in this patch.

goncharov updated this revision to Diff 299593.Oct 21 2020, 1:38 AM

rebased on master

goncharov updated this revision to Diff 299595.Oct 21 2020, 1:40 AM

update "generic-no-random_device" step in yaml

IIUC, I can now disable my own libcxx-trigger pipeline, correct?

@ldionne yes, I will do it after checking that change works fine.

goncharov updated this revision to Diff 299896.Oct 22 2020, 1:55 AM

updated commit wording, rebased

This revision was landed with ongoing or failed builds.Oct 22 2020, 2:00 AM
This revision was automatically updated to reflect the committed changes.