Mikhail Goncharov
0522d2b402
Revert "Disable openmp tests"
...
This reverts commit 6d1a03c400
.
Offending https://reviews.llvm.org/D105719 was reverted upstream.
2021-07-28 17:28:28 +02:00
Mikhail Goncharov
6c2410440e
Run bazel builds in premerge
...
if user is a member of "bazel_build" https://reviews.llvm.org/project/view/107/
or modified /utils/bazel/*
For #328
2021-07-28 16:01:44 +02:00
Nikita Popov
6d1a03c400
Disable openmp tests
...
libarcher tests (part of openmp) have been broken for the past few weeks, and nobody seems to care. As such, disable the openmp project. I hope this is the right place to do so.
2021-07-26 09:55:29 +02:00
Mikhail Goncharov
c1b5c95071
Ignore changes in 'utils'
...
Blaze build check should be done via separate pipeline
For #325
2021-07-23 09:35:22 +02:00
Mikhail Goncharov
1b116862e6
Fix modified projects resolution when there are unmapped changes
...
for #325
2021-07-23 09:30:53 +02:00
Thomas Lively
75ca275b10
Ignore clang/lib/Headers/wasm_simd128.h
...
See https://reviews.llvm.org/D106500 for an example of the spurious positives I would like to ignore.
2021-07-22 16:23:11 +02:00
Mikhail Goncharov
4ec41ed8a8
enable flang
2021-06-30 15:44:56 +02:00
Mikhail Goncharov
ff4e998ef4
update buildkite monitoring
2021-06-28 10:16:36 +02:00
Mikhail Goncharov
19e290d0cb
store builds in runnings state and check them later
...
That removes a wrong assumption that everything interesting is
located within first few pages. Should also reduce API load a bit (as we
will not load additional 5+ pages just in case.
2021-06-24 17:09:42 +02:00
Mikhail Goncharov
d11188e407
use same db for all tables
2021-06-18 12:21:41 +02:00
Mikhail Goncharov
8e156990fc
dont pass 'testing' parameter from startup
2021-06-01 17:37:20 +02:00
Mikhail Goncharov
530c8bd77c
debugging container start
2021-06-01 17:32:09 +02:00
Mikhail Goncharov
8960ff7dc9
Pre-checkout for windows
...
Kill all running processes in BUILDKITE_BUILD_PATH and force unlock git
folder.
2021-06-01 15:26:23 +02:00
Mikhail Goncharov
a44473098c
cron jobs for buildbot and phab monitoring
...
+ fix phabricator / buildbot uptime monitoring
+ data is stored in separate databases
2021-05-20 21:44:19 +02:00
Christian Kühnel
46b7b8d8b7
fixed handling of empty responses
2021-05-20 17:35:19 +02:00
Christian Kühnel
915e8076d6
storing builder information
2021-05-20 17:35:19 +02:00
Christian Kühnel
3a8be70f79
speedup of build import
2021-05-20 17:35:19 +02:00
Christian Kühnel
b6d3986660
fixed import speed for buildsets
2021-05-20 17:35:19 +02:00
Christian Kühnel
9aefaf40cc
profiling the slow database import
2021-05-20 17:35:19 +02:00
Christian Kühnel
37e38a6891
changed buildbot monitoring URL
2021-05-20 17:35:19 +02:00
Christian Kühnel
c0081cadb2
added TODOs
2021-05-20 17:35:19 +02:00
Christian Kühnel
ed838f6169
importing buildbot builds
2021-05-20 17:35:19 +02:00
Christian Kühnel
60abbd46ab
storing worker information
2021-05-20 17:35:19 +02:00
Christian Kühnel
b79cedb325
Monitor buildbot status
2021-05-20 17:35:19 +02:00
Mikhail Goncharov
6b2003a664
Cron job to load BK data to DB
2021-05-20 17:30:43 +02:00
Mikhail Goncharov
26ffea31dd
don't install nuget on new win agents
2021-05-20 12:18:18 +02:00
Mikhail Goncharov
f0d1cc6ab3
update linux node pool (machines w/ no external ssd)
...
updated llvm version to 12 with relevant fixes in scrips
2021-05-17 10:06:54 +02:00
Christian Kühnel
134ca4b801
repo_hist_db now using postgres DB
...
Instead of a local database, this script now imports the data
into the shared postgres database. this way the data can be used
for other queries as well.
feel free to extend the data model if you
need additional columns.
2021-05-11 10:09:51 +02:00
Louis Dionne
668e50298c
Remove requirement added in 1f2c851
to try to fix diff-checks
...
This is a wild attempt to fix the pre-commit CI which has been failing
for a few hours. I think the authors of 1f2c851
are not available right
now, so I'm taking the freedom to try this out. I hope I'm not overstepping
any boundary.
2021-05-04 16:22:40 -04:00
Christian Kühnel
1f2c851799
script to log the status of phabricator to a DB
2021-05-04 20:09:14 +02:00
Mikhail Goncharov
1c04f70eb9
cancel previous builds for the same revisions
...
using metadata tags set in #298 finds and cancels existing builds before
starting a new one.
One caveat is that no result is reported back to Phabricator for the
cancelled build. That should not be an issue in the normal usecase.
For #278
2021-05-04 11:27:09 +02:00
Mikhail Goncharov
6b731dc4d5
set build info in metadata
2021-05-03 21:07:30 +02:00
Louis Dionne
980db3f06f
Add a script to cancel previously started builds for the same review
...
Fixes #278
2021-05-03 19:55:58 +02:00
ChristianKuehnel
31cbc77e38
improved git metrics script ( #295 )
...
* simplified database schema
* added generic CSV export
* scripts are generating first charts
* dumping entire DB into CSV file
* added more stats
2021-04-27 16:42:38 +02:00
Mikhail Goncharov
ac4f2bcb82
update python packages
...
mostly to bump phabricator plugin as 0.7 has issues with SSL
2021-04-27 16:01:18 +02:00
Mikhail Goncharov
7aebf9d969
invoke phabtalk standalone
2021-04-27 11:59:00 +02:00
Christian Kühnel
06c97f1dc5
first query on DB working
2021-04-27 11:56:10 +02:00
Mikhail Goncharov
08bb6492fa
service queue
2021-04-26 19:56:20 +00:00
Mikhail Goncharov
cb873efbbf
update lxml
2021-04-24 19:00:01 +02:00
Mikhail Goncharov
58e13f22d1
inrease timeout for win, minor doc
2021-04-23 12:28:01 +02:00
Mikhail Goncharov
b9ae114deb
add image name to agent tags
2021-03-22 11:01:02 +01:00
Mikhail Goncharov
ed35da102c
add image digest to agent info
2021-03-22 09:59:23 +00:00
Mikhail Goncharov
f3367dc03e
export command on win is 'set'
2021-03-19 15:36:08 +01:00
Mikhail Goncharov
f53c519843
updated docs on windows dev, new setting to skip generated steps
2021-03-19 09:22:21 +01:00
Mikhail Goncharov
67f8efa322
add manual instruction to clone instead
2021-03-12 15:53:15 +01:00
Mikhail Goncharov
637056379c
update windows setup
2021-03-12 15:31:06 +01:00
Mikhail Goncharov
b28d130787
fix cloning of scripts directory
2021-03-12 13:48:49 +01:00
Mikhail Goncharov
65fa122f0e
update windows setup
2021-03-12 12:10:43 +01:00
Yaxun (Sam) Liu
634cc2936e
Exclude HIP headers from clang-tidy check
2021-03-10 10:14:04 +01:00
Vladislav Vinogradov
0f73b01874
Exclude MLIR bindings from clang-tidy checks
...
Those bindings requires extra dependencies (like Python, pybind11)
and clang-tidy fails to analyze the source files if they are not
configured properly.
2021-03-03 14:46:09 +01:00