From 52ad246c7bce8bbc0d4218a1861e6cb90a9c18c1 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Sat, 10 Jul 2021 14:26:57 +0200 Subject: [PATCH] Update build.yaml --- .github/workflows/build.yaml | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f4fe2ce5..5411d343 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -58,21 +58,24 @@ jobs: needs: check_images if: success() -# services: -# redis: -# image: redis -# options: >- -# --health-cmd "redis-cli ping" -# --health-interval 10s -# --health-timeout 5s -# --health-retries 5 -# gomaserver: -# image: uazo/goma-server -# ports: -# - 5050:5050 -# volumes: -# - /tmp/proxy:/tmp/proxy - + services: + redis: + image: redis + options: >- + --health-cmd "redis-cli ping" + --health-interval 10s + --health-timeout 5s + --health-retries 5 + gomaserver: + image: uazo/goma-server + ports: + - 5050:5050 + volumes: + - /tmp/proxy:/tmp/proxy + env: + REDISHOST: localhost + REMOTEEXEC_ADDR: ${{ secrets.REMOTEEXEC_ADDR }} + container: image: uazo/bromite-build:9109417e415f9f0aa204dc3e1391138fa5e13bf8 #${{ github.sha }} volumes: