Commit graph

21 commits

Author SHA1 Message Date
SpiritCroc
6850ed5846 [TMP] Automatic upstream merge preparation
Change-Id: I1d2ccda0028d0ab22b3328aa7ec2776d80808356
2022-09-23 15:15:46 +02:00
SpiritCroc
05f8e43dce Automatic upstream merge postprocessing
Change-Id: I81defeb0ee4582d805d897eb02ac632b9134386f
2022-09-10 15:36:25 +02:00
SpiritCroc
bcf7e069f1 [TMP] Automatic upstream merge preparation
Change-Id: Icbdfae25a816938d002a288ab96e2d2f9d410026
2022-09-10 09:31:51 +02:00
SpiritCroc
84e56ef043 Automatic upstream merge postprocessing
Change-Id: Ia74f735f2a81e1ff7f26cfa3c557fd23c9668017
2022-08-24 10:14:38 +02:00
SpiritCroc
569365c0d8 [TMP] Automatic upstream merge preparation
Change-Id: I9cdd7da590aded7c7500f4df87d84781033211bb
2022-08-24 09:35:36 +02:00
SpiritCroc
cee72d1f54 Automatic upstream merge postprocessing
Change-Id: I4f2190936999f638ac7950dac87182fadd6d1573
2022-08-10 17:07:15 +02:00
Adam Brown
b0f73b029c upping the jvm limit but keeping the kotlin daemon constrained 2022-08-04 10:00:47 +01:00
Adam Brown
b625d6a9bc reducing CI workers to github VM limit 2022-08-03 15:53:27 +01:00
Adam Brown
c6e263a6d3 allowing parallel builds to occur now that the memory is constrained 2022-08-03 15:45:57 +01:00
Adam Brown
ee553d6693 making use of gradle_opts environment var to attempt to limit the jvm environment and fix gradle crashing 2022-08-03 15:40:01 +01:00
Benoit Marty
e44c9aa126 Try no using the gradle daemon on CI 2022-06-28 15:36:07 +02:00
dependabot[bot]
7908c4ba2e
Bump actions/setup-python from 3 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-13 23:05:19 +00:00
Michael Kaye
ba109a486f Update to build scripts to enable sonarqube reporting including coverage. 2022-05-25 13:35:40 +01:00
Michael Kaye
1c7f95c196 Add .login to get the username of the PR merger.
I dispair at the github actions docs.
2022-05-17 17:40:42 +01:00
Michael Kaye
251e3a0a83 Ensure we print the user in the post-PR merge tests. 2022-05-13 10:40:03 +01:00
Michael Kaye
3769dad30e Github action should refer to result is 'success', not status is "success". 2022-05-11 11:09:01 +01:00
Michael Kaye
2f39be37a0 Check merged flag from event.pull_request 2022-05-09 15:46:07 +01:00
Michael Kaye
80263bb790 Use ' not " for quotes, and add more brackets. 2022-05-09 15:35:07 +01:00
Michael Kaye
66fe792d0e Fix typo .. -> . 2022-05-09 15:15:09 +01:00
Michael Kaye
4d1378d0a1 Fix typo - pull-request -> pull_request 2022-05-09 15:12:29 +01:00
Michael Kaye
39c2b08065
Run the PR test after merge and report to channel if it fails (#5962)
* Fork sonarqube run into a nightly build, report failures back to channel.
* Each PR triggers a build after merge, report failures back to channel.
2022-05-09 13:49:34 +00:00
Renamed from .github/workflows/nightly.yml (Browse further)