This repository was archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
CI check against Rust feature bleed #12341
Merged
Merged
Changes from 23 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
5c7dad6
CI check for rust feature bleed
ggwpez 9cb8642
Cargo not available
ggwpez 893e448
Handle missing programs
ggwpez 14976cc
Check for deps
ggwpez 7a886bc
Add doc
ggwpez 2ea9fc3
Use correct CI image
ggwpez af8065f
Remove --offline
ggwpez 3a137b5
Install cargo-workspaces
ggwpez 9639de6
Remove cargo-workspaces dep
ggwpez 5cf9457
Fix try-runtime feature
ggwpez 040dc23
Fix features
ggwpez 15e3ac5
Fix features
ggwpez c35256e
Fix more features...
ggwpez 447fe94
Merge remote-tracking branch 'origin/master' into oty-check-rust-featβ¦
ggwpez 1d4f80a
Use pipeline-script
ggwpez 8d597ec
π€‘
ggwpez ad2746a
Make stupid change to test the CI
ggwpez a6a8ed8
This reverts commit ad2746aa117fa7cb473521113a9bec89aaf26484.
ggwpez c4eb7d9
Use correct branch
ggwpez 8286209
Allow failure
ggwpez 16ec00e
Make stupid change to test the CI
ggwpez d9b5428
Revert "Make stupid change to test the CI"
ggwpez 7c8dc30
Merge remote-tracking branch 'origin/master' into oty-check-rust-featβ¦
ggwpez d7cb880
Merge remote-tracking branch 'origin/master' into oty-check-rust-featβ¦
ggwpez be0b8fe
Merge remote-tracking branch 'origin/master' into oty-check-rust-featβ¦
ggwpez File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -35,6 +35,19 @@ test-dependency-rules: | |
| script: | ||
| - ./scripts/ci/gitlab/ensure-deps.sh | ||
|
|
||
| test-rust-features: | ||
| stage: check | ||
| extends: | ||
| - .kubernetes-env | ||
| - .test-refs-no-trigger-prs-only | ||
| allow_failure: true | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I marked it as allowed to fail for now, until it is prove not to hold up development. |
||
| script: | ||
| - git clone | ||
| --depth=1 | ||
| --branch="$PIPELINE_SCRIPTS_TAG" | ||
| https://github.com/paritytech/pipeline-scripts | ||
ggwpez marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| - bash ./pipeline-scripts/rust-features.sh . | ||
|
|
||
| test-prometheus-alerting-rules: | ||
| stage: check | ||
| extends: .kubernetes-env | ||
|
|
@@ -51,4 +64,3 @@ test-prometheus-alerting-rules: | |
| - promtool check rules ./scripts/ci/monitoring/alerting-rules/alerting-rules.yaml | ||
| - cat ./scripts/ci/monitoring/alerting-rules/alerting-rules.yaml | | ||
| promtool test rules ./scripts/ci/monitoring/alerting-rules/alerting-rule-tests.yaml | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.