1
0
Fork 0
Commit graph

562 commits

Author SHA1 Message Date
Mikhail Goncharov
dd0b3d8b64 cleanup 2024-02-08 08:47:14 +01:00
Mikhail Goncharov
ace53cf13b cleanup 2024-02-08 08:47:14 +01:00
dependabot[bot]
d8b23efacf Bump urllib3 from 1.26.17 to 1.26.18 in /scripts/metrics
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 to 1.26.18.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.17...1.26.18)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 09:29:29 +02:00
dependabot[bot]
2f9e6fbf78 Bump gitpython from 3.1.35 to 3.1.37 in /scripts/metrics
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.35 to 3.1.37.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.35...3.1.37)

---
updated-dependencies:
- dependency-name: gitpython
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-11 10:52:20 +02:00
dependabot[bot]
d7ae0f889a Bump urllib3 from 1.26.16 to 1.26.17 in /scripts/metrics
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 to 1.26.17.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.16...1.26.17)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-04 10:24:52 +02:00
dependabot[bot]
0e4b18627c Bump gitpython from 3.1.34 to 3.1.35 in /scripts/metrics
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.34 to 3.1.35.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.34...3.1.35)

---
updated-dependencies:
- dependency-name: gitpython
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-12 12:05:00 +02:00
dependabot[bot]
8fc36782c6 Bump gitpython from 3.1.30 to 3.1.34 in /scripts/metrics
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.30 to 3.1.34.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.30...3.1.34)

---
updated-dependencies:
- dependency-name: gitpython
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-07 09:35:01 +02:00
Mikhail Goncharov
a67cbfe6d2 invoke script 2023-09-04 18:21:09 +02:00
Mikhail Goncharov
d57be337f9 deployment configs 2023-09-04 18:20:10 +02:00
Mikhail Goncharov
96e3f866ae linux agents and trigger new pipeline only 2023-08-31 18:18:13 +02:00
Mikhail Goncharov
4285a96511 trigger new pipeline that will replace current setup 2023-08-31 16:32:16 +02:00
Mikhail Goncharov
e4a884d969 stop running the experimental pipeline 2023-08-31 15:27:46 +02:00
Mikhail Goncharov
e1c2aa9610 also trigger experimental pipeline 2023-08-31 14:50:55 +02:00
Mikhail Goncharov
722d4632f3 disable generating generic windows and linux from premerge script 2023-08-31 14:14:43 +02:00
Mikhail Goncharov
2312598990 typo 2023-07-26 09:41:43 +02:00
Mikhail Goncharov
a33387c9a7 disable compiler-rt again
agents cannot process windwos queue fast enough
2023-07-26 09:38:30 +02:00
Arthur Eubanks
f5079fa3ee Enable compiler-rt tests on Windows
Locally, disabling the fuzzer (already globally disabled) plus the ORC tests makes everything else pass.
2023-07-19 21:21:09 +02:00
Mikhail Goncharov
b3ba37eb05 enabled linux queue from google gcp
--pipeline parameter for sample build script
2023-07-17 15:38:21 +02:00
Mikhail Goncharov
377ea890b8 scripts: setup k8s from env + commit arg for bk 2023-07-17 13:20:05 +02:00
Louis Dionne
a725f9ea89 Move the pipeline generation scripts outside of libc++ 2023-07-12 18:05:52 +02:00
Mikhail Goncharov
0c9c705503 don't flatten the list of all jobs
to not spam if e.g. whole suite got cancelled

#445
2023-05-05 10:49:57 +02:00
Mikhail Goncharov
7618688949 ingore curretnly running job in report 2023-05-04 17:41:06 +02:00
Mikhail Goncharov
749193c8be update to phab report
- process recursive builds

- fail on any non-pass state. This should not be run if something is still running. We consider skipped and other non-passed states as failures in assumption that if build is skipped due to a new build running we will get a new update soon enough.

- report all failed tests and all failed jobs linkss. Not sure if that would be too verbose.

