fix: rebrand paths in workflows and configs
- Update review-bot.yml: bridges -> pezbridges, frame -> pezframe - Update build-publish-eth-rpc.yml: paritypr -> pezkuwichain, frame -> pezframe - Update checks-quick.yml: frame -> pezframe path fixes - Update release-60 workflow: frame -> pezframe path fixes - Update tests-misc.yml: frame -> pezframe path fixes - Apply cargo fix for unused parentheses in test collators
This commit is contained in:
@@ -41,12 +41,12 @@ rules:
|
||||
teams:
|
||||
- core-devs
|
||||
|
||||
# if there are any changes in the bridges subtree (in case of backport changes back to bridges repo)
|
||||
- name: Bridges subtree files
|
||||
# if there are any changes in the pezbridges subtree
|
||||
- name: Pezbridges subtree files
|
||||
type: basic
|
||||
condition:
|
||||
include:
|
||||
- ^bridges/.*
|
||||
- ^pezbridges/.*
|
||||
minApprovals: 1
|
||||
teams:
|
||||
- bridges-core
|
||||
@@ -56,8 +56,8 @@ rules:
|
||||
type: basic
|
||||
condition:
|
||||
include:
|
||||
- ^bizinikiwi/frame/contracts/.*
|
||||
- ^bizinikiwi/frame/revive/.*
|
||||
- ^bizinikiwi/pezframe/contracts/.*
|
||||
- ^bizinikiwi/pezframe/revive/.*
|
||||
minApprovals: 1
|
||||
teams:
|
||||
- smart-contracts
|
||||
|
||||
@@ -12,7 +12,7 @@ concurrency:
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
ETH_RPC_IMAGE_NAME: "docker.io/paritypr/eth-rpc"
|
||||
ETH_RPC_IMAGE_NAME: "docker.io/pezkuwichain/eth-rpc"
|
||||
|
||||
jobs:
|
||||
isdraft:
|
||||
@@ -50,7 +50,7 @@ jobs:
|
||||
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
|
||||
with:
|
||||
context: .
|
||||
file: ./bizinikiwi/frame/revive/rpc/dockerfiles/eth-rpc/Dockerfile
|
||||
file: ./bizinikiwi/pezframe/revive/rpc/dockerfiles/eth-rpc/Dockerfile
|
||||
push: false
|
||||
tags: |
|
||||
${{ env.ETH_RPC_IMAGE_NAME }}:${{ env.VERSION }}
|
||||
@@ -76,7 +76,7 @@ jobs:
|
||||
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
|
||||
with:
|
||||
context: .
|
||||
file: ./bizinikiwi/frame/revive/rpc/dockerfiles/eth-rpc/Dockerfile
|
||||
file: ./bizinikiwi/pezframe/revive/rpc/dockerfiles/eth-rpc/Dockerfile
|
||||
push: true
|
||||
tags: |
|
||||
${{ env.ETH_RPC_IMAGE_NAME }}:${{ env.VERSION }}
|
||||
|
||||
@@ -97,8 +97,8 @@ jobs:
|
||||
run: >
|
||||
python3 .github/scripts/check-workspace.py .
|
||||
--exclude
|
||||
"bizinikiwi/frame/contracts/fixtures/build"
|
||||
"bizinikiwi/frame/contracts/fixtures/contracts/common"
|
||||
"bizinikiwi/pezframe/contracts/fixtures/build"
|
||||
"bizinikiwi/pezframe/contracts/fixtures/contracts/common"
|
||||
- name: deny git deps
|
||||
run: python3 .github/scripts/deny-git-deps.py .
|
||||
check-markdown:
|
||||
|
||||
@@ -206,8 +206,8 @@ jobs:
|
||||
run: |
|
||||
echo "Running workspace check..."
|
||||
python3 .github/scripts/check-workspace.py . --exclude \
|
||||
"bizinikiwi/frame/contracts/fixtures/build" \
|
||||
"bizinikiwi/frame/contracts/fixtures/contracts/common"
|
||||
"bizinikiwi/pezframe/contracts/fixtures/build" \
|
||||
"bizinikiwi/pezframe/contracts/fixtures/contracts/common"
|
||||
|
||||
- name: Deny git dependencies
|
||||
run: |
|
||||
|
||||
@@ -63,7 +63,7 @@ jobs:
|
||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||
- name: script
|
||||
run: |
|
||||
cd bizinikiwi/frame/examples/offchain-worker/
|
||||
cd bizinikiwi/pezframe/examples/offchain-worker/
|
||||
RUSTFLAGS="--cfg bizinikiwi_runtime" cargo build --locked --target=wasm32-unknown-unknown --no-default-features
|
||||
cd ../basic
|
||||
RUSTFLAGS="--cfg bizinikiwi_runtime" cargo build --locked --target=wasm32-unknown-unknown --no-default-features
|
||||
|
||||
Reference in New Issue
Block a user