Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Resolve merge conflicts
Signed-off-by: Georgi Zlatarev <[email protected]>
  • Loading branch information
ghzlatarev committed Aug 23, 2022
commit c501adcaad668b76bbba353aa35392cece77d1c8
8 changes: 0 additions & 8 deletions .github/workflows/publish_draft_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -838,22 +838,14 @@ jobs:
with:
name: block-time-rococo-relay-for-${{ matrix.chain-spec.id }}.json
path: ${{ github.workspace }}/block-time-rococo.json
<<<<<<< HEAD
# - if: always()
# name: parse parachain block times
=======
# - name: parse calamari block times
>>>>>>> manta
# run: |
# grep '#.*' ${{ github.workspace }}/measure-block-time-${{ matrix.chain-spec.id }}-stdout.log | while read -r line; do words=($line); echo ${words[6]},${words[10]} | tee ${{ github.workspace }}/block-time-${{ matrix.chain-spec.id }}.csv; done
# if [ ! -f ${{ github.workspace }}/block-time-${{ matrix.chain-spec.id }}.csv ]; then echo "block times not detected"; exit 1; fi
# jq -s -R '[split("\n") | .[] | select(length > 0) | split(",") | {block:.[0]|tonumber, time:.[1]|tonumber} ]' ${{ github.workspace }}/block-time-${{ matrix.chain-spec.id }}.csv > ${{ github.workspace }}/block-time-${{ matrix.chain-spec.id }}.json
<<<<<<< HEAD
- if: always()
uses: actions/upload-artifact@v2
=======
- uses: actions/upload-artifact@v2
>>>>>>> manta
with:
name: block-time-${{ matrix.chain-spec.id }}.json
path: ${{ github.workspace }}/block-time-${{ matrix.chain-spec.id }}.json
Expand Down