For #438, #445
2023-05-04 16:32:22 +02:00
Mikhail Goncharov
a271c42e6f update cmake to 3.23 and llvm to 16 in linux image 2023-04-21 10:15:01 +02:00
Mikhail Goncharov
3ad97baa99 set vsdevcmd paths by hand 2023-03-31 11:43:58 +00:00
Mikhail Goncharov
47116b9841 updated sample build 2023-03-15 10:55:11 +01:00
Mikhail Goncharov
0bb932732e Libfuzzer tests are flaky, disabling them for now 2023-03-07 18:11:31 +01:00
dependabot[bot]
a41c0d3131 Bump gitpython from 3.1.17 to 3.1.30 in /scripts/metrics
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.17 to 3.1.30.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.17...3.1.30)

---
updated-dependencies:
- dependency-name: gitpython
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-10 09:40:27 +01:00
Mikhail Goncharov
da481954a7 updated win agent 2023-02-09 20:49:29 +01:00
Mikhail Goncharov
39264db819 add sudo for llvm installation and sample run script 2023-01-30 12:48:19 +01:00
Mikhail Goncharov
23eb634e9c increase probability of gc on win 2023-01-09 10:56:59 +01:00
Mikhail Goncharov
76d6f29154 use one dockerfile, upgrade to clang 15
successfully run
https://buildkite.com/llvm-project/llvm-main/builds/6204 based on this
image
2022-12-25 15:01:13 +01:00
Mikhail Goncharov
f96092cfb1 remove index.lock just in case 2022-12-09 11:02:30 +01:00
Mikhail Goncharov
edd0c10f10 call vscmd during the script execution 2022-12-09 11:02:30 +01:00
Mikhail Goncharov
11d7d0ee1f also start windows build in sample buildkite 2022-12-02 11:53:36 +01:00
Mikhail Goncharov
73cda05f90 add sample build script 2022-11-28 15:12:04 +01:00
Mikhail Goncharov
ef14356863 script to start a sample build
at the moment requires a manual tuning each time you run it but a good
starting point
2022-11-28 11:31:43 +01:00
Mikhail Goncharov
3e0fec2beb add lldb as dependency for libcxx 2022-11-22 10:27:21 +01:00
Mikhail Goncharov
bc3ce2d8cf check libcxx when clang is updated
for #409
2022-11-16 16:10:21 +01:00
Mikhail Goncharov
6a80cb79e1 remove libunwind from projects list 2022-11-10 11:44:43 +01:00
Mikhail Goncharov
3bc8b9edd4 fix status name usage 2022-11-02 18:42:17 +01:00
Matheus Izvekov
a88324d943 patch_diff: Skip closed dependent revisions
When scanning dependencies, instead of trying to
skip them based on them being landed, skip them
based on the status of the revision.

Detecting landed revisions is fraught with problems,
as there is no good general way to handle reverts.

Signed-off-by: Matheus Izvekov <mizvekov@gmail.com>
2022-11-02 18:42:17 +01:00
Mikhail Goncharov
922434d262 Revert "patch_diff: Stop trying to skip landed revisions"
This reverts commit 2a4f65cf9b.
2022-10-20 18:11:53 +02:00
Matheus Izvekov
2a4f65cf9b patch_diff: Stop trying to skip landed revisions
We remove this functionality since it does not take
into account reverted revisions.

Signed-off-by: Matheus Izvekov <mizvekov@gmail.com>
2022-09-13 15:20:02 +02:00
Arthur Eubanks
33b26e751e Use --config=ci on bazel premerge bots
This fixes the broken premerge bots.

--config=ci implicitly implies all of the removed flags via .bazelrc, except --config=rbe which was removed.
2022-08-31 23:27:05 +02:00
Mikhail Goncharov
1b58075c54 install MLIR python requirements before building 2022-08-23 15:10:05 +02:00
Mikhail Goncharov
b52b321f8f Temporary disable openmp build.
Will try to reproduce locally and report back
2022-07-28 14:33:20 +02:00
dependabot[bot]
517994c41c Bump lxml from 4.6.5 to 4.9.1 in /scripts/metrics
Bumps [lxml](https://github.com/lxml/lxml) from 4.6.5 to 4.9.1.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.6.5...lxml-4.9.1)

---
updated-dependencies:
- dependency-name: lxml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-26 10:46:50 +02:00
Mikhail Goncharov
47a8401ffa
remove BOLT_LLD option
as we want to use project's linker for #401
2022-06-09 13:50:48 +02:00
Mikhail Goncharov
d8647c815d Add LLD as dependency for BOLT
For #401. I am not sure though if that will make bolt build using trunk
lld.
2022-06-02 10:37:57 +02:00