Skip to content

Commit

Permalink
Merge branch 'master' into beacon-fast-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden committed Jan 8, 2024
2 parents 7ec3183 + 1914775 commit 4d02556
Show file tree
Hide file tree
Showing 391 changed files with 16,162 additions and 2,866 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-attach-release-runtimes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Build ${{ matrix.runtime.name }} ${{ matrix.build_config.type }}
id: srtool_build
uses: chevdor/srtool-actions@v0.9.1
uses: chevdor/srtool-actions@v0.9.2
env:
BUILD_OPTS: ${{ matrix.build_config.opts }}
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/check-markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ jobs:
env:
CONFIG: .github/.markdownlint.yaml
run: |
echo "Checking markdown formatting. More info: docs/contributor/markdown_linting.md"
markdownlint --config "$CONFIG" --ignore target .
2 changes: 1 addition & 1 deletion .github/workflows/srtool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

- name: Srtool build
id: srtool_build
uses: chevdor/srtool-actions@v0.9.1
uses: chevdor/srtool-actions@v0.9.2
with:
chain: ${{ matrix.chain }}
runtime_dir: ${{ matrix.runtime_dir }}
Expand Down
9 changes: 4 additions & 5 deletions .gitlab/pipeline/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ test-linux-stable:
--locked \
--release \
--no-fail-fast \
--features try-runtime,experimental,ci-only-tests \
--features try-runtime,experimental,riscv,ci-only-tests \
--partition count:${CI_NODE_INDEX}/${CI_NODE_TOTAL}
# Upload tests results to Elasticsearch
- echo "Upload test results to Elasticsearch"
Expand Down Expand Up @@ -238,6 +238,8 @@ test-deterministic-wasm:

cargo-check-benches:
stage: test
artifacts:
expire_in: 10 days
variables:
CI_JOB_NAME: "cargo-check-benches"
extends:
Expand Down Expand Up @@ -303,13 +305,10 @@ node-bench-regression-guard:
artifacts: true
variables:
CI_IMAGE: "paritytech/node-bench-regression-guard:latest"
# current git limit is 20, set to 100 to avoid failures (gitlab removes old artifacts)
GIT_DEPTH: 100
GIT_STRATEGY: fetch
before_script: [""]
script:
- if [ $(ls -la artifacts/benches/ | grep master | wc -l) == 0 ]; then
echo "Couldn't find master artifacts, consider increasing GIT_LIMIT variable";
echo "Couldn't find master artifacts";
exit 1;
fi
- echo "------- IMPORTANT -------"
Expand Down
Loading

0 comments on commit 4d02556

Please sign in to comment.