Commit Graph

55 Commits

Author SHA1 Message Date
Janne Valkealahti
fbbfd7b9c9 Update issue handler for prs 2023-04-06 08:45:33 +01:00
Janne Valkealahti
d4506d2583 Fix setup-java configs 2023-02-27 17:46:20 +00:00
Janne Valkealahti
cb998fae08 Upgrade setup-jfrog-cli action 2023-02-08 17:21:06 +00:00
Janne Valkealahti
8ba7d335b5 Upgrade checkout and setup-java actions 2023-02-08 16:15:58 +00:00
jongwooo
87914b27f5 Replace deprecated command with environment file
Signed-off-by: jongwooo <jongwooo.han@gmail.com>
2023-02-08 16:07:09 +00:00
Janne Valkealahti
d44d0c3016 Update next version workflow 2023-01-23 11:32:14 +00:00
Janne Valkealahti
ae3af74b20 Update release workflow 2023-01-23 11:04:07 +00:00
Janne Valkealahti
6461a755d5 Add issue handler workflow
- Handle triage for new issues
- Handle backport issues
2023-01-12 10:43:10 +00:00
Janne Valkealahti
0899d414de Build linux sample with musl
- Change sample build to use musl on linux
- Optionally remove version from jar so that
  e2e tests don't need to use version in path.
- Add better matrix to e2e so that we're able to
  build on one OS and then test with others.
- Fixes #576
2022-11-30 15:39:10 +00:00
Janne Valkealahti
57fac23bfc Upgrade graal 22.3 in workflows 2022-11-16 07:04:13 +00:00
Janne Valkealahti
e02503ef3f Update milestone workflow
- Relates #535
2022-09-28 17:52:48 +01:00
Janne Valkealahti
cf7c409d1c Enable ge settings with ci workflow 2022-08-23 08:27:34 +01:00
Janne Valkealahti
eab5b7267c Change pr workflow to gradle 2022-08-23 07:42:46 +01:00
Janne Valkealahti
212ee43989 Change e2e tests for gradle changes
- Fix e2e workflow to build with gradle.
- Fix e2e paths to ones generated by gradle.
- Relates #470
2022-08-17 08:52:19 +01:00
Janne Valkealahti
dfb931c2ee Config jfrog to use plugin
- Relates #470
2022-08-16 12:33:51 +01:00
Janne Valkealahti
19902ed021 Add missing runs-on to ci workflow
- Relates #470
2022-08-16 12:08:46 +01:00
Janne Valkealahti
a45e0abf58 Change ci workflow to use gradle
- Relates #470
2022-08-16 12:06:53 +01:00
Janne Valkealahti
b21ecdc358 Upgrade setup-jfrog-cli 2.21.5 2022-07-27 08:47:20 +01:00
Janne Valkealahti
ac520b7aa0 Upgrade setup-jfrog-cli 2.3.0 2022-07-27 08:20:47 +01:00
Janne Valkealahti
abbddae0b5 Upgrade graal 22.2.0 in workflows 2022-07-26 14:07:34 +01:00
Janne Valkealahti
98718286d9 Change profile for native sample
- Now using nativex instead of native due to change in
  boot plugin.
2022-07-26 13:35:44 +01:00
Janne Valkealahti
e193ca1d24 Upgrade to Boot 3.x
- For now port spring-native to framework config.
- 3rd party configs should go somewhere else.
- Fix changes from javax to jakarta.
- Change java settings as we now require jdk 17.
- Fixes #385
2022-07-24 08:07:14 +01:00
Janne Valkealahti
329c7eb559 Add central sync to ga workflow
- Relates #454
2022-07-19 17:14:54 +01:00
Janne Valkealahti
c9cea37cf0 Add ga release workflow
- Fixes #454
2022-07-14 17:27:07 +01:00
Janne Valkealahti
d88849dfa9 Separate commit and push in release workflow
- Fixes #452
2022-07-07 08:53:10 +01:00
Janne Valkealahti
fa8693901f Add e2e results
- Going via jest-junit to xml and then with
  publish-unit-test-result-action to publish results.
2022-06-03 09:39:17 +01:00
Janne Valkealahti
c2774b9d8f Label workflow 2022-06-01 08:41:35 +01:00
Janne Valkealahti
08428c88cb Add timeout to pr workflow 2022-05-30 14:13:20 +01:00
Janne Valkealahti
f2d97ae2de Upload surefire reports in manual workflow 2022-05-17 16:14:46 +01:00
Janne Valkealahti
4a05106d86 Add manual build and test workflow 2022-05-17 10:24:15 +01:00
Janne Valkealahti
ac451ad4d0 Schedule e2e tests 3 times per week 2022-05-15 16:37:14 +01:00
Janne Valkealahti
3515885993 Update graal 22.1.0 in e2e tests 2022-05-11 07:59:50 +01:00
Janne Valkealahti
38645a3cc2 Fix pr workflow
- Use corret jdk
- Relates #407
2022-05-11 07:24:47 +01:00
Janne Valkealahti
6738c92117 Change samples build with workflows
- Relates #407
2022-05-10 16:23:04 +01:00
Janne Valkealahti
1a1864f8c5 Update e2e tests
- Tweak things on win for settings combinations which might
  work with all trouble you're getting from win versions and
  node-pty, etc.
- Relates #401
2022-05-10 09:42:00 +01:00
Janne Valkealahti
c6a8e1c65c Update e2e tests
- Fix native configs for win in sample app.
- Integrate spring-native with samples app.
- Tweak e2e workflow to upload artifacts and some other generic changes.
- Relates #401
2022-05-08 14:19:35 +01:00
Janne Valkealahti
3743a7f32d Initial attempt for e2e tests
- Add node code for e2e tests. This is a first take to try running
  these tests via actions.
- Relates to #401
2022-05-07 17:51:51 +01:00
Janne Valkealahti
bc267a2e18 Update jfrog cli 2.13.0 2022-03-05 13:08:23 +00:00
Janne Valkealahti
65ff3820da Add prs to release notes 2022-02-03 10:44:56 +00:00
Janne Valkealahti
0fb5b5ee7a Change maven version in workflows 2022-01-21 13:24:24 +00:00
Janne Valkealahti
0f86b668a8 Add next dev version workflow 2022-01-21 13:18:47 +00:00
Janne Valkealahti
e145588475 Add milestone release workflow 2022-01-18 13:13:49 +00:00
Janne Valkealahti
58792bc695 Disable tests for publish
- For now as there is a weird error with running
  mvn build via jfrog, disable running tests as
  those are ran with various jdk's before publish
  is executed.
2021-12-24 14:19:19 +00:00
Janne Valkealahti
05311ffcdc Remove cache from publish 2021-12-24 13:43:12 +00:00
Janne Valkealahti
2a951ab952 Revert "Update jfrog 1.52.0"
This reverts commit 54cb988877.
2021-12-18 15:44:26 +00:00
Janne Valkealahti
54cb988877 Update jfrog 1.52.0 2021-12-18 15:01:21 +00:00
Janne Valkealahti
fd10bc2670 Add maven cache to publish workflow 2021-12-18 09:35:30 +00:00
Janne Valkealahti
8ad59b702c Kick publish after ci
- Take 3
- Relates #328
2021-12-17 17:51:31 +00:00
Janne Valkealahti
434930f679 Kick publish after ci
- Take 2
- Relates #328
2021-12-17 17:40:23 +00:00
Janne Valkealahti
f6f80237b5 Kick publish after ci
- Attempt to fire ci-publish after ci finish ok
- Relates #328
2021-12-17 17:38:11 +00:00