From 92d04504819f75e93ac555fd8d28a02b5893d817 Mon Sep 17 00:00:00 2001 From: folex <0xdxdy@gmail.com> Date: Fri, 8 Mar 2024 16:59:24 -0300 Subject: [PATCH] fix(ci): disable system services in Nox (#1100) --- .github/e2e/docker-compose.yml | 6 ++++++ .github/workflows/run-tests.yml | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/e2e/docker-compose.yml b/.github/e2e/docker-compose.yml index 7339b562..708bfa77 100644 --- a/.github/e2e/docker-compose.yml +++ b/.github/e2e/docker-compose.yml @@ -12,6 +12,7 @@ services: - 7771:7771 - 9991:9991 command: + - --enable-system-services=none - --aqua-pool-size=2 - -t=7771 - -w=9991 @@ -34,6 +35,7 @@ services: - 7772:7772 - 9992:9992 command: + - --enable-system-services=none - --aqua-pool-size=2 - -t=7772 - -w=9992 @@ -55,6 +57,7 @@ services: - 7773:7773 - 9993:9993 command: + - --enable-system-services=none - --aqua-pool-size=2 - -t=7773 - -w=9993 @@ -76,6 +79,7 @@ services: - 7774:7774 - 9994:9994 command: + - --enable-system-services=none - --aqua-pool-size=2 - -t=7774 - -w=9994 @@ -97,6 +101,7 @@ services: - 7775:7775 - 9995:9995 command: + - --enable-system-services=none - --aqua-pool-size=2 - -t=7775 - -w=9995 @@ -118,6 +123,7 @@ services: - 7776:7776 - 9996:9996 command: + - --enable-system-services=none - --aqua-pool-size=2 - -t=7776 - -w=9996 diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index aaa95953..5eeabe7f 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -32,4 +32,3 @@ jobs: uses: ./.github/workflows/tests.yml with: ref: ${{ github.ref }} - nox-image: "docker.fluence.dev/nox:feat-vm-425-aquavm-mem-limits-from-config-2_5050_1"