Mara Robin B
bcebd39e47
[ci] benchmarks: suppress wrong exit code ( #5344 )
...
* [ci] benchmarks: suppress wrong exit code
The script uses '!' to prevent set -e failures,
however a $? of `0` becomes exit code 1 if it is the last command ran.
This `true` makes sure that $? is 0 when we reach the end,
instead of carrying over a failure which would otherwise cause
the whole CI job to abort.
* add explanation comment
2022-04-20 09:04:46 +02:00
Mara Robin B
11fc94176d
[ci] fix pallet benchmark script ( #5247 ) ( #5292 )
2022-04-08 14:50:10 +02:00
Mara Robin B
6608975861
[ci] point benchmark script to sub-commands ( #5247 ) ( #5289 )
2022-04-08 12:13:58 +02:00
Mara Robin B
ac56959078
[ci] scripted update of block- and extrinsic base weights ( #5216 )
2022-04-02 16:46:55 +02:00
Mara Robin B
4c346cb44e
[ci] don't exclude frame_system from benchmarks ( #5179 )
2022-03-23 11:33:40 +00:00
Mara Robin B
2c8ea1e0e4
[ci] scripts: don't rebuild for every pallet benchmark ( #5126 )
...
* scripts: don't rebuild for every pallet benchmark
* ci: remove orphan variable
* [ci] run_benches_for_runtime.sh: explicit relative path names
* [ci] scripts: handle failing benchmarks
2022-03-15 15:59:33 +01:00
Mara Robin B
68209b7a5f
ci: use production profile for benchmarks ( #5100 )
2022-03-14 12:22:55 +01:00
Martin Pugh
6e5a572c0b
[CI] Fix listing pallets for benchmarks jobs ( #3570 )
...
* fix listing pallets for benchmarks
* fix indent
2021-08-04 15:29:11 +02:00
Martin Pugh
d18da3180f
[CI] Add manual Gitlab job for running all benchmarks ( #3515 )
...
* initial weights job
* add artifact
* revertme: changes to test branch
* add benchmarking instructions
* Revert "revertme: changes to test branch"
This reverts commit 2eab22037223967e66a70a16fda14f58e41c6ced.
* add kusama + westend weights jobs
* fix chevdor comments
* add temporary changes for testing again
* fix
* fix
* test sccache fix
* Revert "add temporary changes for testing again"
This reverts commit bb5a7660151f404994c85abfff31502aac89c1d1.
* whitespace
2021-08-04 04:27:53 +02:00