test REMOVEDOCKERSUPPORT=true
This commit is contained in:
parent
9f6fc5398b
commit
ae85f2ad58
7
.github/workflows/build_bromite.yaml
vendored
7
.github/workflows/build_bromite.yaml
vendored
@ -16,6 +16,7 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
BROMITE_SHA: aa131bcbb6021753c716c5700f3311858f7dc6cb
|
BROMITE_SHA: aa131bcbb6021753c716c5700f3311858f7dc6cb
|
||||||
|
REMOVEDOCKERSUPPORT: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check_images:
|
check_images:
|
||||||
@ -115,7 +116,9 @@ jobs:
|
|||||||
--health-cmd "redis-cli ping"
|
--health-cmd "redis-cli ping"
|
||||||
--health-interval 10s
|
--health-interval 10s
|
||||||
--health-timeout 5s
|
--health-timeout 5s
|
||||||
--health-retries 5
|
--health-retries 5
|
||||||
|
env:
|
||||||
|
REMOVEDOCKERSUPPORT: true
|
||||||
gomaserver:
|
gomaserver:
|
||||||
image: uazo/goma-server
|
image: uazo/goma-server
|
||||||
#ports:
|
#ports:
|
||||||
@ -125,12 +128,14 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
REDISHOST: redis
|
REDISHOST: redis
|
||||||
REMOTEEXEC_ADDR: ${{ secrets.REMOTEEXEC_ADDR }}
|
REMOTEEXEC_ADDR: ${{ secrets.REMOTEEXEC_ADDR }}
|
||||||
|
REMOVEDOCKERSUPPORT: true
|
||||||
|
|
||||||
container:
|
container:
|
||||||
image: uazo/bromite-build:aa131bcbb6021753c716c5700f3311858f7dc6cb #${{ env.BROMITE_SHA }}
|
image: uazo/bromite-build:aa131bcbb6021753c716c5700f3311858f7dc6cb #${{ env.BROMITE_SHA }}
|
||||||
env:
|
env:
|
||||||
SERVER_HOST_GOMA: gomaserver
|
SERVER_HOST_GOMA: gomaserver
|
||||||
USELOCALIMAGE: true
|
USELOCALIMAGE: true
|
||||||
|
REMOVEDOCKERSUPPORT: 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…
Reference in New Issue
Block a user