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

[ci] Remove runtime-benchmarks from tests #1335

Merged
merged 10 commits into from
Sep 4, 2023
Merged

[ci] Remove runtime-benchmarks from tests #1335

merged 10 commits into from
Sep 4, 2023

Conversation

alvicsam
Copy link
Contributor

@alvicsam alvicsam requested review from gilescope and ggwpez August 31, 2023 12:01
@paritytech-ci paritytech-ci requested review from a team August 31, 2023 12:02
@alvicsam alvicsam added the R0-silent Changes should not be mentioned in any release notes label Sep 1, 2023
Copy link
Member

@ggwpez ggwpez left a comment

Choose a reason for hiding this comment

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

I dont think this is actually going to run all benchmarking tests, but there is no good solution currently.

.gitlab/pipeline/test.yml Outdated Show resolved Hide resolved
@gilescope
Copy link
Contributor

Ah cool didn't see this so created another: #1360 - snuk the extra benchmark tests into an existing job so little additional load on the CI. Also looks to me there's a few other locations we want to remove the feature from.

@paritytech-cicd-pr
Copy link

The CI pipeline was cancelled due to failure one of the required jobs.
Job name: test-linux-stable-additional-tests
Logs: https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/3548282

@alvicsam alvicsam marked this pull request as draft September 4, 2023 11:54
Copy link
Member

@ggwpez ggwpez left a comment

Choose a reason for hiding this comment

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

What is the status of this? I think i actually need it for another MR…

@alvicsam
Copy link
Contributor Author

alvicsam commented Sep 4, 2023

What is the status of this? I think i actually need it for another MR…

I tried to combine the benchmarks with another job but it takes too long. I moved it to a separate job and if pipeline succeeds we can merge it

@alvicsam alvicsam marked this pull request as ready for review September 4, 2023 13:52
.gitlab/pipeline/test.yml Outdated Show resolved Hide resolved
@alvicsam alvicsam enabled auto-merge (squash) September 4, 2023 14:15
@alvicsam alvicsam merged commit ddab715 into master Sep 4, 2023
@alvicsam alvicsam deleted the as-ci6 branch September 4, 2023 14:58
ordian added a commit that referenced this pull request Sep 6, 2023
* master: (24 commits)
  GHW for building and publishing docker images (#1391)
  pallet asset-conversion additional quote tests (#1371)
  Remove deprecated `pallet_balances`'s `set_balance_deprecated` and `transfer` dispatchables (#1226)
  Fix PRdoc check (#1419)
  Fix the wasm runtime substitute caching bug (#1416)
  Bump enumn from 0.1.11 to 0.1.12 (#1412)
  RFC 14: Improve locking mechanism for parachains (#1290)
  Add PRdoc check (#1408)
  fmt fixes (#1413)
  Enforce a decoding limit in MultiAssets (#1395)
  Remove dynamic dispatch using `Ext` (#1399)
  Remove redundant calls to `borrow()` (#1393)
  Get rid of polling in `WarpSync` (#1265)
  Bump actions/checkout from 3 to 4 (#1398)
  Bump thiserror from 1.0.47 to 1.0.48 (#1396)
  Move Relay-Specific Shared Code to One Place (#1193)
  rust docs: add simple analytics (#1377)
  Contracts: Update read_sandbox (#1390)
  Extract block announce validation from `ChainSync` (#1170)
  [ci] Remove runtime-benchmarks from tests (#1335)
  ...
Ank4n pushed a commit that referenced this pull request Sep 8, 2023
* [ci] Remove runtime-benchmarks from tests

* Update .gitlab/pipeline/test.yml

Co-authored-by: Oliver Tale-Yazdi <[email protected]>

* remove ing

* move benchmark tests to additional tests

* rm -q option

* try release profile

* use testnet profile

* move to a separate job

* rm dup

---------

Co-authored-by: Oliver Tale-Yazdi <[email protected]>
Daanvdplas pushed a commit that referenced this pull request Sep 11, 2023
* [ci] Remove runtime-benchmarks from tests

* Update .gitlab/pipeline/test.yml

Co-authored-by: Oliver Tale-Yazdi <[email protected]>

* remove ing

* move benchmark tests to additional tests

* rm -q option

* try release profile

* use testnet profile

* move to a separate job

* rm dup

---------

Co-authored-by: Oliver Tale-Yazdi <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
R0-silent Changes should not be mentioned in any release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants