Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix node-metrics test #1287

Merged
merged 1 commit into from
Aug 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitlab/pipeline/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ test-node-metrics:
# but still want to have debug assertions.
RUSTFLAGS: "-Cdebug-assertions=y -Dwarnings"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not introduced here, but we should remove this "-Cdebug-assertions=y" since we're using testnet profile for tests

script:
# Build the required workers.
- cargo build --bin polkadot-execute-worker --bin polkadot-prepare-worker --profile testnet --verbose --locked
- mkdir -p artifacts
- time cargo test --profile testnet
--locked
Expand Down
4 changes: 0 additions & 4 deletions polkadot/scripts/ci/changelog/.gitignore

This file was deleted.

23 changes: 0 additions & 23 deletions polkadot/scripts/ci/changelog/Gemfile

This file was deleted.

84 changes: 0 additions & 84 deletions polkadot/scripts/ci/changelog/Gemfile.lock

This file was deleted.

80 changes: 0 additions & 80 deletions polkadot/scripts/ci/changelog/README.md

This file was deleted.

105 changes: 0 additions & 105 deletions polkadot/scripts/ci/changelog/bin/changelog

This file was deleted.

1 change: 0 additions & 1 deletion polkadot/scripts/ci/changelog/digests/.gitignore

This file was deleted.

Empty file.
38 changes: 0 additions & 38 deletions polkadot/scripts/ci/changelog/lib/changelog.rb

This file was deleted.

10 changes: 0 additions & 10 deletions polkadot/scripts/ci/changelog/templates/_free_notes.md.tera

This file was deleted.

Loading