Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/llvm/llvm-zorg


https://github.com/llvm/llvm-zorg

new win32 buildbot

Summary: Added new buildbot for 32bit Windows multi-stage

Subscribers: aaron.ballman

Different...

ac4c27ddd9bf6b75f4430476a1f63a3377b38f2c authored over 4 years ago
[buildbot] add CMAKE_INSTALL_RPATH_USE_LINK_PATH for ML development mode

This ensures the tensorflow library is copied to install dir.

8721195e10b4722a0b5bfae6b6c9b5b24af65db9 authored over 4 years ago
Set parallel tests to 8 on LLDB Arm/AArch64 Linux builders

40dd3891d6e81726fb450af140659f52c12bcf43 authored over 4 years ago
[buildbot] ML Bots: fixed LLVM_CCACHE_BUILD (was _CACHE_)

4eca29985fc0de06c164220e65ef4285b5c6be05 authored over 4 years ago
moved deployment to kubernetes files

Summary:
Terraform does not support deployments on GCP using a GPU at the moment.
So we need to ...

2446cff06dffdbfaad3d058ec529f1269c251ff2 authored over 4 years ago
[buildbot] Use paths instead of env vars for ml bots

Summary: Having trouble with env vars, so using hard-coded paths for now

Reviewers: davidxl, gk...

d99cf8c14b7b1552c869a019e8533e1e3363aa4f authored over 4 years ago
added scripts to debug running deployment

Summary: Logging into a running deployment via the Google
Cloud UI is quite slow also for gettin...

9b4bb77f44a813f7b92512df83b7ddc187d3bac9 authored over 4 years ago
Update lldb-arm/aarch64-ubuntu builders and slaves

lldb-arm/aarch64-ubuntu buildbots have moved to new machine with two
docker containers. Allocati...

3489cb51be6b0f4924c8e889808db79ec75d33ab authored over 4 years ago
buildbot mlir-nvidia: fixed port configuration

682b1eae5b91d2dfd12b52606b97102e72a4c8cd authored over 4 years ago
workaround for failing GPU

Summary: Implemented workaround when GPU is not ready when deploying the container. It will wait...

d430f5f26fced2d215151c3743c7460fc8bca135 authored over 4 years ago
Fix some typos

9c4bdcce27ddae1a986906c5a8871e302d13be25 authored over 4 years ago
fixed bugs in scripts

cc596307152169619129b33dabceb2f63e36a38a authored over 4 years ago
initial terraform configuration for Google buildbot workers

This patch adds an initial terraform configuration for the new buildbot workers run at Google, o...

06beb27668efd716a8512cfc414b2443ae36233f authored over 4 years ago
docker images for mlir-nvidiaSummary:Created folders to keep buildbot configuration for buildbotsowned at Google.First patch: add docker image and scripts for mlir-nvidia buildbotFuture patches will add more documentation, Terraform/kubernetes...

Summary: ...configuration files, scripts, additional build botsSubscribers: mehdi_amini, rriddle...

a23145a806e40c04b71ca9f5da04d6e41fc72bdc authored over 4 years ago
Reduce Windows builder path to let some libc++ tests pass.

84a8d8239a92abef139a41730d8a22a74e2bf083 authored over 4 years ago
jenkins/jobs: Move verify-machineinstrs globalisel to green-dragon-12

That's the node where rest of the verify-machineinstrs jobs are pinned.

2f552349709c399d27c5b4c73986f37fad9925b4 authored over 4 years ago
[lldb] Increase build timeout now that we're using a slower node

c393b2e5077b3a9b6c4790015b538c5d01f7efc7 authored over 4 years ago
[lldb] Disable triggering downstream jobs

65179af0b894bda97589be37249e599f10a2f71c authored over 4 years ago
[lldb] Move lldb-cmake from green-dragon-24 to 10

179421cd54e77374310ecd9b074e54c5333b96d8 authored over 4 years ago
[zorg] Set jobs to 8 on linaro-arm-lldb

