[Wasm] Replace first stage test config with phased CLI infra (^KT-74671)#5875
[Wasm] Replace first stage test config with phased CLI infra (^KT-74671)#5875KotlinBuild merged 5 commits intomasterfrom
Conversation
Code Owners
|
|
/dry-run |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as outdated.
This comment was marked as outdated.
|
/dry-run |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as outdated.
This comment was marked as outdated.
|
/dry-run |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
|
Quality gate finished successfully (recovered via retry). |
|
/dry-run |
This comment was marked as outdated.
This comment was marked as outdated.
|
Looks like an unrelated CI failure about test federation, rebasing to latest green master and canceling the build. |
This comment was marked as outdated.
This comment was marked as outdated.
|
/dry-run |
This comment was marked as outdated.
This comment was marked as outdated.
|
THIS IS A DRY RUN Quality gate is triggered at https://buildserver.labs.intellij.net/build/930403789 — use this link to get full insight. Quality gate was triggered with the following revisions:
|
|
Triggered a retry attempt №1 out of 1. |
|
Quality gate finished successfully (recovered via retry). |
|
/dry-run |
|
THIS IS A DRY RUN Quality gate is triggered at https://buildserver.labs.intellij.net/build/930661497 — use this link to get full insight. Quality gate was triggered with the following revisions:
|
|
/dry-run |
|
THIS IS A DRY RUN Quality gate is triggered at https://buildserver.labs.intellij.net/build/930732003 — use this link to get full insight. Quality gate was triggered with the following revisions:
|
|
Triggered a retry attempt №1 out of 1. |
|
Triggered a retry attempt №1 out of 1. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
|
There were two separate problems:
Thanks to @vsukharev and @alex28sh for investigating and debugging! Re 1: I will remove the default arguments for |
|
Quality gate finished successfully. |
|
/dry-run |
|
THIS IS A DRY RUN Quality gate is triggered at https://buildserver.labs.intellij.net/build/936377462 — use this link to get full insight. Quality gate was triggered with the following revisions:
|
|
Quality gate finished successfully. |
|
/final |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
|
Rebasing manually |
…4671) FirWasmJsKlibAbiDumpBeforeInliningSavingHandler now uses WebKlibSerializationPipelinePhase to deduplicate logic between them.
Don't run these checkers there, since they are already run in WebFir2IrPipelinePhase.
They were unused anyway and suggested that there were situations where empty versions of these arguments can be used, which no longer seems to be the case.
The argument is now always an `emptyList()`, no checkers are run anymore, so remove the option completely.
|
/safe-merge |
|
Quality gate is triggered at https://buildserver.labs.intellij.net/build/936758459 — use this link to get full insight. Quality gate was triggered with the following revisions:
|
|
Quality gate finished successfully. |
Just creating this PR to be able to run CI - not finished yet.Implements KT-74671, and tries to simplify things between Js and Wasm test configs as a result.