Commit Graph

178 Commits

Author SHA1 Message Date
dependabot[bot] ce85fd963c
Bump technote-space/workflow-conclusion-action from 2.1.7 to 2.2 (#4054)
Bumps [technote-space/workflow-conclusion-action](https://github.com/technote-space/workflow-conclusion-action) from 2.1.7 to 2.2.
- [Release notes](https://github.com/technote-space/workflow-conclusion-action/releases)
- [Changelog](https://github.com/technote-space/workflow-conclusion-action/blob/main/.releasegarc)
- [Commits](https://github.com/technote-space/workflow-conclusion-action/compare/v2.1.7...v2.2)

---
updated-dependencies:
- dependency-name: technote-space/workflow-conclusion-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-07 11:40:03 +09:00
jason plumb 78c4d981fc
Use a different action and be a bit more hands-on with result handling. (#4038) 2021-09-01 09:17:02 -07:00
Trask Stalnaker 6bf893bdc6
Fix patch release workflow to push changes (#4034) 2021-08-31 09:48:48 -07:00
Trask Stalnaker ecde2c7940
Fix smoke tests on windows (#4011)
* Revert "Use --no-daemon on windows builds (#4000)"

This reverts commit c13063b5ea.

* Fix sporadic smoke test failure on Windows
2021-08-29 21:15:20 -07:00
Trask Stalnaker c13063b5ea
Use --no-daemon on windows builds (#4000) 2021-08-28 10:19:09 -07:00
Trask Stalnaker a5f622a5a2
Fix windows smoke tests in patch release build (#3982)
* Fix windows smoke tests in patch release build

* Update docs
2021-08-26 23:52:20 -07:00
Trask Stalnaker f0c5699b4c
Cherry-pick before running patch release tests (#3979) 2021-08-26 21:54:17 -07:00
Trask Stalnaker f49879ddd9
Fix release yml files (#3977) 2021-08-26 20:56:15 -07:00
jason plumb b16331678b
remove local gh-pages dir after rsync (#3973) 2021-08-26 12:11:23 -07:00
jason plumb df14b934b9
Benchmark results to gh pages (#3969)
* use gh-pages for benchmark overhead storage.

* remove locally generated results files (whoops)

* won't be pushing to this dir, so this can be removed now.
2021-08-26 10:16:35 -07:00
Trask Stalnaker b66d74459e
Add building gradle-plugins to GHA workflows (#3951)
* Add building gradle-plugins to GHA workflows

* Fix nightly-no-cache

* Fix yaml

* Fix

* Add --no-build-cache for nightly-no-cache

* Sync
2021-08-25 13:09:43 -07:00
Trask Stalnaker e38b80f0e1
Add muzzle to other builds (#3943) 2021-08-25 08:15:35 -07:00
Trask Stalnaker f2605f9acc
Capture OpenJ9 javacore files for troubleshooting (#3931) 2021-08-25 10:20:13 +02:00
Trask Stalnaker 6ceeacd381
Fix examples build (#3899)
* Fix examples build

* Publish main repo artifacts locally

* Sync builds

* Fix init script?

* Fix publishing of agent-for-testing
2021-08-22 17:26:51 -07:00
jason plumb 46d06f51f5
whoops, missed a colon. #justyamlstuff (#3879) 2021-08-19 11:43:40 -07:00
jason plumb b7577bb31e
Benchmark overhead: Accumulate and persist results (#3832)
* persist summary and csv back into the results directory

* run nightly and don't trigger CI

* leverage autocloseable

* sort once.

* use stringbuilder

* factor out writeheader method

* add comments for clarity
2021-08-19 09:47:36 -07:00
jason plumb 73b1560283
fix action after dir was renamed (#3871) 2021-08-19 09:23:37 +09:00
Nikita Salnikov-Tarnovski d73710b4dc
Run tests on j9 JVM during CI (#3764)
* During PR runs tests on j9 JVM as well

* Run test matrix on J9 as well
2021-08-12 11:13:42 +03:00
Nikita Salnikov-Tarnovski 32351d0bab
Publish muzze plugins to Gradle Plugin Portal only when manually requested. (#3763)
Restored publishing to Sonatype OSS repository on every change
2021-08-04 08:59:53 +03:00
Nikita Salnikov-Tarnovski 455574635f
Publish muzze plugins to Gradle Plugin Portal (#3720) 2021-08-03 16:49:27 +03:00
Nikita Salnikov-Tarnovski 1785db5331
Extension snapshot (#3625)
* Try to build examples against locally published snapshot

* Always build examples against latest snapshot

* Add Gradle init script to remove sonatype repo

* Build examples against locally published version only during nightly builds

* Update distro demo to the latest snapshot as well
2021-07-28 15:50:27 +03:00
jason plumb edea07a0ad
Add gh action to publish base image for overhead testing (#3640)
* Add gh action to publish base image for overhead testing

* rebuild/publish when the dockerfile changes.
2021-07-22 16:07:56 +03:00
Anuraag Agrawal b6fb8753bd
Replace save-gradle-dependencies: false with read-only: true (#3618) 2021-07-19 19:57:32 +03:00
Anuraag Agrawal 47bdc0d6d2
Specialize dependencies cache key for testLatestDeps (#3584)
* Specialize dependencies cache key for smoke-tests

* B

* C

* D

* Fix merge

* Don't need mkdir -p
2021-07-16 11:46:21 +03:00
Nikita Salnikov-Tarnovski 7155dfcfeb
Only one main build should persist gradle depdencies to GHA cache (#3593) 2021-07-16 13:33:53 +09:00
Nikita Salnikov-Tarnovski 1d4a1bfa73
Call correct tasks for publishing (#3586)
* Call correct tasks for publishing

* Don't close sonatype repo
2021-07-15 17:53:09 +03:00
Nikita Salnikov-Tarnovski d8dabf5c76
Publish gradle plugins to Sonatype (#3571)
* Publish gradle plugins to Sonatype

* Change artifact group
2021-07-15 14:07:10 +03:00
Nikita Salnikov-Tarnovski 1170c1a526
Don't use cache for distro build (#3581) 2021-07-15 13:01:55 +03:00
Anuraag Agrawal 1e57fd0f54
Enable smoke-tests iff specified on command line (#3542)
* Enable smoke-tests iff specified on command line

* README
2021-07-12 13:29:48 +03:00
Trask Stalnaker f28ccf5c11
Sync GHA matrix property names with sdk repo (#3487) 2021-07-05 10:50:29 -07:00
Anuraag Agrawal 96104cc3e7
Add prepare-release-branch to release needs since output is used. (#3456) 2021-07-01 13:22:15 +09:00
Trask Stalnaker e6e0910cd4
Build Java 16 smoke test images (#3455) 2021-06-30 20:43:22 -07:00
dependabot[bot] e6209c3b67
Bump technote-space/workflow-conclusion-action from 2.1.6 to 2.1.7 (#3393) 2021-06-24 11:07:35 +03:00
dependabot[bot] da11d9438d
Bump docker/login-action from 1.9.0 to 1.10.0 (#3394) 2021-06-24 11:06:18 +03:00
Anuraag Agrawal d65738df62
Fix drift in patch release workflow file (#3384) 2021-06-23 13:14:12 +09:00
Lauri Tulmin 5b5992faa9
Gradle wrapper caching try 2 (#3377) 2021-06-22 09:36:03 -07:00
Lauri Tulmin 19a650027a
Cache gradle wrapper (#3363) 2021-06-21 09:35:15 -07:00
Trask Stalnaker 80b5a47406
Minor updates to release yml files (#3349) 2021-06-18 09:51:33 +09:00
Anuraag Agrawal 353ecedcc0
Remove testLatestDeps from release build. (#3343) 2021-06-17 10:28:34 -07:00
Trask Stalnaker f1beb2397f
Intellij cleanup of markdown and yaml (#3284)
* Intellij cleanup of markdown and yaml

* Revert required yaml param
2021-06-14 13:13:01 +03:00
Trask Stalnaker ac9cd8d56a
Consistent github workflows extension (#3278)
* Consistent github workflows extension

* yaml -> yml
2021-06-14 10:10:26 +03:00
Trask Stalnaker be983a9439
Rename testLatestDep job to match flag name (#3277) 2021-06-14 11:30:25 +09:00
dependabot[bot] 5fdba59c51
Bump nick-invision/retry from 2.4.0 to 2.4.1 (#3249)
Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/nick-invision/retry/releases)
- [Changelog](https://github.com/nick-invision/retry/blob/master/.releaserc.js)
- [Commits](https://github.com/nick-invision/retry/compare/v2.4.0...v2.4.1)

---
updated-dependencies:
- dependency-name: nick-invision/retry
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-11 10:26:13 +03:00
Anuraag Agrawal 86ace9dcb4
Cancel in-progress PR builds when new commit is pushed. (#3217)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2021-06-08 08:20:15 +09:00
Trask Stalnaker 4ce2cac645
Sync yaml files (#3145) 2021-05-31 13:43:19 -07:00
dependabot[bot] c3c5c11acb
Bump gradle/wrapper-validation-action from 1.0.3 to 1.0.4 (#3149)
Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 1.0.3 to 1.0.4.
- [Release notes](https://github.com/gradle/wrapper-validation-action/releases)
- [Commits](https://github.com/gradle/wrapper-validation-action/compare/v1.0.3...v1.0.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-31 07:59:11 -07:00
Trask Stalnaker 9ba984ffb8
Consistent job ordering within yaml files (#3143) 2021-05-30 19:53:52 -07:00
Trask Stalnaker d3cfd9b8ef
Retry muzzle CI step (#3141) 2021-05-31 10:12:52 +09:00
Trask Stalnaker 41f092d0e2
Fix nightly build yaml (#3133) 2021-05-30 14:01:36 +09:00
Trask Stalnaker ceb0ce9b35
Publish snapshot on every merge to main (#3097) 2021-05-27 09:38:13 -07:00