Skip to content

Commit 9725800

Browse files
authored
Async Sidecar + maintenance pytest-simcore + docker build-kit/X (#1350)
async sidecar (#1392 ) maintenance pytest-simcore docker build-kit/X
1 parent aa945b2 commit 9725800

File tree

138 files changed

+3718
-3804
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+3718
-3804
lines changed

.env-devel

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ POSTGRES_PORT=5432
1414
POSTGRES_USER=scu
1515

1616
RABBIT_HOST=rabbit
17-
RABBIT_LOG_CHANNEL=comp.backend.channels.log
17+
RABBIT_CHANNELS={"progress": "comp.backend.channels.progress", "log": "comp.backend.channels.log", "celery": {"result_backend": "rpc://"}}
1818
RABBIT_PASSWORD=adminadmin
1919
RABBIT_PORT=5672
20-
RABBIT_PROGRESS_CHANNEL=comp.backend.channels.progress
2120
RABBIT_USER=admin
2221

2322
REDIS_HOST=redis

.github/workflows/ci-release.yml

+7-5
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ jobs:
2020
env:
2121
TAG_PREFIX: staging-github
2222
steps:
23-
- uses: actions/checkout@v1
24-
- name: setup-docker
25-
uses: docker-practice/[email protected]
26-
- name: setup docker-compose
27-
run: sudo ./ci/github/helpers/setup_docker_compose.bash
23+
- uses: actions/checkout@v2
24+
- name: setup docker
25+
run: |
26+
sudo ./ci/github/helpers/setup_docker_compose.bash
27+
./ci/github/helpers/setup_docker_experimental.bash
28+
./ci/github/helpers/setup_docker_buildx.bash
29+
echo ::set-env name=DOCKER_BUILDX::1
2830
- name: set owner variable
2931
run: echo ::set-env name=OWNER::${GITHUB_REPOSITORY%/*}
3032
- name: set git tag

0 commit comments

Comments
 (0)