Run gh-exclude tests in some nightlies (#30656)
This commit is contained in:
parent
2f330d1ea9
commit
a502e3db0d
2 changed files with 1 additions and 3 deletions
1
.github/workflows/multi-node.yml
vendored
1
.github/workflows/multi-node.yml
vendored
|
|
@ -49,7 +49,6 @@ jobs:
|
||||||
-Dakka.actor.testkit.typed.timefactor=2 \
|
-Dakka.actor.testkit.typed.timefactor=2 \
|
||||||
-Dakka.cluster.assert=on \
|
-Dakka.cluster.assert=on \
|
||||||
-Dsbt.override.build.repos=false \
|
-Dsbt.override.build.repos=false \
|
||||||
-Dakka.test.tags.exclude=gh-exclude \
|
|
||||||
-Dakka.test.multi-node=true \
|
-Dakka.test.multi-node=true \
|
||||||
-Dakka.test.multi-node.targetDirName=${PWD}/target/${{ github.run_id }} \
|
-Dakka.test.multi-node.targetDirName=${PWD}/target/${{ github.run_id }} \
|
||||||
-Dakka.test.multi-node.java=${JAVA_HOME}/bin/java \
|
-Dakka.test.multi-node.java=${JAVA_HOME}/bin/java \
|
||||||
|
|
|
||||||
3
.github/workflows/nightly-builds.yml
vendored
3
.github/workflows/nightly-builds.yml
vendored
|
|
@ -134,8 +134,7 @@ jobs:
|
||||||
-Dakka.test.timefactor=2 \
|
-Dakka.test.timefactor=2 \
|
||||||
-Dakka.actor.testkit.typed.timefactor=2 \
|
-Dakka.actor.testkit.typed.timefactor=2 \
|
||||||
-Dakka.test.multi-in-test=false \
|
-Dakka.test.multi-in-test=false \
|
||||||
-Dakka.test.tags.exclude=gh-exclude \
|
clean Test/compile test checkTestsHaveRun
|
||||||
clean update Test/compile test checkTestsHaveRun
|
|
||||||
|
|
||||||
- name: Test Reports
|
- name: Test Reports
|
||||||
# Makes it easier to spot failures instead of looking at the logs.
|
# Makes it easier to spot failures instead of looking at the logs.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue