restore runner flags

This commit is contained in:
uazo 2021-07-30 09:38:27 +02:00 committed by GitHub
parent 54a048de6e
commit f8d4d72853
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,6 +130,10 @@ jobs:
--health-interval 10s --health-interval 10s
--health-timeout 5s --health-timeout 5s
--health-retries 5 --health-retries 5
env:
REMOVEDOCKERSUPPORT: true
USELOCALIMAGE: true
gomaserver: gomaserver:
image: uazo/goma-server image: uazo/goma-server
#ports: #ports:
@ -139,11 +143,15 @@ jobs:
env: env:
REDISHOST: redis REDISHOST: redis
REMOTEEXEC_ADDR: ${{ secrets.REMOTEEXEC_ADDR }} REMOTEEXEC_ADDR: ${{ secrets.REMOTEEXEC_ADDR }}
REMOVEDOCKERSUPPORT: true
USELOCALIMAGE: true
container: container:
image: uazo/bromite-build:76745fde6ed75542f005ea5528f486df41c56da4 #${{ env.BROMITE_SHA }} image: uazo/bromite-build:76745fde6ed75542f005ea5528f486df41c56da4 #${{ env.BROMITE_SHA }}
env: env:
SERVER_HOST_GOMA: gomaserver SERVER_HOST_GOMA: gomaserver
REMOVEDOCKERSUPPORT: true
USELOCALIMAGE: true
volumes: volumes:
- /storage/bromite/${{ github.sha }}:/home/lg/working_dir/artifacs - /storage/bromite/${{ github.sha }}:/home/lg/working_dir/artifacs
- /tmp/proxy:/tmp/proxy - /tmp/proxy:/tmp/proxy