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
Renato Cavalcanti
a2a90d6325
exclude tests using DisposableSys from aeron run ( #31230 )
...
* exclude tests using DisposableSys from aeron run
* add 'gh-exclude-aeron' to 'akka.test.tags.exclude' settings
2022-03-10 18:45:45 +01:00
Patrik Nordwall
d7dc3546a0
Only run multi-node tests with Aeron, #31010 ( #31217 )
2022-03-08 14:36:03 +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
ac6ec8ce83
Try running Aeron tests again ( #31172 )
2022-02-22 12:56:29 +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
Patrik Nordwall
509b3be617
Disable multi-node with Aeron, #31010 ( #31011 )
2021-12-22 07:41:57 +01:00
Patrik Nordwall
2909d4cce5
Use GhExcludeTest in CI again ( #30941 )
...
* -XX:+AlwaysActAsServerClassMachine in CI
* Remove GHExcludeTest from all tests, since we have included those in CI workflows
* Exclude a few failing tests from CI
* run CI with -Dakka.test.tags.exclude=gh-exclude again
2021-11-28 19:52:16 +01:00
Patrik Nordwall
f83ae19311
Reduce multi-node tests to 10 pods, #30874 ( #30875 )
2021-11-11 15:35:32 +01:00
Patrik Nordwall
a39dbfc088
aeron.dir also for normal multi-node tests, #30601 ( #30839 )
2021-11-01 16:23:27 +01:00
Patrik Nordwall
527571fc3a
Aeron media driver volume for multi-node CI, #30601 ( #30835 )
2021-10-29 14:19:17 +02:00
Renato Cavalcanti
4ef9b31d8e
move aeron tests in multi-node ( #30706 )
2021-10-20 08:07:47 +02:00
Patrik Nordwall
a502e3db0d
Run gh-exclude tests in some nightlies ( #30656 )
2021-09-08 09:28:01 +02:00
Patrik Nordwall
eb6f3e3d19
timefactor=2 also for Typed testkit ( #30643 )
2021-09-07 21:14:52 +02:00
Patrik Nordwall
ad1acba178
-Xmx512M for multi-node
...
* I noticed "command terminated with exit code 137" in some test failure,
and that is Kubernetes OOM kill.
* Container memory limit is 2Gi
* We didn't used more than 512M previously
2021-08-31 09:11:45 +02:00
Andrea Peruffo
d75ad252b8
Run multi-node tests on fresh GKE clusters ( #30570 )
...
* Port multi-node-test from Jenkins
* link to issues for gh-excluded tests
* use kubectl in multi-jvm plugin
2021-08-27 17:40:51 +02:00