Merge pull request #362 from pezkuwichain/dependabot/github_actions/ci_dependencies-5bf5cf5af6
chore(deps): bump the ci_dependencies group across 1 directory with 14 updates
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
|||||||
image: ${{ needs.preflight.outputs.IMAGE }}
|
image: ${{ needs.preflight.outputs.IMAGE }}
|
||||||
name: Extract runtimes from matrix
|
name: Extract runtimes from matrix
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
with:
|
with:
|
||||||
ref: master
|
ref: master
|
||||||
|
|
||||||
@@ -79,7 +79,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
ref: ${{ needs.runtime-matrix.outputs.branch }} # checkout always from the initially created branch to avoid conflicts
|
ref: ${{ needs.runtime-matrix.outputs.branch }} # checkout always from the initially created branch to avoid conflicts
|
||||||
@@ -112,7 +112,7 @@ jobs:
|
|||||||
git reset
|
git reset
|
||||||
|
|
||||||
- name: Upload diff
|
- name: Upload diff
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||||
with:
|
with:
|
||||||
name: diff-${{ matrix.runtime.name }}
|
name: diff-${{ matrix.runtime.name }}
|
||||||
path: diff-${{ matrix.runtime.name }}.patch
|
path: diff-${{ matrix.runtime.name }}.patch
|
||||||
@@ -122,18 +122,18 @@ jobs:
|
|||||||
needs: [runtime-matrix, run-pezframe-omni-bencher]
|
needs: [runtime-matrix, run-pezframe-omni-bencher]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
ref: ${{ needs.runtime-matrix.outputs.branch }}
|
ref: ${{ needs.runtime-matrix.outputs.branch }}
|
||||||
|
|
||||||
- name: Download all artifacts
|
- name: Download all artifacts
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
|
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||||
with:
|
with:
|
||||||
path: patches
|
path: patches
|
||||||
|
|
||||||
# needs to be able to trigger CI
|
# needs to be able to trigger CI
|
||||||
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
|
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
|
||||||
id: generate_token
|
id: generate_token
|
||||||
with:
|
with:
|
||||||
app-id: ${{ secrets.CMD_BOT_APP_ID }}
|
app-id: ${{ secrets.CMD_BOT_APP_ID }}
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ jobs:
|
|||||||
]
|
]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- name: Run Benchmarks
|
- name: Run Benchmarks
|
||||||
id: run-benchmarks
|
id: run-benchmarks
|
||||||
@@ -40,7 +40,7 @@ jobs:
|
|||||||
ls -lsa ./charts
|
ls -lsa ./charts
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.features.bench }}-${{ github.sha }}
|
name: ${{ matrix.features.bench }}-${{ github.sha }}
|
||||||
path: ./charts
|
path: ./charts
|
||||||
@@ -53,7 +53,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
with:
|
with:
|
||||||
ref: gh-pages
|
ref: gh-pages
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
@@ -61,13 +61,13 @@ jobs:
|
|||||||
- run: git checkout master --
|
- run: git checkout master --
|
||||||
|
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
|
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||||
with:
|
with:
|
||||||
name: notifications_protocol-${{ github.sha }}
|
name: notifications_protocol-${{ github.sha }}
|
||||||
path: ./charts
|
path: ./charts
|
||||||
|
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
|
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||||
with:
|
with:
|
||||||
name: request_response_protocol-${{ github.sha }}
|
name: request_response_protocol-${{ github.sha }}
|
||||||
path: ./charts
|
path: ./charts
|
||||||
@@ -78,7 +78,7 @@ jobs:
|
|||||||
git config --global --add safe.directory '*'
|
git config --global --add safe.directory '*'
|
||||||
ls -lsR ./charts
|
ls -lsR ./charts
|
||||||
|
|
||||||
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
|
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
|
||||||
id: app-token
|
id: app-token
|
||||||
with:
|
with:
|
||||||
app-id: ${{ secrets.PEZKUWI_GHPAGES_APP_ID }}
|
app-id: ${{ secrets.PEZKUWI_GHPAGES_APP_ID }}
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ jobs:
|
|||||||
]
|
]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- name: Check Rust
|
- name: Check Rust
|
||||||
run: |
|
run: |
|
||||||
@@ -64,7 +64,7 @@ jobs:
|
|||||||
ls -lsa ./charts
|
ls -lsa ./charts
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||||
with:
|
with:
|
||||||
name: ${{matrix.features.bench}}
|
name: ${{matrix.features.bench}}
|
||||||
path: ./charts
|
path: ./charts
|
||||||
@@ -77,7 +77,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
with:
|
with:
|
||||||
ref: gh-pages
|
ref: gh-pages
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
@@ -85,7 +85,7 @@ jobs:
|
|||||||
- run: git checkout master --
|
- run: git checkout master --
|
||||||
|
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
|
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||||
with:
|
with:
|
||||||
path: ./charts
|
path: ./charts
|
||||||
|
|
||||||
@@ -95,7 +95,7 @@ jobs:
|
|||||||
git config --global --add safe.directory '*'
|
git config --global --add safe.directory '*'
|
||||||
ls -lsR ./charts
|
ls -lsR ./charts
|
||||||
|
|
||||||
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
|
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
|
||||||
id: app-token
|
id: app-token
|
||||||
with:
|
with:
|
||||||
app-id: ${{ secrets.PEZKUWI_GHPAGES_APP_ID }}
|
app-id: ${{ secrets.PEZKUWI_GHPAGES_APP_ID }}
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ jobs:
|
|||||||
image: ${{ needs.preflight.outputs.IMAGE }}
|
image: ${{ needs.preflight.outputs.IMAGE }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Disable forklift cache wrapper
|
- name: Disable forklift cache wrapper
|
||||||
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
||||||
|
|
||||||
@@ -71,7 +71,7 @@ jobs:
|
|||||||
image: ${{ needs.preflight.outputs.IMAGE }}
|
image: ${{ needs.preflight.outputs.IMAGE }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Disable forklift cache wrapper
|
- name: Disable forklift cache wrapper
|
||||||
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
||||||
|
|
||||||
@@ -98,7 +98,7 @@ jobs:
|
|||||||
image: ${{ needs.preflight.outputs.IMAGE }}
|
image: ${{ needs.preflight.outputs.IMAGE }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Disable forklift cache wrapper
|
- name: Disable forklift cache wrapper
|
||||||
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
||||||
|
|
||||||
|
|||||||
@@ -44,10 +44,10 @@ jobs:
|
|||||||
VERSION: ${{ needs.set-variables.outputs.VERSION }}
|
VERSION: ${{ needs.set-variables.outputs.VERSION }}
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repo
|
- name: Check out the repo
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- name: Build eth-rpc Docker image
|
- name: Build eth-rpc Docker image
|
||||||
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
|
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./bizinikiwi/pezframe/revive/rpc/dockerfiles/eth-rpc/Dockerfile
|
file: ./bizinikiwi/pezframe/revive/rpc/dockerfiles/eth-rpc/Dockerfile
|
||||||
@@ -64,16 +64,16 @@ jobs:
|
|||||||
VERSION: ${{ needs.set-variables.outputs.VERSION }}
|
VERSION: ${{ needs.set-variables.outputs.VERSION }}
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repo
|
- name: Check out the repo
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- name: Log in to Docker Hub
|
- name: Log in to Docker Hub
|
||||||
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
|
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.PEZKUWI_DOCKERHUB_USERNAME }}
|
username: ${{ secrets.PEZKUWI_DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.PEZKUWI_DOCKERHUB_PASSWORD }}
|
password: ${{ secrets.PEZKUWI_DOCKERHUB_PASSWORD }}
|
||||||
|
|
||||||
- name: Build eth-rpc Docker image
|
- name: Build eth-rpc Docker image
|
||||||
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
|
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./bizinikiwi/pezframe/revive/rpc/dockerfiles/eth-rpc/Dockerfile
|
file: ./bizinikiwi/pezframe/revive/rpc/dockerfiles/eth-rpc/Dockerfile
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ jobs:
|
|||||||
RUSTFLAGS: "-Cdebug-assertions=y -Dwarnings"
|
RUSTFLAGS: "-Cdebug-assertions=y -Dwarnings"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Configure git safe.directory
|
- name: Configure git safe.directory
|
||||||
run: git config --global --add safe.directory '*'
|
run: git config --global --add safe.directory '*'
|
||||||
- name: Disable forklift cache wrapper
|
- name: Disable forklift cache wrapper
|
||||||
@@ -88,7 +88,7 @@ jobs:
|
|||||||
run: tar -cvf artifacts.tar artifacts
|
run: tar -cvf artifacts.tar artifacts
|
||||||
|
|
||||||
- name: upload artifacts
|
- name: upload artifacts
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||||
with:
|
with:
|
||||||
name: ${{ github.job }}-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
|
name: ${{ github.job }}-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
|
||||||
path: artifacts.tar
|
path: artifacts.tar
|
||||||
@@ -106,7 +106,7 @@ jobs:
|
|||||||
RUSTFLAGS: "-Cdebug-assertions=y -Dwarnings"
|
RUSTFLAGS: "-Cdebug-assertions=y -Dwarnings"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Disable forklift cache wrapper
|
- name: Disable forklift cache wrapper
|
||||||
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
||||||
- name: Install wasm32v1-none target
|
- name: Install wasm32v1-none target
|
||||||
@@ -126,7 +126,7 @@ jobs:
|
|||||||
run: tar -cvf artifacts.tar artifacts
|
run: tar -cvf artifacts.tar artifacts
|
||||||
|
|
||||||
- name: upload artifacts
|
- name: upload artifacts
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||||
with:
|
with:
|
||||||
name: ${{ github.job }}-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
|
name: ${{ github.job }}-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
|
||||||
path: artifacts.tar
|
path: artifacts.tar
|
||||||
@@ -144,7 +144,7 @@ jobs:
|
|||||||
RUSTFLAGS: "-Cdebug-assertions=y -Dwarnings"
|
RUSTFLAGS: "-Cdebug-assertions=y -Dwarnings"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Disable forklift cache wrapper
|
- name: Disable forklift cache wrapper
|
||||||
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
||||||
- name: Install wasm32v1-none target
|
- name: Install wasm32v1-none target
|
||||||
@@ -168,7 +168,7 @@ jobs:
|
|||||||
run: tar -cvf artifacts.tar artifacts
|
run: tar -cvf artifacts.tar artifacts
|
||||||
|
|
||||||
- name: upload artifacts
|
- name: upload artifacts
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||||
with:
|
with:
|
||||||
name: ${{ github.job }}-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
|
name: ${{ github.job }}-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
|
||||||
path: artifacts.tar
|
path: artifacts.tar
|
||||||
@@ -184,7 +184,7 @@ jobs:
|
|||||||
image: ${{ needs.preflight.outputs.IMAGE }}
|
image: ${{ needs.preflight.outputs.IMAGE }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Disable forklift cache wrapper
|
- name: Disable forklift cache wrapper
|
||||||
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
||||||
- name: Install wasm32v1-none target
|
- name: Install wasm32v1-none target
|
||||||
@@ -209,7 +209,7 @@ jobs:
|
|||||||
run: tar -cvf artifacts.tar artifacts
|
run: tar -cvf artifacts.tar artifacts
|
||||||
|
|
||||||
- name: upload artifacts
|
- name: upload artifacts
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||||
with:
|
with:
|
||||||
name: ${{ github.job }}-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
|
name: ${{ github.job }}-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
|
||||||
path: artifacts.tar
|
path: artifacts.tar
|
||||||
@@ -225,7 +225,7 @@ jobs:
|
|||||||
image: ${{ needs.preflight.outputs.IMAGE }}
|
image: ${{ needs.preflight.outputs.IMAGE }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Disable forklift cache wrapper
|
- name: Disable forklift cache wrapper
|
||||||
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
||||||
- name: Install wasm32v1-none target
|
- name: Install wasm32v1-none target
|
||||||
@@ -249,7 +249,7 @@ jobs:
|
|||||||
run: tar -cvf artifacts.tar artifacts
|
run: tar -cvf artifacts.tar artifacts
|
||||||
|
|
||||||
- name: upload artifacts
|
- name: upload artifacts
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||||
with:
|
with:
|
||||||
name: ${{ github.job }}-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
|
name: ${{ github.job }}-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
|
||||||
path: artifacts.tar
|
path: artifacts.tar
|
||||||
@@ -265,7 +265,7 @@ jobs:
|
|||||||
image: ${{ needs.preflight.outputs.IMAGE }}
|
image: ${{ needs.preflight.outputs.IMAGE }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Configure git safe.directory
|
- name: Configure git safe.directory
|
||||||
run: git config --global --add safe.directory '*'
|
run: git config --global --add safe.directory '*'
|
||||||
- name: Disable forklift cache wrapper
|
- name: Disable forklift cache wrapper
|
||||||
@@ -296,7 +296,7 @@ jobs:
|
|||||||
run: tar -cvf artifacts.tar artifacts
|
run: tar -cvf artifacts.tar artifacts
|
||||||
|
|
||||||
- name: upload artifacts
|
- name: upload artifacts
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||||
with:
|
with:
|
||||||
name: ${{ github.job }}-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
|
name: ${{ github.job }}-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
|
||||||
path: artifacts.tar
|
path: artifacts.tar
|
||||||
@@ -312,7 +312,7 @@ jobs:
|
|||||||
image: ${{ needs.preflight.outputs.IMAGE }}
|
image: ${{ needs.preflight.outputs.IMAGE }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Disable forklift cache wrapper
|
- name: Disable forklift cache wrapper
|
||||||
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
||||||
- name: Install wasm32v1-none target
|
- name: Install wasm32v1-none target
|
||||||
@@ -337,7 +337,7 @@ jobs:
|
|||||||
run: tar -cvf artifacts.tar artifacts
|
run: tar -cvf artifacts.tar artifacts
|
||||||
|
|
||||||
- name: upload artifacts
|
- name: upload artifacts
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||||
with:
|
with:
|
||||||
name: ${{ github.job }}-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
|
name: ${{ github.job }}-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
|
||||||
path: artifacts.tar
|
path: artifacts.tar
|
||||||
@@ -357,7 +357,7 @@ jobs:
|
|||||||
image: ${{ needs.preflight.outputs.IMAGE }}
|
image: ${{ needs.preflight.outputs.IMAGE }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Disable forklift cache wrapper
|
- name: Disable forklift cache wrapper
|
||||||
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
||||||
- name: Install wasm32v1-none target
|
- name: Install wasm32v1-none target
|
||||||
@@ -374,7 +374,7 @@ jobs:
|
|||||||
run: tar -cvf artifacts.tar artifacts
|
run: tar -cvf artifacts.tar artifacts
|
||||||
|
|
||||||
- name: upload artifacts
|
- name: upload artifacts
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||||
with:
|
with:
|
||||||
name: ${{ github.job }}-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
|
name: ${{ github.job }}-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
|
||||||
path: artifacts.tar
|
path: artifacts.tar
|
||||||
@@ -391,7 +391,7 @@ jobs:
|
|||||||
image: ${{ needs.preflight.outputs.IMAGE }}
|
image: ${{ needs.preflight.outputs.IMAGE }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Disable forklift cache wrapper
|
- name: Disable forklift cache wrapper
|
||||||
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
||||||
- name: Install wasm32v1-none target
|
- name: Install wasm32v1-none target
|
||||||
@@ -408,7 +408,7 @@ jobs:
|
|||||||
run: tar -cvf artifacts.tar artifacts
|
run: tar -cvf artifacts.tar artifacts
|
||||||
|
|
||||||
- name: upload artifacts
|
- name: upload artifacts
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||||
with:
|
with:
|
||||||
name: ${{ github.job }}-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
|
name: ${{ github.job }}-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
|
||||||
path: artifacts.tar
|
path: artifacts.tar
|
||||||
@@ -425,7 +425,7 @@ jobs:
|
|||||||
image: ${{ needs.preflight.outputs.IMAGE }}
|
image: ${{ needs.preflight.outputs.IMAGE }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Disable forklift cache wrapper
|
- name: Disable forklift cache wrapper
|
||||||
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
||||||
- name: Install wasm32v1-none target
|
- name: Install wasm32v1-none target
|
||||||
@@ -442,7 +442,7 @@ jobs:
|
|||||||
run: tar -cvf artifacts.tar artifacts
|
run: tar -cvf artifacts.tar artifacts
|
||||||
|
|
||||||
- name: upload artifacts
|
- name: upload artifacts
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||||
with:
|
with:
|
||||||
name: ${{ github.job }}-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
|
name: ${{ github.job }}-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
|
||||||
path: artifacts.tar
|
path: artifacts.tar
|
||||||
@@ -456,7 +456,7 @@ jobs:
|
|||||||
image: ${{ needs.preflight.outputs.IMAGE }}
|
image: ${{ needs.preflight.outputs.IMAGE }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Disable forklift cache wrapper
|
- name: Disable forklift cache wrapper
|
||||||
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
||||||
- name: Install wasm32v1-none target
|
- name: Install wasm32v1-none target
|
||||||
@@ -473,7 +473,7 @@ jobs:
|
|||||||
run: tar -cvf artifacts.tar artifacts
|
run: tar -cvf artifacts.tar artifacts
|
||||||
|
|
||||||
- name: upload artifacts
|
- name: upload artifacts
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||||
with:
|
with:
|
||||||
name: ${{ github.job }}-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
|
name: ${{ github.job }}-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
|
||||||
path: artifacts.tar
|
path: artifacts.tar
|
||||||
@@ -497,9 +497,9 @@ jobs:
|
|||||||
rm -rf "${GITHUB_WORKSPACE:?}"/.[!.]* 2>/dev/null || true
|
rm -rf "${GITHUB_WORKSPACE:?}"/.[!.]* 2>/dev/null || true
|
||||||
}
|
}
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
|
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||||
with:
|
with:
|
||||||
name: build-test-teyrchain-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
|
name: build-test-teyrchain-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
|
||||||
|
|
||||||
@@ -530,9 +530,9 @@ jobs:
|
|||||||
rm -rf "${GITHUB_WORKSPACE:?}"/.[!.]* 2>/dev/null || true
|
rm -rf "${GITHUB_WORKSPACE:?}"/.[!.]* 2>/dev/null || true
|
||||||
}
|
}
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
|
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||||
with:
|
with:
|
||||||
name: build-linux-stable-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
|
name: build-linux-stable-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
|
||||||
|
|
||||||
@@ -563,9 +563,9 @@ jobs:
|
|||||||
rm -rf "${GITHUB_WORKSPACE:?}"/.[!.]* 2>/dev/null || true
|
rm -rf "${GITHUB_WORKSPACE:?}"/.[!.]* 2>/dev/null || true
|
||||||
}
|
}
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
|
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||||
with:
|
with:
|
||||||
name: build-test-collators-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
|
name: build-test-collators-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
|
||||||
|
|
||||||
@@ -596,9 +596,9 @@ jobs:
|
|||||||
rm -rf "${GITHUB_WORKSPACE:?}"/.[!.]* 2>/dev/null || true
|
rm -rf "${GITHUB_WORKSPACE:?}"/.[!.]* 2>/dev/null || true
|
||||||
}
|
}
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
|
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||||
with:
|
with:
|
||||||
name: build-malus-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
|
name: build-malus-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
|
||||||
|
|
||||||
@@ -629,9 +629,9 @@ jobs:
|
|||||||
rm -rf "${GITHUB_WORKSPACE:?}"/.[!.]* 2>/dev/null || true
|
rm -rf "${GITHUB_WORKSPACE:?}"/.[!.]* 2>/dev/null || true
|
||||||
}
|
}
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
|
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||||
with:
|
with:
|
||||||
name: build-linux-bizinikiwi-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
|
name: build-linux-bizinikiwi-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
|
||||||
|
|
||||||
@@ -670,9 +670,9 @@ jobs:
|
|||||||
rm -rf "${GITHUB_WORKSPACE:?}"/.[!.]* 2>/dev/null || true
|
rm -rf "${GITHUB_WORKSPACE:?}"/.[!.]* 2>/dev/null || true
|
||||||
}
|
}
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
|
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||||
with:
|
with:
|
||||||
name: build-linux-stable-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
|
name: build-linux-stable-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
|
||||||
- name: tar
|
- name: tar
|
||||||
@@ -680,7 +680,7 @@ jobs:
|
|||||||
tar -xvf artifacts.tar
|
tar -xvf artifacts.tar
|
||||||
rm artifacts.tar
|
rm artifacts.tar
|
||||||
|
|
||||||
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
|
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||||
with:
|
with:
|
||||||
name: build-linux-stable-pezcumulus-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
|
name: build-linux-stable-pezcumulus-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
|
||||||
- name: tar
|
- name: tar
|
||||||
@@ -688,7 +688,7 @@ jobs:
|
|||||||
tar -xvf artifacts.tar
|
tar -xvf artifacts.tar
|
||||||
rm artifacts.tar
|
rm artifacts.tar
|
||||||
|
|
||||||
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
|
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||||
with:
|
with:
|
||||||
name: prepare-bridges-zombienet-artifacts-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
|
name: prepare-bridges-zombienet-artifacts-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
|
||||||
- name: tar
|
- name: tar
|
||||||
@@ -720,9 +720,9 @@ jobs:
|
|||||||
rm -rf "${GITHUB_WORKSPACE:?}"/.[!.]* 2>/dev/null || true
|
rm -rf "${GITHUB_WORKSPACE:?}"/.[!.]* 2>/dev/null || true
|
||||||
}
|
}
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
|
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||||
with:
|
with:
|
||||||
name: build-linux-stable-pezcumulus-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
|
name: build-linux-stable-pezcumulus-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ jobs:
|
|||||||
image: ${{ needs.preflight.outputs.IMAGE }}
|
image: ${{ needs.preflight.outputs.IMAGE }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Run cargo check
|
- name: Run cargo check
|
||||||
uses: ./.github/actions/cargo-check-runtimes
|
uses: ./.github/actions/cargo-check-runtimes
|
||||||
with:
|
with:
|
||||||
@@ -41,7 +41,7 @@ jobs:
|
|||||||
image: ${{ needs.preflight.outputs.IMAGE }}
|
image: ${{ needs.preflight.outputs.IMAGE }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Run cargo check
|
- name: Run cargo check
|
||||||
uses: ./.github/actions/cargo-check-runtimes
|
uses: ./.github/actions/cargo-check-runtimes
|
||||||
with:
|
with:
|
||||||
@@ -55,7 +55,7 @@ jobs:
|
|||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Run cargo check
|
- name: Run cargo check
|
||||||
uses: ./.github/actions/cargo-check-runtimes
|
uses: ./.github/actions/cargo-check-runtimes
|
||||||
with:
|
with:
|
||||||
@@ -69,7 +69,7 @@ jobs:
|
|||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Run cargo check
|
- name: Run cargo check
|
||||||
uses: ./.github/actions/cargo-check-runtimes
|
uses: ./.github/actions/cargo-check-runtimes
|
||||||
with:
|
with:
|
||||||
@@ -83,7 +83,7 @@ jobs:
|
|||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Run cargo check
|
- name: Run cargo check
|
||||||
uses: ./.github/actions/cargo-check-runtimes
|
uses: ./.github/actions/cargo-check-runtimes
|
||||||
with:
|
with:
|
||||||
@@ -97,7 +97,7 @@ jobs:
|
|||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Run cargo check
|
- name: Run cargo check
|
||||||
uses: ./.github/actions/cargo-check-runtimes
|
uses: ./.github/actions/cargo-check-runtimes
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -93,7 +93,7 @@ jobs:
|
|||||||
if: contains(matrix.name, 'opensuse')
|
if: contains(matrix.name, 'opensuse')
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- name: Set additional expect flags if necessary
|
- name: Set additional expect flags if necessary
|
||||||
run: |
|
run: |
|
||||||
@@ -212,7 +212,7 @@ jobs:
|
|||||||
PEZKUWI_TEMPLATE_SOURCE: ${{ github.workspace }}/templates
|
PEZKUWI_TEMPLATE_SOURCE: ${{ github.workspace }}/templates
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- name: Install LLVM (provides libclang for rocksdb)
|
- name: Install LLVM (provides libclang for rocksdb)
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -24,8 +24,8 @@ jobs:
|
|||||||
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.1.7
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.1.7
|
||||||
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
|
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
|
||||||
with:
|
with:
|
||||||
node-version: "18.x"
|
node-version: "18.x"
|
||||||
|
|
||||||
@@ -75,7 +75,7 @@ jobs:
|
|||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.1.7
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.1.7
|
||||||
|
|
||||||
# Product reference check using grep (pezkuwichain license-scanner not available)
|
# Product reference check using grep (pezkuwichain license-scanner not available)
|
||||||
- name: Check the product references in Pezkuwi
|
- name: Check the product references in Pezkuwi
|
||||||
|
|||||||
@@ -21,17 +21,17 @@ jobs:
|
|||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
steps:
|
steps:
|
||||||
- name: Restore lychee cache
|
- name: Restore lychee cache
|
||||||
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
|
||||||
with:
|
with:
|
||||||
path: .lycheecache
|
path: .lycheecache
|
||||||
key: cache-lychee-${{ github.sha }}
|
key: cache-lychee-${{ github.sha }}
|
||||||
# This should restore from the most recent one:
|
# This should restore from the most recent one:
|
||||||
restore-keys: cache-lychee-
|
restore-keys: cache-lychee-
|
||||||
|
|
||||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.1.0 (22. Sep 2023)
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.1.0 (22. Sep 2023)
|
||||||
|
|
||||||
- name: Lychee link checker
|
- name: Lychee link checker
|
||||||
uses: lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0 # for v1.9.1 (10. Jan 2024)
|
uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # for v1.9.1 (10. Jan 2024)
|
||||||
with:
|
with:
|
||||||
args: >-
|
args: >-
|
||||||
--config .config/lychee.toml
|
--config .config/lychee.toml
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ jobs:
|
|||||||
image: ${{ needs.preflight.outputs.IMAGE }}
|
image: ${{ needs.preflight.outputs.IMAGE }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- name: Install wasm32v1-none target
|
- name: Install wasm32v1-none target
|
||||||
run: rustup target add wasm32v1-none
|
run: rustup target add wasm32v1-none
|
||||||
@@ -60,7 +60,7 @@ jobs:
|
|||||||
image: ${{ needs.preflight.outputs.IMAGE }}
|
image: ${{ needs.preflight.outputs.IMAGE }}
|
||||||
name: Extract runtimes from matrix
|
name: Extract runtimes from matrix
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- id: runtime
|
- id: runtime
|
||||||
run: |
|
run: |
|
||||||
RUNTIMES=$(jq '[.[] | select(.package != null)]' .github/workflows/runtimes-matrix.json)
|
RUNTIMES=$(jq '[.[] | select(.package != null)]' .github/workflows/runtimes-matrix.json)
|
||||||
@@ -87,7 +87,7 @@ jobs:
|
|||||||
RUST_LOG: "frame_omni_bencher=info,pezkuwi_sdk_frame=info"
|
RUST_LOG: "frame_omni_bencher=info,pezkuwi_sdk_frame=info"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- name: Install wasm32v1-none target
|
- name: Install wasm32v1-none target
|
||||||
run: rustup target add wasm32v1-none
|
run: rustup target add wasm32v1-none
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ jobs:
|
|||||||
uri: "wss://zagros-coretime-rpc.pezkuwichain.io:443"
|
uri: "wss://zagros-coretime-rpc.pezkuwichain.io:443"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- name: Build Runtime
|
- name: Build Runtime
|
||||||
id: build-runtime
|
id: build-runtime
|
||||||
@@ -77,7 +77,7 @@ jobs:
|
|||||||
cargo build --release --locked -p ${{ matrix.package }} --features on-chain-release-build -q
|
cargo build --release --locked -p ${{ matrix.package }} --features on-chain-release-build -q
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
|
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
|
||||||
with:
|
with:
|
||||||
node-version: "24.x"
|
node-version: "24.x"
|
||||||
registry-url: "https://npm.pkg.github.com"
|
registry-url: "https://npm.pkg.github.com"
|
||||||
|
|||||||
@@ -82,7 +82,7 @@ jobs:
|
|||||||
subcommand_extra_args: " --blocktime 6000"
|
subcommand_extra_args: " --blocktime 6000"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- name: Download CLI
|
- name: Download CLI
|
||||||
run: |
|
run: |
|
||||||
@@ -98,7 +98,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Download Snapshot
|
- name: Download Snapshot
|
||||||
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
|
||||||
with:
|
with:
|
||||||
path: snapshot.raw
|
path: snapshot.raw
|
||||||
key: try-runtime-snapshot-${{ matrix.network }}-${{ steps.get-date.outputs.today }}
|
key: try-runtime-snapshot-${{ matrix.network }}-${{ steps.get-date.outputs.today }}
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ jobs:
|
|||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- name: Validate zombienet-flaky-tests
|
- name: Validate zombienet-flaky-tests
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: ${{ needs.preflight.outputs.IMAGE }}
|
image: ${{ needs.preflight.outputs.IMAGE }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.1.7
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.1.7
|
||||||
- name: Cargo fmt
|
- name: Cargo fmt
|
||||||
id: required
|
id: required
|
||||||
run: cargo fmt --all -- --check
|
run: cargo fmt --all -- --check
|
||||||
@@ -37,7 +37,7 @@ jobs:
|
|||||||
needs: isdraft
|
needs: isdraft
|
||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.1.7
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.1.7
|
||||||
- name: check dependency rules
|
- name: check dependency rules
|
||||||
run: |
|
run: |
|
||||||
cd bizinikiwi/
|
cd bizinikiwi/
|
||||||
@@ -49,7 +49,7 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: ${{ needs.preflight.outputs.IMAGE }}
|
image: ${{ needs.preflight.outputs.IMAGE }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.1.7
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.1.7
|
||||||
- name: fetch deps
|
- name: fetch deps
|
||||||
run: |
|
run: |
|
||||||
# Pull all dependencies eagerly:
|
# Pull all dependencies eagerly:
|
||||||
@@ -68,7 +68,7 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: ${{ needs.preflight.outputs.IMAGE }}
|
image: ${{ needs.preflight.outputs.IMAGE }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.1.7
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.1.7
|
||||||
- name: run rust features
|
- name: run rust features
|
||||||
run: bash .gitlab/rust-features.sh .
|
run: bash .gitlab/rust-features.sh .
|
||||||
check-toml-format:
|
check-toml-format:
|
||||||
@@ -78,7 +78,7 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: ${{ needs.preflight.outputs.IMAGE }}
|
image: ${{ needs.preflight.outputs.IMAGE }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.1.7
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.1.7
|
||||||
- name: check toml format
|
- name: check toml format
|
||||||
run: |
|
run: |
|
||||||
taplo format --check --config .config/taplo.toml
|
taplo format --check --config .config/taplo.toml
|
||||||
@@ -88,7 +88,7 @@ jobs:
|
|||||||
needs: isdraft
|
needs: isdraft
|
||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.1.0 (22. Sep 2023)
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.1.0 (22. Sep 2023)
|
||||||
- name: install python deps
|
- name: install python deps
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update && sudo apt-get install -y python3-pip python3
|
sudo apt-get update && sudo apt-get install -y python3-pip python3
|
||||||
@@ -107,9 +107,9 @@ jobs:
|
|||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.1.7
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.1.7
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
|
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
|
||||||
with:
|
with:
|
||||||
node-version: "18.x"
|
node-version: "18.x"
|
||||||
- name: Install tooling
|
- name: Install tooling
|
||||||
@@ -130,7 +130,7 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: ${{ needs.preflight.outputs.IMAGE }}
|
image: ${{ needs.preflight.outputs.IMAGE }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.1.0 (22. Sep 2023)
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.1.0 (22. Sep 2023)
|
||||||
- name: install python deps
|
- name: install python deps
|
||||||
run: pip3 install "cargo-workspace>=1.2.4" toml
|
run: pip3 install "cargo-workspace>=1.2.4" toml
|
||||||
- name: Install newer Zepter
|
- name: Install newer Zepter
|
||||||
@@ -178,7 +178,7 @@ jobs:
|
|||||||
needs: isdraft
|
needs: isdraft
|
||||||
steps:
|
steps:
|
||||||
- name: Fetch latest code
|
- name: Fetch latest code
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Install ripgrep
|
- name: Install ripgrep
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update && sudo apt-get install -y ripgrep
|
sudo apt-get update && sudo apt-get install -y ripgrep
|
||||||
@@ -201,7 +201,7 @@ jobs:
|
|||||||
needs: isdraft
|
needs: isdraft
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- name: Install prerequisites
|
- name: Install prerequisites
|
||||||
run: |
|
run: |
|
||||||
@@ -215,7 +215,7 @@ jobs:
|
|||||||
echo "RUST_VERSION=${RUST_VERSION}" >> $GITHUB_ENV
|
echo "RUST_VERSION=${RUST_VERSION}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
uses: actions-rust-lang/setup-rust-toolchain@1780873c7b576612439a134613cc4cc74ce5538c # v1.15.2
|
uses: actions-rust-lang/setup-rust-toolchain@a0b538fa0b742a6aa35d6e2c169b4bd06d225a98 # v1.15.3
|
||||||
with:
|
with:
|
||||||
cache: false
|
cache: false
|
||||||
toolchain: ${{ env.RUST_VERSION }}
|
toolchain: ${{ env.RUST_VERSION }}
|
||||||
|
|||||||
@@ -37,12 +37,12 @@ jobs:
|
|||||||
CARGO_TARGET_DIR: /cache/target
|
CARGO_TARGET_DIR: /cache/target
|
||||||
WASM_BUILD_WORKSPACE_HINT: ${{ github.workspace }}
|
WASM_BUILD_WORKSPACE_HINT: ${{ github.workspace }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.1.7
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.1.7
|
||||||
- name: Disable forklift cache wrapper
|
- name: Disable forklift cache wrapper
|
||||||
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Rust Cache
|
- name: Rust Cache
|
||||||
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
|
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
|
||||||
with:
|
with:
|
||||||
shared-key: clippy
|
shared-key: clippy
|
||||||
cache-on-failure: true
|
cache-on-failure: true
|
||||||
@@ -69,12 +69,12 @@ jobs:
|
|||||||
CARGO_INCREMENTAL: 0
|
CARGO_INCREMENTAL: 0
|
||||||
CARGO_TARGET_DIR: /cache/target
|
CARGO_TARGET_DIR: /cache/target
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.1.7
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.1.7
|
||||||
- name: Disable forklift cache wrapper
|
- name: Disable forklift cache wrapper
|
||||||
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Rust Cache
|
- name: Rust Cache
|
||||||
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
|
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
|
||||||
with:
|
with:
|
||||||
shared-key: try-runtime
|
shared-key: try-runtime
|
||||||
cache-on-failure: true
|
cache-on-failure: true
|
||||||
@@ -97,7 +97,7 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: ${{ needs.preflight.outputs.IMAGE }}
|
image: ${{ needs.preflight.outputs.IMAGE }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.1.7
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.1.7
|
||||||
- name: Disable forklift cache wrapper
|
- name: Disable forklift cache wrapper
|
||||||
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
||||||
|
|
||||||
|
|||||||
@@ -133,7 +133,7 @@ jobs:
|
|||||||
subweight: ${{ steps.subweight.outputs.result }}
|
subweight: ${{ steps.subweight.outputs.result }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
with:
|
with:
|
||||||
repository: ${{ env.REPO }}
|
repository: ${{ env.REPO }}
|
||||||
ref: ${{ env.PR_BRANCH }}
|
ref: ${{ env.PR_BRANCH }}
|
||||||
@@ -200,25 +200,25 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload command output
|
- name: Upload command output
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||||
with:
|
with:
|
||||||
name: command-output
|
name: command-output
|
||||||
path: /tmp/cmd/command_output.log
|
path: /tmp/cmd/command_output.log
|
||||||
|
|
||||||
- name: Upload command diff
|
- name: Upload command diff
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||||
with:
|
with:
|
||||||
name: command-diff
|
name: command-diff
|
||||||
path: /tmp/cmd/command_diff.patch
|
path: /tmp/cmd/command_diff.patch
|
||||||
|
|
||||||
- name: Upload git status
|
- name: Upload git status
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||||
with:
|
with:
|
||||||
name: git-status
|
name: git-status
|
||||||
path: /tmp/cmd/git_status.log
|
path: /tmp/cmd/git_status.log
|
||||||
|
|
||||||
- name: Upload git diff
|
- name: Upload git diff
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||||
with:
|
with:
|
||||||
name: git-diff
|
name: git-diff
|
||||||
path: /tmp/cmd/git_diff.log
|
path: /tmp/cmd/git_diff.log
|
||||||
@@ -263,7 +263,7 @@ jobs:
|
|||||||
} >> $GITHUB_OUTPUT
|
} >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Upload Subweight
|
- name: Upload Subweight
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||||
if: startsWith(github.event.inputs.cmd, 'bench')
|
if: startsWith(github.event.inputs.cmd, 'bench')
|
||||||
with:
|
with:
|
||||||
name: subweight
|
name: subweight
|
||||||
@@ -279,21 +279,21 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
# needs to be able to trigger CI, as default token does not retrigger
|
# needs to be able to trigger CI, as default token does not retrigger
|
||||||
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
|
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
|
||||||
id: generate_token
|
id: generate_token
|
||||||
with:
|
with:
|
||||||
app-id: ${{ secrets.CMD_BOT_APP_ID }}
|
app-id: ${{ secrets.CMD_BOT_APP_ID }}
|
||||||
private-key: ${{ secrets.CMD_BOT_APP_KEY }}
|
private-key: ${{ secrets.CMD_BOT_APP_KEY }}
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
with:
|
with:
|
||||||
token: ${{ steps.generate_token.outputs.token }}
|
token: ${{ steps.generate_token.outputs.token }}
|
||||||
repository: ${{ env.REPO }}
|
repository: ${{ env.REPO }}
|
||||||
ref: ${{ env.PR_BRANCH }}
|
ref: ${{ env.PR_BRANCH }}
|
||||||
|
|
||||||
- name: Download all artifacts
|
- name: Download all artifacts
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
|
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||||
with:
|
with:
|
||||||
name: command-diff
|
name: command-diff
|
||||||
path: command-diff
|
path: command-diff
|
||||||
|
|||||||
@@ -18,5 +18,5 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [isdraft]
|
needs: [isdraft]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- run: python3 .github/scripts/cmd/test_cmd.py
|
- run: python3 .github/scripts/cmd/test_cmd.py
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Generate token
|
- name: Generate token
|
||||||
id: generate_token
|
id: generate_token
|
||||||
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
|
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
|
||||||
with:
|
with:
|
||||||
app-id: ${{ secrets.CMD_BOT_APP_ID }}
|
app-id: ${{ secrets.CMD_BOT_APP_ID }}
|
||||||
private-key: ${{ secrets.CMD_BOT_APP_KEY }}
|
private-key: ${{ secrets.CMD_BOT_APP_KEY }}
|
||||||
@@ -168,7 +168,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- name: Save output of help
|
- name: Save output of help
|
||||||
id: help
|
id: help
|
||||||
@@ -235,7 +235,7 @@ jobs:
|
|||||||
RUNNER: ${{ steps.set-image.outputs.RUNNER }}
|
RUNNER: ${{ steps.set-image.outputs.RUNNER }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- id: set-image
|
- id: set-image
|
||||||
run: |
|
run: |
|
||||||
@@ -263,7 +263,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Generate token
|
- name: Generate token
|
||||||
id: generate_token
|
id: generate_token
|
||||||
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
|
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
|
||||||
with:
|
with:
|
||||||
app-id: ${{ secrets.CMD_BOT_APP_ID }}
|
app-id: ${{ secrets.CMD_BOT_APP_ID }}
|
||||||
private-key: ${{ secrets.CMD_BOT_APP_KEY }}
|
private-key: ${{ secrets.CMD_BOT_APP_KEY }}
|
||||||
@@ -314,7 +314,7 @@ jobs:
|
|||||||
PR_NUMBER: ${{ github.event.issue.number }}
|
PR_NUMBER: ${{ github.event.issue.number }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- name: Start cmd with gh cli
|
- name: Start cmd with gh cli
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ jobs:
|
|||||||
CARGO_TARGET_DIR: /cache/target
|
CARGO_TARGET_DIR: /cache/target
|
||||||
WASM_BUILD_WORKSPACE_HINT: ${{ github.workspace }}
|
WASM_BUILD_WORKSPACE_HINT: ${{ github.workspace }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Disable forklift cache wrapper
|
- name: Disable forklift cache wrapper
|
||||||
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
||||||
|
|
||||||
@@ -78,7 +78,7 @@ jobs:
|
|||||||
CARGO_TARGET_DIR: /cache/target
|
CARGO_TARGET_DIR: /cache/target
|
||||||
RUSTDOCFLAGS: "-Dwarnings --default-theme=ayu --html-in-header ./docs/sdk/assets/header.html --extend-css ./docs/sdk/assets/theme.css --html-after-content ./docs/sdk/assets/after-content.html"
|
RUSTDOCFLAGS: "-Dwarnings --default-theme=ayu --html-in-header ./docs/sdk/assets/header.html --extend-css ./docs/sdk/assets/theme.css --html-after-content ./docs/sdk/assets/after-content.html"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Disable forklift cache wrapper
|
- name: Disable forklift cache wrapper
|
||||||
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
||||||
|
|
||||||
@@ -102,7 +102,7 @@ jobs:
|
|||||||
|
|
||||||
inject_simple_analytics "$docs_dir" "$script_content"
|
inject_simple_analytics "$docs_dir" "$script_content"
|
||||||
- run: echo "<meta http-equiv=refresh content=0;url=pezkuwi_sdk_docs/index.html>" > ./crate-docs/index.html
|
- run: echo "<meta http-equiv=refresh content=0;url=pezkuwi_sdk_docs/index.html>" > ./crate-docs/index.html
|
||||||
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||||
with:
|
with:
|
||||||
name: ${{ github.sha }}-doc
|
name: ${{ github.sha }}-doc
|
||||||
path: ./crate-docs/
|
path: ./crate-docs/
|
||||||
@@ -113,14 +113,14 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: isdraft
|
needs: isdraft
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Install mdbook
|
- name: Install mdbook
|
||||||
run: |
|
run: |
|
||||||
cargo install mdbook --version 0.4.35 --locked
|
cargo install mdbook --version 0.4.35 --locked
|
||||||
- run: mdbook build ./pezkuwi/roadmap/implementers-guide
|
- run: mdbook build ./pezkuwi/roadmap/implementers-guide
|
||||||
- run: mkdir -p artifacts
|
- run: mkdir -p artifacts
|
||||||
- run: mv pezkuwi/roadmap/implementers-guide/book artifacts/
|
- run: mv pezkuwi/roadmap/implementers-guide/book artifacts/
|
||||||
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||||
with:
|
with:
|
||||||
name: ${{ github.sha }}-guide
|
name: ${{ github.sha }}-guide
|
||||||
path: ./artifacts/
|
path: ./artifacts/
|
||||||
@@ -150,10 +150,10 @@ jobs:
|
|||||||
environment: subsystem-benchmarks
|
environment: subsystem-benchmarks
|
||||||
needs: [build-rustdoc, build-implementers-guide]
|
needs: [build-rustdoc, build-implementers-guide]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
with:
|
with:
|
||||||
ref: gh-pages
|
ref: gh-pages
|
||||||
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
|
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
|
||||||
id: app-token
|
id: app-token
|
||||||
with:
|
with:
|
||||||
app-id: ${{ secrets.PEZKUWI_GHPAGES_APP_ID }}
|
app-id: ${{ secrets.PEZKUWI_GHPAGES_APP_ID }}
|
||||||
@@ -165,12 +165,12 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
REF_NAME: ${{ github.head_ref || github.ref_name }}
|
REF_NAME: ${{ github.head_ref || github.ref_name }}
|
||||||
- name: Download rustdocs
|
- name: Download rustdocs
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
|
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||||
with:
|
with:
|
||||||
name: ${{ github.sha }}-doc
|
name: ${{ github.sha }}-doc
|
||||||
path: ${{ github.head_ref || github.ref_name }}
|
path: ${{ github.head_ref || github.ref_name }}
|
||||||
- name: Download guide
|
- name: Download guide
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
|
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||||
with:
|
with:
|
||||||
name: ${{ github.sha }}-guide
|
name: ${{ github.sha }}-guide
|
||||||
path: /tmp
|
path: /tmp
|
||||||
|
|||||||
@@ -23,10 +23,10 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
RUSTFLAGS: "-D warnings"
|
RUSTFLAGS: "-D warnings"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.1.7
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.1.7
|
||||||
|
|
||||||
- name: Rust Cache
|
- name: Rust Cache
|
||||||
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
|
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
|
||||||
with:
|
with:
|
||||||
save-if: ${{ github.ref == 'refs/heads/master' }}
|
save-if: ${{ github.ref == 'refs/heads/master' }}
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: isdraft
|
needs: isdraft
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.1.7
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.1.7
|
||||||
|
|
||||||
- name: Check for publishable crates
|
- name: Check for publishable crates
|
||||||
id: check-publishable
|
id: check-publishable
|
||||||
@@ -32,7 +32,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Rust Cache
|
- name: Rust Cache
|
||||||
if: steps.check-publishable.outputs.has_publishable == 'true'
|
if: steps.check-publishable.outputs.has_publishable == 'true'
|
||||||
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
|
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
|
||||||
with:
|
with:
|
||||||
save-if: ${{ github.ref == 'refs/heads/master' }}
|
save-if: ${{ github.ref == 'refs/heads/master' }}
|
||||||
|
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- name: Validate inputs
|
- name: Validate inputs
|
||||||
id: validate_inputs
|
id: validate_inputs
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ jobs:
|
|||||||
release_tag: ${{ steps.validate_inputs.outputs.release_tag }}
|
release_tag: ${{ steps.validate_inputs.outputs.release_tag }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- name: Validate inputs
|
- name: Validate inputs
|
||||||
id: validate_inputs
|
id: validate_inputs
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ jobs:
|
|||||||
release_tag: ${{ steps.validate_inputs.outputs.release_tag }}
|
release_tag: ${{ steps.validate_inputs.outputs.release_tag }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- name: Validate inputs
|
- name: Validate inputs
|
||||||
id: validate_inputs
|
id: validate_inputs
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.event.release.tag_name }}
|
ref: ${{ github.event.release.tag_name }}
|
||||||
|
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ jobs:
|
|||||||
RUNNER: ${{ steps.set_runner.outputs.RUNNER }}
|
RUNNER: ${{ steps.set_runner.outputs.RUNNER }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- name: Set image
|
- name: Set image
|
||||||
id: set_image
|
id: set_image
|
||||||
@@ -58,7 +58,7 @@ jobs:
|
|||||||
image: ${{ needs.setup.outputs.IMAGE }}
|
image: ${{ needs.setup.outputs.IMAGE }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- name: Build binary
|
- name: Build binary
|
||||||
run: |
|
run: |
|
||||||
@@ -75,7 +75,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Upload ${{ inputs.binary }} artifacts
|
- name: Upload ${{ inputs.binary }} artifacts
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||||
with:
|
with:
|
||||||
name: ${{ inputs.binary }}
|
name: ${{ inputs.binary }}
|
||||||
path: /artifacts/**
|
path: /artifacts/**
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repo
|
- name: Checkout the repo
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.1.7
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.1.7
|
||||||
|
|
||||||
- name: Get list
|
- name: Get list
|
||||||
id: get-list
|
id: get-list
|
||||||
@@ -56,7 +56,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repo
|
- name: Checkout the repo
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.1.7
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.1.7
|
||||||
|
|
||||||
- name: Fetch release artifacts based on release id
|
- name: Fetch release artifacts based on release id
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ jobs:
|
|||||||
RUNNER: ${{ steps.set_image.outputs.RUNNER }}
|
RUNNER: ${{ steps.set_image.outputs.RUNNER }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- id: set_image
|
- id: set_image
|
||||||
run: |
|
run: |
|
||||||
@@ -89,7 +89,7 @@ jobs:
|
|||||||
which pgpkms
|
which pgpkms
|
||||||
|
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
with:
|
with:
|
||||||
ref: ${{ inputs.release_tag }}
|
ref: ${{ inputs.release_tag }}
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
@@ -107,7 +107,7 @@ jobs:
|
|||||||
./.github/scripts/release/build-linux-release.sh ${{ matrix.binaries }} ${{ inputs.package }} ${{ inputs.features }}
|
./.github/scripts/release/build-linux-release.sh ${{ matrix.binaries }} ${{ inputs.package }} ${{ inputs.features }}
|
||||||
|
|
||||||
- name: Generate artifact attestation
|
- name: Generate artifact attestation
|
||||||
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
|
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
|
||||||
with:
|
with:
|
||||||
subject-path: /artifacts/${{ matrix.binaries }}/${{ matrix.binaries }}
|
subject-path: /artifacts/${{ matrix.binaries }}/${{ matrix.binaries }}
|
||||||
|
|
||||||
@@ -134,7 +134,7 @@ jobs:
|
|||||||
check_gpg ${{ matrix.binaries }}
|
check_gpg ${{ matrix.binaries }}
|
||||||
|
|
||||||
- name: Upload ${{ matrix.binaries }} artifacts
|
- name: Upload ${{ matrix.binaries }} artifacts
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.binaries }}_${{ inputs.target }}
|
name: ${{ matrix.binaries }}_${{ inputs.target }}
|
||||||
path: /artifacts/${{ matrix.binaries }}
|
path: /artifacts/${{ matrix.binaries }}
|
||||||
@@ -154,7 +154,7 @@ jobs:
|
|||||||
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
|
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
with:
|
with:
|
||||||
ref: ${{ inputs.release_tag }}
|
ref: ${{ inputs.release_tag }}
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
@@ -176,7 +176,7 @@ jobs:
|
|||||||
run: echo "/opt/homebrew/bin" >> $GITHUB_PATH
|
run: echo "/opt/homebrew/bin" >> $GITHUB_PATH
|
||||||
|
|
||||||
- name: Install rust ${{ env.RUST_VERSION }}
|
- name: Install rust ${{ env.RUST_VERSION }}
|
||||||
uses: actions-rust-lang/setup-rust-toolchain@fb51252c7ba57d633bc668f941da052e410add48 # v1.13.0
|
uses: actions-rust-lang/setup-rust-toolchain@a0b538fa0b742a6aa35d6e2c169b4bd06d225a98 # v1.15.3
|
||||||
with:
|
with:
|
||||||
cache: false
|
cache: false
|
||||||
toolchain: ${{ env.RUST_VERSION }}
|
toolchain: ${{ env.RUST_VERSION }}
|
||||||
@@ -248,7 +248,7 @@ jobs:
|
|||||||
./.github/scripts/release/build-macos-release.sh ${{ matrix.binaries }} ${{ inputs.package }} ${{ inputs.features }}
|
./.github/scripts/release/build-macos-release.sh ${{ matrix.binaries }} ${{ inputs.package }} ${{ inputs.features }}
|
||||||
|
|
||||||
- name: Generate artifact attestation
|
- name: Generate artifact attestation
|
||||||
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
|
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
|
||||||
with:
|
with:
|
||||||
subject-path: ${{ env.ARTIFACTS_PATH }}/${{ matrix.binaries }}
|
subject-path: ${{ env.ARTIFACTS_PATH }}/${{ matrix.binaries }}
|
||||||
|
|
||||||
@@ -275,7 +275,7 @@ jobs:
|
|||||||
check_gpg ${{ matrix.binaries }}
|
check_gpg ${{ matrix.binaries }}
|
||||||
|
|
||||||
- name: Upload ${{ matrix.binaries }} artifacts
|
- name: Upload ${{ matrix.binaries }} artifacts
|
||||||
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
|
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.binaries }}_${{ inputs.target }}
|
name: ${{ matrix.binaries }}_${{ inputs.target }}
|
||||||
path: ${{ env.ARTIFACTS_PATH }}
|
path: ${{ env.ARTIFACTS_PATH }}
|
||||||
@@ -287,27 +287,27 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
with:
|
with:
|
||||||
ref: ${{ inputs.release_tag }}
|
ref: ${{ inputs.release_tag }}
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Download pezkuwi_x86_64-unknown-linux-gnu artifacts
|
- name: Download pezkuwi_x86_64-unknown-linux-gnu artifacts
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
|
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||||
with:
|
with:
|
||||||
name: pezkuwi_x86_64-unknown-linux-gnu
|
name: pezkuwi_x86_64-unknown-linux-gnu
|
||||||
path: target/production
|
path: target/production
|
||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
|
|
||||||
- name: Download pezkuwi-execute-worker_x86_64-unknown-linux-gnu artifacts
|
- name: Download pezkuwi-execute-worker_x86_64-unknown-linux-gnu artifacts
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
|
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||||
with:
|
with:
|
||||||
name: pezkuwi-execute-worker_x86_64-unknown-linux-gnu
|
name: pezkuwi-execute-worker_x86_64-unknown-linux-gnu
|
||||||
path: target/production
|
path: target/production
|
||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
|
|
||||||
- name: Download pezkuwi-prepare-worker_x86_64-unknown-linux-gnu artifacts
|
- name: Download pezkuwi-prepare-worker_x86_64-unknown-linux-gnu artifacts
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
|
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||||
with:
|
with:
|
||||||
name: pezkuwi-prepare-worker_x86_64-unknown-linux-gnu
|
name: pezkuwi-prepare-worker_x86_64-unknown-linux-gnu
|
||||||
path: target/production
|
path: target/production
|
||||||
@@ -339,14 +339,14 @@ jobs:
|
|||||||
. "${GITHUB_WORKSPACE}"/.github/scripts/release/build-rpm.sh ${{ inputs.package }} ${VERSION}
|
. "${GITHUB_WORKSPACE}"/.github/scripts/release/build-rpm.sh ${{ inputs.package }} ${VERSION}
|
||||||
|
|
||||||
- name: Generate artifact attestation
|
- name: Generate artifact attestation
|
||||||
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
|
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
|
||||||
with:
|
with:
|
||||||
subject-path: |
|
subject-path: |
|
||||||
target/production/*.deb
|
target/production/*.deb
|
||||||
target/production/*.rpm
|
target/production/*.rpm
|
||||||
|
|
||||||
- name: Upload ${{inputs.package }} artifacts
|
- name: Upload ${{inputs.package }} artifacts
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||||
with:
|
with:
|
||||||
name: ${{ inputs.package }}_${{ inputs.target }}
|
name: ${{ inputs.package }}_${{ inputs.target }}
|
||||||
path: target/production
|
path: target/production
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.0.0
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
@@ -83,7 +83,7 @@ jobs:
|
|||||||
matrix: ${{ fromJSON(needs.find-runtimes.outputs.runtime) }}
|
matrix: ${{ fromJSON(needs.find-runtimes.outputs.runtime) }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.0.0
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.0.0
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
@@ -105,7 +105,7 @@ jobs:
|
|||||||
echo "Compressed Runtime: ${{ steps.srtool_build.outputs.wasm_compressed }}"
|
echo "Compressed Runtime: ${{ steps.srtool_build.outputs.wasm_compressed }}"
|
||||||
|
|
||||||
- name: Generate artifact attestation
|
- name: Generate artifact attestation
|
||||||
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
|
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
|
||||||
with:
|
with:
|
||||||
subject-path: ${{ steps.srtool_build.outputs.wasm }}
|
subject-path: ${{ steps.srtool_build.outputs.wasm }}
|
||||||
|
|
||||||
@@ -139,7 +139,7 @@ jobs:
|
|||||||
tee ${{ matrix.chain }}-diff.txt
|
tee ${{ matrix.chain }}-diff.txt
|
||||||
|
|
||||||
- name: Archive Subwasm results
|
- name: Archive Subwasm results
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.chain }}-runtime
|
name: ${{ matrix.chain }}-runtime
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
@@ -113,7 +113,7 @@ jobs:
|
|||||||
COMMIT_SHA_SHORT: ${{ steps.set_vars.outputs.COMMIT_SHA_SHORT }}
|
COMMIT_SHA_SHORT: ${{ steps.set_vars.outputs.COMMIT_SHA_SHORT }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
#
|
#
|
||||||
# Set changes
|
# Set changes
|
||||||
@@ -127,7 +127,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Set changes
|
- name: Set changes
|
||||||
id: set_changes
|
id: set_changes
|
||||||
uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 #v47.0.0
|
uses: tj-actions/changed-files@7dee1b0c1557f278e5c7dc244927139d78c0e22a #v47.0.4
|
||||||
with:
|
with:
|
||||||
files_yaml: |
|
files_yaml: |
|
||||||
rust:
|
rust:
|
||||||
@@ -199,7 +199,7 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: ${{ needs.preflight.outputs.IMAGE }}
|
image: ${{ needs.preflight.outputs.IMAGE }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- name: Info rust
|
- name: Info rust
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Generate token
|
- name: Generate token
|
||||||
id: app_token
|
id: app_token
|
||||||
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
|
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
|
||||||
with:
|
with:
|
||||||
app-id: ${{ secrets.REVIEW_APP_ID }}
|
app-id: ${{ secrets.REVIEW_APP_ID }}
|
||||||
private-key: ${{ secrets.REVIEW_APP_KEY }}
|
private-key: ${{ secrets.REVIEW_APP_KEY }}
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ jobs:
|
|||||||
echo "Saving PR number: $PR_NUMBER"
|
echo "Saving PR number: $PR_NUMBER"
|
||||||
mkdir -p ./pr
|
mkdir -p ./pr
|
||||||
echo $PR_NUMBER > ./pr/pr_number
|
echo $PR_NUMBER > ./pr/pr_number
|
||||||
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||||
name: Save PR number
|
name: Save PR number
|
||||||
with:
|
with:
|
||||||
name: pr_number
|
name: pr_number
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ jobs:
|
|||||||
- licenses
|
- licenses
|
||||||
- sources
|
- sources
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- uses: EmbarkStudios/cargo-deny-action@3fd3802e88374d3fe9159b834c7714ec57d6c979 # v2.0.15
|
- uses: EmbarkStudios/cargo-deny-action@3fd3802e88374d3fe9159b834c7714ec57d6c979 # v2.0.15
|
||||||
with:
|
with:
|
||||||
command: check ${{ matrix.checks }}
|
command: check ${{ matrix.checks }}
|
||||||
@@ -49,7 +49,7 @@ jobs:
|
|||||||
# Remove continue-on-error once all advisories are resolved or ignored.
|
# Remove continue-on-error once all advisories are resolved or ignored.
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Install cargo-audit
|
- name: Install cargo-audit
|
||||||
run: cargo install cargo-audit --locked
|
run: cargo install cargo-audit --locked
|
||||||
- name: Run cargo audit
|
- name: Run cargo audit
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ jobs:
|
|||||||
["revive-dev-node-revm-solc", "revive-dev-node-polkavm-resolc"]
|
["revive-dev-node-revm-solc", "revive-dev-node-polkavm-resolc"]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the Pezkuwi SDK
|
- name: Checkout the Pezkuwi SDK
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Update the Installed Python
|
- name: Update the Installed Python
|
||||||
run: apt-get update && apt-get install -y python3-pip python3
|
run: apt-get update && apt-get install -y python3-pip python3
|
||||||
- name: Installing the Latest Resolc
|
- name: Installing the Latest Resolc
|
||||||
@@ -44,7 +44,7 @@ jobs:
|
|||||||
- name: Building the dependencies from the Pezkuwi SDK
|
- name: Building the dependencies from the Pezkuwi SDK
|
||||||
run: cargo build --locked --profile release -p pezpallet-revive-eth-rpc -p pez-revive-dev-node
|
run: cargo build --locked --profile release -p pezpallet-revive-eth-rpc -p pez-revive-dev-node
|
||||||
- name: Checkout the Differential Tests Repository
|
- name: Checkout the Differential Tests Repository
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
with:
|
with:
|
||||||
repository: pezkuwichain/revive-differential-tests
|
repository: pezkuwichain/revive-differential-tests
|
||||||
ref: main
|
ref: main
|
||||||
@@ -82,7 +82,7 @@ jobs:
|
|||||||
# This happens if the all of the tests are failing and therefore the
|
# This happens if the all of the tests are failing and therefore the
|
||||||
# report exceeds the maximum allowed length of github comments
|
# report exceeds the maximum allowed length of github comments
|
||||||
- name: Upload the Report to the CI
|
- name: Upload the Report to the CI
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
|
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
|
||||||
with:
|
with:
|
||||||
name: report-${{ matrix.platform }}.md
|
name: report-${{ matrix.platform }}.md
|
||||||
path: report.md
|
path: report.md
|
||||||
@@ -111,7 +111,7 @@ jobs:
|
|||||||
["test:pvm", "test:evm"]
|
["test:pvm", "test:evm"]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- name: script
|
- name: script
|
||||||
run: |
|
run: |
|
||||||
@@ -119,7 +119,7 @@ jobs:
|
|||||||
cargo build --locked --release -p pez-revive-dev-node --bin pez-revive-dev-node
|
cargo build --locked --release -p pez-revive-dev-node --bin pez-revive-dev-node
|
||||||
|
|
||||||
- name: Checkout evm-tests
|
- name: Checkout evm-tests
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
with:
|
with:
|
||||||
repository: paritytech/evm-test-suite
|
repository: paritytech/evm-test-suite
|
||||||
ref: 9359438a13e8ab68f73320724f8783e170ecc193
|
ref: 9359438a13e8ab68f73320724f8783e170ecc193
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ jobs:
|
|||||||
ci_node_total: [5]
|
ci_node_total: [5]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- run: rustup component add llvm-tools-preview
|
- run: rustup component add llvm-tools-preview
|
||||||
- run: cargo install cargo-llvm-cov
|
- run: cargo install cargo-llvm-cov
|
||||||
@@ -82,7 +82,7 @@ jobs:
|
|||||||
- name: generate report
|
- name: generate report
|
||||||
run: cargo llvm-cov report --release --codecov --output-path coverage-${{ matrix.ci_node_index }}.lcov
|
run: cargo llvm-cov report --release --codecov --output-path coverage-${{ matrix.ci_node_index }}.lcov
|
||||||
- name: upload report
|
- name: upload report
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||||
with:
|
with:
|
||||||
name: coverage-report-${{ matrix.ci_node_index }}.lcov
|
name: coverage-report-${{ matrix.ci_node_index }}.lcov
|
||||||
path: coverage-${{ matrix.ci_node_index }}.lcov
|
path: coverage-${{ matrix.ci_node_index }}.lcov
|
||||||
@@ -95,14 +95,14 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
|
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||||
with:
|
with:
|
||||||
path: reports
|
path: reports
|
||||||
pattern: coverage-report-*
|
pattern: coverage-report-*
|
||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
- run: ls -al reports/
|
- run: ls -al reports/
|
||||||
- name: Upload to Codecov
|
- name: Upload to Codecov
|
||||||
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
|
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
verbose: true
|
verbose: true
|
||||||
@@ -117,7 +117,7 @@ jobs:
|
|||||||
needs: [upload-reports]
|
needs: [upload-reports]
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- uses: actions-ecosystem/action-remove-labels@2ce5d41b4b6aa8503e285553f75ed56e0a40bae0 # v1.3.0
|
- uses: actions-ecosystem/action-remove-labels@2ce5d41b4b6aa8503e285553f75ed56e0a40bae0 # v1.3.0
|
||||||
with:
|
with:
|
||||||
labels: GHA-coverage
|
labels: GHA-coverage
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ jobs:
|
|||||||
RUSTFLAGS: "-Cdebug-assertions=y -Dwarnings"
|
RUSTFLAGS: "-Cdebug-assertions=y -Dwarnings"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: script
|
- name: script
|
||||||
id: required
|
id: required
|
||||||
run: |
|
run: |
|
||||||
@@ -72,7 +72,7 @@ jobs:
|
|||||||
RUSTFLAGS: "-Cdebug-assertions=y -Dwarnings"
|
RUSTFLAGS: "-Cdebug-assertions=y -Dwarnings"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: script
|
- name: script
|
||||||
id: required
|
id: required
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ jobs:
|
|||||||
CARGO_TARGET_DIR: /cache/target
|
CARGO_TARGET_DIR: /cache/target
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: script
|
- name: script
|
||||||
id: required
|
id: required
|
||||||
run: |
|
run: |
|
||||||
@@ -60,7 +60,7 @@ jobs:
|
|||||||
CARGO_TARGET_DIR: /cache/target
|
CARGO_TARGET_DIR: /cache/target
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: script
|
- name: script
|
||||||
id: required
|
id: required
|
||||||
run: |
|
run: |
|
||||||
@@ -89,7 +89,7 @@ jobs:
|
|||||||
CARGO_TARGET_DIR: /cache/target
|
CARGO_TARGET_DIR: /cache/target
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- name: script
|
- name: script
|
||||||
id: required
|
id: required
|
||||||
@@ -132,7 +132,7 @@ jobs:
|
|||||||
CARGO_TARGET_DIR: /cache/target
|
CARGO_TARGET_DIR: /cache/target
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: script
|
- name: script
|
||||||
id: required
|
id: required
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ jobs:
|
|||||||
RUST_BACKTRACE: 1
|
RUST_BACKTRACE: 1
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Disable forklift cache wrapper
|
- name: Disable forklift cache wrapper
|
||||||
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
||||||
|
|
||||||
@@ -62,7 +62,7 @@ jobs:
|
|||||||
RUST_BACKTRACE: 1
|
RUST_BACKTRACE: 1
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Disable forklift cache wrapper
|
- name: Disable forklift cache wrapper
|
||||||
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
||||||
|
|
||||||
@@ -91,7 +91,7 @@ jobs:
|
|||||||
WASM_BUILD_WORKSPACE_HINT: ${{ github.workspace }}
|
WASM_BUILD_WORKSPACE_HINT: ${{ github.workspace }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Disable forklift cache wrapper
|
- name: Disable forklift cache wrapper
|
||||||
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
||||||
|
|
||||||
@@ -99,7 +99,7 @@ jobs:
|
|||||||
run: rustup target add wasm32v1-none
|
run: rustup target add wasm32v1-none
|
||||||
|
|
||||||
- name: Rust Cache
|
- name: Rust Cache
|
||||||
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
|
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
|
||||||
with:
|
with:
|
||||||
shared-key: pezframe-ui
|
shared-key: pezframe-ui
|
||||||
cache-on-failure: true
|
cache-on-failure: true
|
||||||
@@ -125,7 +125,7 @@ jobs:
|
|||||||
WASM_BUILD_NO_COLOR: 1
|
WASM_BUILD_NO_COLOR: 1
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Disable forklift cache wrapper
|
- name: Disable forklift cache wrapper
|
||||||
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
||||||
|
|
||||||
@@ -162,7 +162,7 @@ jobs:
|
|||||||
image: ${{ needs.preflight.outputs.IMAGE }}
|
image: ${{ needs.preflight.outputs.IMAGE }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
with:
|
with:
|
||||||
|
|
||||||
# if branch is main, use the branch, otherwise set empty string, so it uses the current context
|
# if branch is main, use the branch, otherwise set empty string, so it uses the current context
|
||||||
@@ -199,7 +199,7 @@ jobs:
|
|||||||
cargo run --locked --release -p pez-node-bench -- $BENCH_NODE_IMPORT --json | tee $ARTIFACTS_DIR/bench_transfer_keep_alive.json
|
cargo run --locked --release -p pez-node-bench -- $BENCH_NODE_IMPORT --json | tee $ARTIFACTS_DIR/bench_transfer_keep_alive.json
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||||
with:
|
with:
|
||||||
path: ./artifacts
|
path: ./artifacts
|
||||||
name: cargo-check-benches-${{ matrix.branch }}-${{ github.sha }}
|
name: cargo-check-benches-${{ matrix.branch }}-${{ github.sha }}
|
||||||
@@ -213,17 +213,17 @@ jobs:
|
|||||||
needs: [preflight, cargo-check-benches]
|
needs: [preflight, cargo-check-benches]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- name: Download artifact (main run)
|
- name: Download artifact (main run)
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
|
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
name: cargo-check-benches-main-${{ github.sha }}
|
name: cargo-check-benches-main-${{ github.sha }}
|
||||||
path: ./artifacts/main
|
path: ./artifacts/main
|
||||||
|
|
||||||
- name: Download artifact (current run)
|
- name: Download artifact (current run)
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
|
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
name: cargo-check-benches-current-${{ github.sha }}
|
name: cargo-check-benches-current-${{ github.sha }}
|
||||||
@@ -271,7 +271,7 @@ jobs:
|
|||||||
image: ${{ needs.preflight.outputs.IMAGE }}
|
image: ${{ needs.preflight.outputs.IMAGE }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Disable forklift cache wrapper
|
- name: Disable forklift cache wrapper
|
||||||
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
||||||
|
|
||||||
@@ -299,7 +299,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload artifacts if failed
|
- name: Upload artifacts if failed
|
||||||
if: ${{ steps.tests.outcome != 'success' }}
|
if: ${{ steps.tests.outcome != 'success' }}
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||||
with:
|
with:
|
||||||
name: node-metrics-failed
|
name: node-metrics-failed
|
||||||
path: ./artifacts
|
path: ./artifacts
|
||||||
@@ -315,7 +315,7 @@ jobs:
|
|||||||
image: ${{ needs.preflight.outputs.IMAGE }}
|
image: ${{ needs.preflight.outputs.IMAGE }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Disable forklift cache wrapper
|
- name: Disable forklift cache wrapper
|
||||||
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
||||||
|
|
||||||
@@ -333,7 +333,7 @@ jobs:
|
|||||||
image: ${{ needs.preflight.outputs.IMAGE }}
|
image: ${{ needs.preflight.outputs.IMAGE }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Disable forklift cache wrapper
|
- name: Disable forklift cache wrapper
|
||||||
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
||||||
|
|
||||||
@@ -403,12 +403,12 @@ jobs:
|
|||||||
index: [1, 2, 3, 4] # Reduced from 7 to 4 parallel jobs to lower system load
|
index: [1, 2, 3, 4] # Reduced from 7 to 4 parallel jobs to lower system load
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Disable forklift cache wrapper
|
- name: Disable forklift cache wrapper
|
||||||
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Rust Cache
|
- name: Rust Cache
|
||||||
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
|
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
|
||||||
with:
|
with:
|
||||||
shared-key: check-each-crate-${{ matrix.index }}
|
shared-key: check-each-crate-${{ matrix.index }}
|
||||||
cache-on-failure: true
|
cache-on-failure: true
|
||||||
@@ -426,7 +426,7 @@ jobs:
|
|||||||
# Remove continue-on-error once runner infrastructure is stable.
|
# Remove continue-on-error once runner infrastructure is stable.
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Free disk space
|
- name: Free disk space
|
||||||
run: |
|
run: |
|
||||||
echo "Disk space before cleanup:"
|
echo "Disk space before cleanup:"
|
||||||
|
|||||||
@@ -37,12 +37,12 @@ jobs:
|
|||||||
CARGO_INCREMENTAL: 0
|
CARGO_INCREMENTAL: 0
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Disable forklift cache wrapper
|
- name: Disable forklift cache wrapper
|
||||||
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Rust Cache
|
- name: Rust Cache
|
||||||
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
|
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
|
||||||
with:
|
with:
|
||||||
shared-key: quick-benchmarks
|
shared-key: quick-benchmarks
|
||||||
cache-on-failure: true
|
cache-on-failure: true
|
||||||
@@ -64,7 +64,7 @@ jobs:
|
|||||||
continue-on-error: true # this rarely triggers in practice
|
continue-on-error: true # this rarely triggers in practice
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Disable forklift cache wrapper
|
- name: Disable forklift cache wrapper
|
||||||
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
||||||
- name: Install wasm32v1-none target
|
- name: Install wasm32v1-none target
|
||||||
@@ -93,12 +93,12 @@ jobs:
|
|||||||
CARGO_INCREMENTAL: 0
|
CARGO_INCREMENTAL: 0
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Disable forklift cache wrapper
|
- name: Disable forklift cache wrapper
|
||||||
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
run: echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Rust Cache
|
- name: Rust Cache
|
||||||
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
|
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
|
||||||
with:
|
with:
|
||||||
shared-key: check-all-benches
|
shared-key: check-all-benches
|
||||||
cache-on-failure: true
|
cache-on-failure: true
|
||||||
|
|||||||
@@ -195,7 +195,7 @@ jobs:
|
|||||||
ZOMBIENET_SDK_LARGE_RUNNER: ${{ steps.set_vars.outputs.ZOMBIENET_SDK_LARGE_RUNNER }}
|
ZOMBIENET_SDK_LARGE_RUNNER: ${{ steps.set_vars.outputs.ZOMBIENET_SDK_LARGE_RUNNER }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
#
|
#
|
||||||
# Set changes
|
# Set changes
|
||||||
@@ -209,7 +209,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Set changes
|
- name: Set changes
|
||||||
id: set_changes
|
id: set_changes
|
||||||
uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 #v47.0.0
|
uses: tj-actions/changed-files@7dee1b0c1557f278e5c7dc244927139d78c0e22a #v47.0.4
|
||||||
with:
|
with:
|
||||||
files_yaml: |
|
files_yaml: |
|
||||||
bizinikiwi:
|
bizinikiwi:
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- name: Additional setup
|
- name: Additional setup
|
||||||
if: ${{ matrix.test.additional-setup }}
|
if: ${{ matrix.test.additional-setup }}
|
||||||
@@ -114,7 +114,7 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
- name: upload_logs
|
- name: upload_logs
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
with:
|
with:
|
||||||
name: zombienet-logs-${{ matrix.test.job-name }}-${{ github.sha }}
|
name: zombienet-logs-${{ matrix.test.job-name }}-${{ github.sha }}
|
||||||
|
|||||||
@@ -78,9 +78,9 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
|
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||||
if: ${{ matrix.test.needs-wasm-binary }}
|
if: ${{ matrix.test.needs-wasm-binary }}
|
||||||
with:
|
with:
|
||||||
name: build-test-teyrchain-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
|
name: build-test-teyrchain-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
|
||||||
@@ -125,7 +125,7 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
- name: upload_logs
|
- name: upload_logs
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
with:
|
with:
|
||||||
name: zombienet-logs-${{ matrix.test.job-name }}-${{ github.sha }}
|
name: zombienet-logs-${{ matrix.test.job-name }}-${{ github.sha }}
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- name: Set additional environment variables
|
- name: Set additional environment variables
|
||||||
if: ${{ matrix.test.additional-env }}
|
if: ${{ matrix.test.additional-env }}
|
||||||
@@ -133,7 +133,7 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
- name: upload_logs
|
- name: upload_logs
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
with:
|
with:
|
||||||
name: zombienet-logs-${{ matrix.test.job-name }}-${{ github.sha }}
|
name: zombienet-logs-${{ matrix.test.job-name }}-${{ github.sha }}
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- name: zombienet_test
|
- name: zombienet_test
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
@@ -102,7 +102,7 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
- name: upload_logs
|
- name: upload_logs
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
with:
|
with:
|
||||||
name: zombienet-logs-${{ matrix.test.job-name }}-${{ github.sha }}
|
name: zombienet-logs-${{ matrix.test.job-name }}-${{ github.sha }}
|
||||||
|
|||||||
Reference in New Issue
Block a user