This patch sets no of jobs to 8 on linaro-arm-lldb because docker
container hosting this slave r...

c6a1cfbeef0280277eebabb1eac68200c42dbc62 authored over 4 years ago
Do not use os.path, since the code runs on one computer but the command will be executed on another with possibly different OS.

8d932d03771102c94e711f84a8785d184c497372 authored over 4 years ago
[libc++] Use the supported caches to setup build bots

Instead of explicitly specifying configuration options when running
libc++ bots, use the pre-def...

b0ff7ed93eb2ca59db33358e938a479398d1e9fd authored over 4 years ago
[libc builder] Uncomment integration test step.

6aed006d63044b1e2a24eae6507cc910b097b2a1 authored over 4 years ago
Added projects and categories for flang, mlir, libc.

be944a94952e1f64e52234e7718e5a048761cfe8 authored over 4 years ago
[libc builder] Comment out integration test step.

66528075e0093f48a702962191dd4fdf825dce8e authored over 4 years ago
[monorepo_build.py] Add "-vv" to LLVM_LIT_ARGS

d065ee5a3a5c11ca9ae396a27cc0a8633c447ca5 authored over 4 years ago
[libc++] Remove redundant request for enabling warnings

The libc++ test suite enables warnings with Clang and AppleClang by
default, so there's no need ...

8d129c03cb8cb7cf04c76b4cb9aaa4855fed5b01 authored over 4 years ago
Build only for x86 per Brian Friesen request.

5c0f6043976643b1407ae9cadfdb8c988205fa43 authored over 4 years ago
build.py: Return commit sha as the branch name if we are in detached HEAD state

233e18cc425679e363bb63988f1a8007e3419e63 authored over 4 years ago
[llvm] Add build bots for ml-driven optimization policies.

RFC: http://lists.llvm.org/pipermail/llvm-dev/2020-April/140763.html

Reviewers: davidxl, gkista...

f745b8309563affae8eeea031cf58ad83acd1709 authored over 4 years ago
[monorepo_build.py] Add sccache support

e4ca265465a5e1d8502fe45b4b57c297e7412ac9 authored over 4 years ago
[monorepo_build.py] Add "sudo" and "err_okay" args to the run_ws wrapper too

run_cmd (for which run_ws is a wrapper) already accepts these arguments.

4aa996ae0a8a9e4c1e261932c67ed327b22ef034 authored over 4 years ago
Add aarch64 machine slave to build flang with clang-8

Summary:
This patch adds another slave to build flang. It uses clang-8 and clang++-8

Signed-off...

87b206fe85e7bf8e197c36056bd4dc88e1dc2fea authored over 4 years ago
[libc builder] Fix type in integration test command.

d93182bd9603056049608bc9d26fa5f003ed216d authored over 4 years ago
[libc builder] Add integration test step to non asan builds.

Reviewers: sivachandra

Reviewed By: sivachandra

Tags: #zorg

Differential Revision: https://re...

fdece131fdcc2bd0ea9e919592b07e5a56a6b9fa authored over 4 years ago
[lldb] Don't wait on downstream jobs

1062d1df54a65b4125c8ba16fad5278f90c44d92 authored over 4 years ago
[lldb] Make triggering downstream jobs a stage

d2cf26cb977866f556a2ee60e775c0d8c84294a0 authored over 4 years ago
[lldb] Trigger reproducer job on success

97d547b8145c0838b7283b726b20121ce98d84f7 authored over 4 years ago
[lldb] Disable emails on the reproducer bot

32a881a12e43a709ffa19d161f6559cc58e94abe authored over 4 years ago
[lldb] Retab lldb-cmake and lldb-cmake-sanitized (NFC)

aaeb639e70c6a09a3fdf1ce40b8dde65d01544fd authored over 4 years ago
[lldb] Add lldb-cmake-reproducers

4916c6516f9a455ae9b26deca26fc8f6fb738cdc authored over 4 years ago
[lldb] Merge code path for 'sanitized' variant. (NFC)

aa99b28bf45d590685945b3af37ca05c9be302bb authored over 4 years ago
[lldb] Remove the "Test Reproducer" stage form the fast incremental bot.

Now that we can capture and replay the complete test suite, I'm moving
everything into a dedicat...

00e469de4882f5cdca2b9cfb5b41c98a41efc633 authored over 4 years ago
[zorg] Update container-based Linaro slaves

Summary:
Update container-based Linaro slaves to not include machine name
"linaro-armv8-01", sin...

acf05bd9613de00aa00f33724ae515092f6cf2e8 authored over 4 years ago
Update parallelization settings on Linaro builders

Summary:
- Remove -DLLVM_PARALLEL_LINK_JOBS=2 from Linaro builders now running
on server-c...

29232eb395bc07838facffcdf4a0ce80a2f93c7a authored over 4 years ago
Enable ccache for lldb-(arm/aarch64)-ubuntu builders

This patch enables the use of ccache by LLDB ARM/AArch64 buildbots.
I have added following cmake...

a7a76fa8237f576172d2f30e3a29ab5bca0d838d authored over 4 years ago
[zorg] Add polly test-suite builder.

Add a builder for compiling and running the test-suite using polly.

Reviewed By: gkistanova

Di...

712a02574ee1866ca4f635b17a67560cd2a087a5 authored over 4 years ago
[libc builder] Add benchmark util tests step to release builder

Summary: Run the benchmark utils tests on release builder to prevent benchmark utils from gettin...

ea71685b0b17bb9197c5fe6cac5cb8fff2543847 authored over 4 years ago
[zorg] Add builder for release build.

Summary:
This patch adds a release builder for llvm-libc and modifies naming
convention for libc...

a8163553201ffc3560b4f4b259d7cc9c31ec236b authored over 4 years ago
UnifiedTreeBuilder takes care of LLVM_ENABLE_PROJECTS if that matches depends_on_projects list.

98963abcb85c1d74653ad59c93c3ed39364f785e authored over 4 years ago
Changed UnifiedTreeBuilder to report extra details for test failures.

e2e763c99ecba8eb266b1bc9ecd261c96064e4ff authored over 4 years ago
Added two new flang builders.

1ea593ace3b3f1127eed452eca52479f7bbab53e authored over 4 years ago
Set 8 max jobs on LLDB arm buildslave

425be4472b045a63ce3595d7d275c62906cbac43 authored over 4 years ago
Added 2 new bots for flang.

21850904f9e9097ace681c008cbf465e00dd41af authored over 4 years ago
[VE] clang-ve-ninja: enable openmp project

Enable OpenMP for clang-ve-ninja to compile the VH-to-VE OpenMP target offloading plugin.

Diffe...

89e8591859140f0163070669375b7abce20f4fe0 authored over 4 years ago
[fuzzer] Reorder test fast to slow

95573479a84b6890435d1f3a76a5bd054e338583 authored over 4 years ago
[sanitizer] Remove debug exit committed by mistake

82e221dcefa317b94c460dd0deb7d9f907121233 authored over 4 years ago
[fuzzer] Fix BUILD_STEP for fuzzer-test-suite

dd961ad0f29db377b8d9af6f58c8de093dfb83e6 authored over 4 years ago
[fuzzer] Set JOBS for fuzzer-test-suite

7543331605aafa6da7b79b9473f890707d7a1d2b authored over 4 years ago
[sanitizer] Fetch only master

It make initial checkout 3x faster.

4058d132b2ace4945028a4930c70c62175bd9d3f authored over 4 years ago
[sanitizer] Disable tests on Pixel

f68c5bc86305aa079fa92c99e7b797281e0f1cbc authored over 4 years ago
Add cmake-3.17.0 to PATH on hexagon builders

45b203075a0c9c565b5f059d4c7cf35b72b35133 authored almost 5 years ago
Revert "Add 'cmake' keyword argument to PollyBuilder and AOSPBuilder"

This reverts commit 312225d90d437cff01577bc3e3e1851059691157.

