Commit graph

15 commits

Author SHA1 Message Date
PJ Fanning
675255f7b4
don't hardcode exact coursier version so that we can pick up patches (#1095) 2024-02-02 00:25:56 +01:00
PJ Fanning
ccbb31619e
upgrade setup-java action (#824) 2023-12-04 08:58:59 +01:00
Matthew de Detrich
131e774829 Use fetch tags from latest checkout action 2023-09-05 15:25:19 +02:00
Matthew de Detrich
35a5daf77d Rename github action names to Pekko 2023-02-14 17:32:47 +01:00
PJ Fanning
f358df1c86
replace use of unmaintained setup-scala action (#148)
* replace use of unmaintained setup-scala scation

* try setting gha permissions
2023-02-07 16:34:49 +01:00
Jonas Chapuis
bb90185dcb Remove sbtx usage
Replace by prior copy of `.jvmopts-ci` into `.jvmopts` which is the file sbt natively supports
2023-01-03 11:32:38 +01:00
Greg Methvin
3d93dbcb81
Rename akka to pekko in configuration (#63)
Resolves https://github.com/apache/incubator-pekko/issues/54
2022-12-02 04:53:48 -08:00
PJ Fanning
494d62515e
update github actions due to warnings about nodejs version (#53)
* update github actions due to warnings about nodejs version

* use sbtx instead of sbt because sbtx supports -jvm-opts
2022-11-17 12:51:24 +01:00
PJ Fanning
bdf12355fe
upgrade cache-action due to build warnings (#42) 2022-11-12 12:02:51 +01:00
PJ Fanning
991997fb42
change name of github repo so that workflows run for apache/incubator-pekko (#12) 2022-11-04 12:37:34 +01:00
PJ Fanning
b46dfd85da
temporarily remove email action from github builds (#9) 2022-11-04 10:57:07 +01:00
Patrik Nordwall
5e3e61458a
Enable some Aeron tests in nightly-builds, #31010 (#31218)
* and enable gc logging via -Dakka.ci-server=true in .jvmopts-ci
* and some cleanup
* exclude ClusterReceptionistSpec and JoinConfigCompatCheckerRollingUpdateSpec
  with new tag
2022-03-09 07:27:31 +01:00
Arnout Engelen
14e213d5b2
Skip multi-jvm tests in timing tests job (#31180) 2022-02-22 16:29:28 +01:00
Johan Andrén
da4bac374d
Allow manual triggering of all cron CI-jobs (#31174) 2022-02-22 15:11:32 +01:00
Patrik Nordwall
4412529a39
Run timing sensitive tests in separate job, #30716 (#31149)
* better to exlude TimingTests and only run them in separate
  job so that we see more easily when those fail in CI
  (and lower prio to fix them in CI)
* BoundedBlockingQueueSpec has many timing sensitive things,
  hardened it and marked as TimingTest
2022-02-21 15:34:45 +01:00