Merge pull request #30607 from akka/wip-30601-shm-patriknw
Temporary disable Aeron jobs in nightly, #30601
This commit is contained in:
commit
767082a617
1 changed files with 4 additions and 2 deletions
6
.github/workflows/nightly-builds.yml
vendored
6
.github/workflows/nightly-builds.yml
vendored
|
|
@ -175,10 +175,12 @@ jobs:
|
|||
https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
|
||||
|
||||
|
||||
akka-artery-cluster-tests:
|
||||
akka-artery-aeron-cluster-tests:
|
||||
name: Artery Aeron UDP Cluster
|
||||
runs-on: ubuntu-20.04
|
||||
if: github.repository == 'akka/akka'
|
||||
# FIXME disabled due to https://github.com/akka/akka/issues/30601
|
||||
#if: github.repository == 'akka/akka'
|
||||
if: ${{ false }}
|
||||
strategy:
|
||||
matrix:
|
||||
command:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue