Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
polkadot-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
parity
Mirrored projects
polkadot-sdk
Commits
6a417eb9
Unverified
Commit
6a417eb9
authored
1 year ago
by
Vladimir Istyufeev
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Increase `cargo-check-each-crate-macos` timeout (#2519)
parent
6dc3e6c9
Branches
Branches containing commit
No related merge requests found
Pipeline
#419213
passed with stages
in 1 hour, 9 minutes, and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab/pipeline/test.yml
+4
-4
4 additions, 4 deletions
.gitlab/pipeline/test.yml
with
4 additions
and
4 deletions
.gitlab/pipeline/test.yml
+
4
−
4
View file @
6a417eb9
...
...
@@ -270,7 +270,7 @@ cargo-check-benches:
SKIP_WASM_BUILD=1 time cargo check --locked --benches --all;
cargo run --locked --release -p node-bench -- ::trie::read::small --json
| tee ./artifacts/benches/$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA/::trie::read::small.json;
echo "___
Uploading cache for rusty-cachier
___";
echo "___
Cache could be uploaded
___";
;;
2)
cargo run --locked --release -p node-bench -- ::node::import::sr25519::transfer_keep_alive::paritydb::small --json
...
...
@@ -439,7 +439,7 @@ cargo-check-each-crate:
-
.run-immediately
# - .collect-artifacts
variables
:
# $CI_JOB_NAME is set manually so that
rusty-cachier can share the cache
for all
# $CI_JOB_NAME is set manually so that
cache could be shared
for all
jobs
# "cargo-check-each-crate I/N" jobs
CI_JOB_NAME
:
cargo-check-each-crate
timeout
:
2h
...
...
@@ -462,10 +462,10 @@ cargo-check-each-crate-macos:
variables
:
SKIP_WASM_BUILD
:
1
script
:
# TODO: enable rusty-cachier once it supports Mac
# TODO: use parallel jobs, as per cargo-check-each-crate, once more Mac runners are available
# - time ./scripts/ci/gitlab/check-each-crate.py 1 1
-
time cargo check --workspace --locked
timeout
:
2h
tags
:
-
osx
...
...
@@ -488,7 +488,7 @@ cargo-hfuzz:
# use git version of honggfuzz-rs until v0.5.56 is out, we need a few recent changes:
# https://github.com/rust-fuzz/honggfuzz-rs/pull/75 to avoid breakage on debian
# https://github.com/rust-fuzz/honggfuzz-rs/pull/81 fix to the above pr
# https://github.com/rust-fuzz/honggfuzz-rs/pull/82 fix for handling
rusty-cachier's
absolute CARGO_TARGET_DIR
# https://github.com/rust-fuzz/honggfuzz-rs/pull/82 fix for handling absolute CARGO_TARGET_DIR
HFUZZ_BUILD_ARGS
:
>
--config=patch.crates-io.honggfuzz.git="https://github.com/altaua/honggfuzz-rs"
--config=patch.crates-io.honggfuzz.rev="205f7c8c059a0d98fe1cb912cdac84f324cb6981"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment