restore runner flags
This commit is contained in:
parent
54a048de6e
commit
f8d4d72853
8
.github/workflows/build_bromite.yaml
vendored
8
.github/workflows/build_bromite.yaml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user