Will set the buildbot cmake in a ...

ea5af179c3e6828f824dbc12eba1d790f10803ab authored almost 5 years ago
Use checks_on_target for libunwind and libc++abi tests on cross-builders

This allows specifying lit arguments on a per-target basis.

5d7dae912c7ac81b6a6ca9827383bd68d1699dbe authored almost 5 years ago
[libc builder] Use clean_dir instead of rmtree

This prevents a failure on the first build when a build directory doesn't exist yet.

513312fcbdcbc8a871bea8d314a3b57d61272cc1 authored almost 5 years ago
Add 'cmake' keyword argument to PollyBuilder and AOSPBuilder

Use it to set cmake to 3.17.0 on hexagon builders.

312225d90d437cff01577bc3e3e1851059691157 authored almost 5 years ago
[libc builder] Clean AOR build directory before building.

b843e13926d53b5c102031dcec8bd2dd32afdfeb authored almost 5 years ago
Change llvm-clang-win-x-armv7l to run libc++ tests on a remote target.

Differential Revision: https://reviews.llvm.org/D78472

b139e230f4fd841d9a5d2aebcf20b6bce3b0911d authored almost 5 years ago
Added ability to XToolchainBuilder have extra steps to run checks on a remote target.

Checks on target steps are configurable as an array of tuples - the step name and the command to ...

60635b4fcbdd067884ca182ca76862cebb933ff9 authored almost 5 years ago
[libc-builder] Add clang and clang-tools-extra as enabled projects.

bac341aadc24b6ed85265bea1aeb2ebdb5ff41b6 authored almost 5 years ago
Set the access permissions explicitly for published docs.

When the bot published the docs, the result should not depend on how permissions are set on the b...

ae0085c0bc60fb89f4ae1ae39f4d9c8bb69ef367 authored almost 5 years ago
Renamed lld-x86_64-darwin13 and lld-x86_64-win7 builders to remove OS versions.

ba8368b11eeeedc1fbe94d490431201258fa8d2d authored almost 5 years ago
[libc builder] Split the single build and check step in to two steps.

This allows us to make the build step a blocker and make the test step a
non-blocker.

Reviewers...

6a49da99386858784d77c29d1b705c9152cfaeee authored almost 5 years ago
[libc builder] Parse only known args.

4a4b67582626fd00db6f392a848fc3346c36876b authored almost 5 years ago
[libc builder] Use argparse directly instead of via AnnotatedBuilder.

Reviewers: PaulkaToast

Differential Revision: https://reviews.llvm.org/D77667

ecaa5909ede6d2b46f7d1769a7d6a9280c2bec77 authored almost 5 years ago
[libc builder] Add step to run loader tests.

Summary: Swapped steps so loader tests run before AOR tests.

Reviewers: sivachandra

Reviewed B...

d853fd5920654e3e22190355b1e8625bee61d1c3 authored almost 5 years ago
Updated UnifiedTreeBuilder to use LitTestCommand for testing steps.

4abf27c36f15a0828fd4794e4a63fc663589c69c authored almost 5 years ago
Move all builders from gribozavr5 to gribozavr4

857d592f5e815f8227fc6348635c70b679788951 authored almost 5 years ago
[zorg] Add -fcommon to polly aosp buildbot.

It's using an old version of Android that isn't compatible with the new
default of -fno-common.
...

63c30953430b5ef4eab9565cf3876d4aaae843af authored almost 5 years ago
Switch libc++/libc++abi builders to the new check-meow targets

The check-libcxx and check-libcxxabi targets are deprecated in favour of
the check-cxx and check...

bcedd563b8f020d97688b75aec76b9cad1cc8c5c authored almost 5 years ago
[libc builder] Add custom step for AOR tests.

Summary:
Add customer step to non-asan buildbot to run `make check`. These tests from AOR are me...

f333f4c0f1f41ad18297289df51934ae4eb6514e authored almost 5 years ago
Removed extra square bracket.

5fab453ffc9cb6f7f8922e96af204ced7591110f authored almost 5 years ago
Adding myself as a recipient of Sphinx builder failure emails.

4f84ca41449691cd45ce49d5e34ac580940ff6ab authored almost 5 years ago
Fixed -DLLVM_TARGETS_TO_BUILD in mlir-nvidia builder.

fbf5b2d2a35622f6a8758d0273f8ef2222cc8e76 authored almost 5 years ago
Revert "[AVR] Use 'avr-unknown-unknown' as the default target triple"

This reverts commit f4ceb905ff6fb3278c3e9e38017872dbcdd02caa.

The change triggered failures on ...

e6568e907d70e805e63a202e872a34f25f5db8b7 authored almost 5 years ago
[sanitizer, android] Mark arch as tested before testing

We don't want to see device as unavailable if tests failed for a different reason

e885287f6deaed3cf22261a145b6c5efeb41776f authored almost 5 years ago
[AVR] Use 'avr-unknown-unknown' as the default target triple

Also switch the CMake flags in line with AVR's move to an official
backend - no longer use LLVM_...

f4ceb905ff6fb3278c3e9e38017872dbcdd02caa authored almost 5 years ago
[libc builder] Fix the asan option name.

Reviewers: PaulkaToast

Differential Revision: https://reviews.llvm.org/D76089

b80696081ccf1510c1a90f1ddfe6a67383d2426a authored almost 5 years ago
[buildbot] Switch MLIR buildbot quotes around

The buildbot is a windows buildbot and it is not happy about double quotes in the LLVM cmake arg...

7eeee2a196c01bd43fa468339d39251faac1a88e authored almost 5 years ago
Fixed missing bracket.

68e4894ccf7ad5dcc4112828e850895eb34d606d authored almost 5 years ago
[buildbot] Add an MLIR buildbot on Windows

Summary: This adds a Buildbot for MLIR on Windows

Reviewers: gkistanova

Reviewed By: gkistanov...

127adafa5158f3f54357b3d55d03135c180fbae2 authored almost 5 years ago
Added a new 'publish-sphinx-docs' builder.

0ac4345f5c1f2409f4b3eed7be24c2cf17e52c3b authored almost 5 years ago
Added getLLVMDocsBuildFactory to build and publish LLVM documentation.

This is to build and publish LLVM Sphinx documentation.

Differential Revision: https://reviews.l...

ed4abe7f005323f171bf5eda877197ccbb3c6257 authored almost 5 years ago
Execute libunwind/libc++abi tests on AArch64 devboard by llvm-clang-win-x-aarch64 builder.

62983613a0def0859fdcc823e385202f7f6101b5 authored almost 5 years ago
Revert "lldb-cmake job: Temporarily disable LLVM_ENABLE_MODULES"

This reverts commit e2ed346edb77255059f41d931a1edab3ac6b11f3.

Let's see if this is fixed.

d844b847bca360adc9e8fb5e81f4211281f09570 authored almost 5 years ago
Re-land running check-lldb-repro on the CMake incremental bot.

537f649aaa7c9b7406169c5607383af7d3eb38eb authored almost 5 years ago
[zorg] Add x86_64 buildbots for Polly.

The previous x86 builders were disfunctional and have been removed a while ago.

Reviewed By: gk...

f685ba3c618c59a04671b9a4268be10628f866da authored almost 5 years ago
lldb-cmake job: Temporarily disable LLVM_ENABLE_MODULES

See https://reviews.llvm.org/D75091 for the rationale and discussion, we
believe a recent clang ...

e2ed346edb77255059f41d931a1edab3ac6b11f3 authored almost 5 years ago
[lldb win buildbot] Add a couple people to the default notifications

3a4296e9c1cdb53e0bf939b244790d257a6d5f26 authored almost 5 years ago
Added missing commas for mlir-nvidia buildbot.

This fixed the broken CMake arguments.

Patch by Christian Kühnel <[email protected]>

Differenti...

3be8cdf34c8e862bb7fe712e93e84d1a3870c8dd authored almost 5 years ago