difftreelog
merge docker-compose files
in: master
3 files changed
.github/workflows/forkless-update-nodata.ymldiffbeforeafterboth101 node-version: 16101 node-version: 16102102103 - name: Build the stack103 - name: Build the stack104 run: docker-compose -f ".docker/docker-compose-forkless.yml" -f ".docker/docker-compose.${{ matrix.network }}.yml" up -d --build --force-recreate --timeout 300104 run: docker-compose -f ".docker/docker-compose.${{ matrix.network }}.yml" up -d --build --force-recreate --timeout 300105105106 - name: Check if docker logs consist logs related to Runtime Upgrade testing.106 - name: Check if docker logs consist logs related to Runtime Upgrade testing.107 if: success()107 if: success()208208209 - name: Stop running containers209 - name: Stop running containers210 if: always() # run this step always210 if: always() # run this step always211 run: docker-compose -f ".docker/docker-compose-forkless.yml" -f ".docker/docker-compose.${{ matrix.network }}.yml" down211 run: docker-compose -f ".docker/docker-compose.${{ matrix.network }}.yml" down212 212 213 - name: Remove builder cache213 - name: Remove builder cache214 if: always() # run this step always214 if: always() # run this step always.github/workflows/integration-tests.ymldiffbeforeafterboth104 node-version: 16102 node-version: 16105103106 - name: Build the stack104 - name: Build the stack107 run: docker-compose -f ".docker/docker-compose-forkless.yml" -f ".docker/docker-compose.node.${{ matrix.network }}.yml" up -d --build --remove-orphans --force-recreate --timeout 300105 run: docker-compose -f ".docker/docker-compose.node.${{ matrix.network }}.yml" up -d --build --remove-orphans --force-recreate --timeout 300108106109 # 🚀 POLKADOT LAUNCH COMPLETE 🚀107 # 🚀 POLKADOT LAUNCH COMPLETE 🚀110 - name: Check if docker logs consist messages related to testing of Node Parachain Upgrade.108 - name: Check if docker logs consist messages related to testing of Node Parachain Upgrade.176 174 177 - name: Stop running containers175 - name: Stop running containers178 if: always() # run this step always176 if: always() # run this step always179 run: docker-compose -f ".docker/docker-compose-forkless.yml" -f ".docker/docker-compose.node.${{ matrix.network }}.yml" down --volumes177 run: docker-compose -f ".docker/docker-compose.node.${{ matrix.network }}.yml" down --volumes180178181 - name: Remove builder cache179 - name: Remove builder cache182 if: always() # run this step always180 if: always() # run this step always252 node-version: 16250 node-version: 16253251254 - name: Build the stack252 - name: Build the stack255 run: docker-compose -f ".docker/docker-compose-forkless.yml" -f ".docker/docker-compose.node.${{ matrix.network }}.yml" up -d --build --remove-orphans --force-recreate --timeout 300253 run: docker-compose -f ".docker/docker-compose.node.${{ matrix.network }}.yml" up -d --build --remove-orphans --force-recreate --timeout 300256254257 # 🚀 POLKADOT LAUNCH COMPLETE 🚀255 # 🚀 POLKADOT LAUNCH COMPLETE 🚀258 - name: Check if docker logs consist messages related to testing of Node Parachain Upgrade.256 - name: Check if docker logs consist messages related to testing of Node Parachain Upgrade.323 321 324 - name: Stop running containers322 - name: Stop running containers325 if: always() # run this step always323 if: always() # run this step always326 run: docker-compose -f ".docker/docker-compose-forkless.yml" -f ".docker/docker-compose.node.${{ matrix.network }}.yml" down --volumes324 run: docker-compose -f ".docker/docker-compose.node.${{ matrix.network }}.yml" down --volumes327325328 - name: Remove builder cache326 - name: Remove builder cache329 if: always() # run this step always327 if: always() # run this step always.github/workflows/node-only-update.ymldiffbeforeafterboth106 node-version: 16106 node-version: 16107107108 - name: Build the stack108 - name: Build the stack109 run: docker-compose -f ".docker/docker-compose-forkless.yml" -f ".docker/docker-compose.node.${{ matrix.network }}.yml" up -d --build --remove-orphans --force-recreate --timeout 300109 run: docker-compose -f ".docker/docker-compose.node.${{ matrix.network }}.yml" up -d --build --remove-orphans --force-recreate --timeout 300110110111 # 🚀 POLKADOT LAUNCH COMPLETE 🚀111 # 🚀 POLKADOT LAUNCH COMPLETE 🚀112 - name: Check if docker logs consist messages related to testing of Node Parachain Upgrade.112 - name: Check if docker logs consist messages related to testing of Node Parachain Upgrade.355355356 - name: Stop running containers356 - name: Stop running containers357 if: always() # run this step always357 if: always() # run this step always358 run: docker-compose -f ".docker/docker-compose-forkless.yml" -f ".docker/docker-compose.node.${{ matrix.network }}.yml" down --volumes358 run: docker-compose -f ".docker/docker-compose.node.${{ matrix.network }}.yml" down --volumes359359360 - name: Remove builder cache360 - name: Remove builder cache361 if: always() # run this step always361 if: always() # run this step always