mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 14:40:17 +00:00
fix(ci): disable system services in Nox (#1100)
This commit is contained in:
parent
6aa78eeb6f
commit
92d0450481
6
.github/e2e/docker-compose.yml
vendored
6
.github/e2e/docker-compose.yml
vendored
@ -12,6 +12,7 @@ services:
|
|||||||
- 7771:7771
|
- 7771:7771
|
||||||
- 9991:9991
|
- 9991:9991
|
||||||
command:
|
command:
|
||||||
|
- --enable-system-services=none
|
||||||
- --aqua-pool-size=2
|
- --aqua-pool-size=2
|
||||||
- -t=7771
|
- -t=7771
|
||||||
- -w=9991
|
- -w=9991
|
||||||
@ -34,6 +35,7 @@ services:
|
|||||||
- 7772:7772
|
- 7772:7772
|
||||||
- 9992:9992
|
- 9992:9992
|
||||||
command:
|
command:
|
||||||
|
- --enable-system-services=none
|
||||||
- --aqua-pool-size=2
|
- --aqua-pool-size=2
|
||||||
- -t=7772
|
- -t=7772
|
||||||
- -w=9992
|
- -w=9992
|
||||||
@ -55,6 +57,7 @@ services:
|
|||||||
- 7773:7773
|
- 7773:7773
|
||||||
- 9993:9993
|
- 9993:9993
|
||||||
command:
|
command:
|
||||||
|
- --enable-system-services=none
|
||||||
- --aqua-pool-size=2
|
- --aqua-pool-size=2
|
||||||
- -t=7773
|
- -t=7773
|
||||||
- -w=9993
|
- -w=9993
|
||||||
@ -76,6 +79,7 @@ services:
|
|||||||
- 7774:7774
|
- 7774:7774
|
||||||
- 9994:9994
|
- 9994:9994
|
||||||
command:
|
command:
|
||||||
|
- --enable-system-services=none
|
||||||
- --aqua-pool-size=2
|
- --aqua-pool-size=2
|
||||||
- -t=7774
|
- -t=7774
|
||||||
- -w=9994
|
- -w=9994
|
||||||
@ -97,6 +101,7 @@ services:
|
|||||||
- 7775:7775
|
- 7775:7775
|
||||||
- 9995:9995
|
- 9995:9995
|
||||||
command:
|
command:
|
||||||
|
- --enable-system-services=none
|
||||||
- --aqua-pool-size=2
|
- --aqua-pool-size=2
|
||||||
- -t=7775
|
- -t=7775
|
||||||
- -w=9995
|
- -w=9995
|
||||||
@ -118,6 +123,7 @@ services:
|
|||||||
- 7776:7776
|
- 7776:7776
|
||||||
- 9996:9996
|
- 9996:9996
|
||||||
command:
|
command:
|
||||||
|
- --enable-system-services=none
|
||||||
- --aqua-pool-size=2
|
- --aqua-pool-size=2
|
||||||
- -t=7776
|
- -t=7776
|
||||||
- -w=9996
|
- -w=9996
|
||||||
|
1
.github/workflows/run-tests.yml
vendored
1
.github/workflows/run-tests.yml
vendored
@ -32,4 +32,3 @@ jobs:
|
|||||||
uses: ./.github/workflows/tests.yml
|
uses: ./.github/workflows/tests.yml
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.ref }}
|
ref: ${{ github.ref }}
|
||||||
nox-image: "docker.fluence.dev/nox:feat-vm-425-aquavm-mem-limits-from-config-2_5050_1"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user