difftreelog
Added matrix variables into naming logs. To prevent logs overwriting.
in: master
1 file changed
.github/workflows/forkless-update-nodata.ymldiffbeforeafterboth113 run: docker-compose -f ".docker/docker-compose-forkless.yaml" -f ".docker/docker-compose.${{ matrix.network }}.yml" up -d --build --force-recreate113 run: docker-compose -f ".docker/docker-compose-forkless.yaml" -f ".docker/docker-compose.${{ matrix.network }}.yml" up -d --build --force-recreate114114115 - name: Wait for 15m115 - name: Wait for 15m116 run: sleep 900s116 run: sleep 600s117117118 - name: Collect Docker Logs118 - name: Collect Docker Logs119 if: success() || failure()119 if: success() || failure()120 uses: jwalton/gh-docker-logs@v2.2.0120 uses: jwalton/gh-docker-logs@v2.2.0121 with:121 with:122 dest: './fpu-logs'122 dest: './fpu-logs.${{ matrix.feature }}'123 images: 'node-parachain' 123 images: 'node-parachain' 124124 - name: Tar logs125 - name: Tar logs125 if: success() || failure()126 if: success() || failure()126 run: tar cvzf ./fpu-logs.tgz ./fpu-logs127 run: tar cvzf ./fpu-logs.${{ matrix.feature }}.tgz ./fpu-logs.${{ matrix.feature }}128127 - name: Upload logs to GitHub129 - name: Upload logs to GitHub128 if: success() || failure()130 if: success() || failure()129 uses: actions/upload-artifact@master131 uses: actions/upload-artifact@master130 with:132 with:131 name: forkless-parachain-upgrade-logs.tgz133 name: fpu-logs.${{ matrix.feature }}.tgz132 path: ./fpu-logs.tgz134 path: ./fpu-logs.${{ matrix.feature }}.tgz133135134136135# - name: Test Report137# - name: Test Report145# run: |147# run: |146# echo "url is ${{ steps.test-report.outputs.runHtmlUrl }}"148# echo "url is ${{ steps.test-report.outputs.runHtmlUrl }}"147149148 - name: Wait for 15m149 run: sleep 900s150150151 - name: Stop running containers151 - name: Stop running containers152 if: always() # run this step always152 if: always() # run this step always