Skip to content

Commit

Permalink
Merge branch 'dev' into release-v0.9.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Kailai-Wang committed Jan 8, 2024
2 parents 0f66721 + 43eb308 commit 1737061
Show file tree
Hide file tree
Showing 180 changed files with 6,719 additions and 1,776 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ on:
branches:
- dev
paths-ignore:
- '**/dependabot.yml'
- '**/README.md'
- "**/dependabot.yml"
- "**/README.md"
pull_request:
branches:
- dev
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
- set-condition
- sequentialise
if: needs.set-condition.outputs.rebuild_tee == 'true'
container: 'litentry/litentry-tee-dev:latest'
container: "litentry/litentry-tee-dev:latest"
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -500,7 +500,7 @@ jobs:

- name: Run ts tests for ${{ matrix.chain }}
if: needs.set-condition.outputs.run_parachain_test == 'true'
timeout-minutes: 30
timeout-minutes: 35
run: |
make test-ts-docker-${{ matrix.chain }}
Expand Down Expand Up @@ -620,6 +620,7 @@ jobs:
- test_name: lit-ii-identity-test
- test_name: lit-di-substrate-identity-test
- test_name: lit-di-evm-identity-test
- test_name: lit-di-bitcoin-identity-test
- test_name: lit-di-vc-test
- test_name: lit-parentchain-nonce
- test_name: lit-ii-batch-test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ jobs:
chain: [rococo, litmus, litentry]
include:
- chain: rococo
ref_url: wss://rpc.rococo-parachain-sg.litentry.io
ref_url: wss://rpc.rococo-parachain.litentry.io
- chain: litmus
ref_url: wss://rpc.litmus-parachain.litentry.io
- chain: litentry
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/simulate-runtime-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
jobs:
simulate-runtime-upgrade:
runs-on: ubuntu-latest
timeout-minutes: 20
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
Expand All @@ -36,7 +36,7 @@ jobs:
run: corepack enable && corepack enable pnpm

- name: Fork ${{ matrix.chain }} and launch parachain
timeout-minutes: 10
timeout-minutes: 20
run: |
./scripts/fork-parachain-and-launch.sh ${{ matrix.chain }}
Expand Down
Loading

0 comments on commit 1737061

Please sign in to comment.