-
Notifications
You must be signed in to change notification settings - Fork 385
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix manual release/dispatch workflows (#2230)
<!-- Open the PR up as a draft until you feel it is ready for a proper review. Do not make PR:s from your own `main` branch, as that makes it difficult for reviewers to add their own fixes. Add any improvements to the branch as new commits to make it easier for reviewers to follow the progress. All commits will be squashed to a single commit once the PR is merged into `main`. Make sure you mention any issues that this PR closes in the description, as well as any other related issues. To get an auto-generated PR description you can put "copilot:summary" or "copilot:walkthrough" anywhere. --> ### What - `manual_build_release` now includes `reusable_build_web_demo`/`reusable_upload_web_demo` - `manual_release` now uploads the the commit from `rerun-demo/commit/<commit>` to `/version/latest` - bandaid for breaking `manual_dispatch`: changed `BUILD_WEB` input in `manual_dispatch` to accept a string instead of a bool (example values: `app`, `demo`, `app,demo`), and removed `BUILD_WEB_DEMO` - without this the number of inputs exceeds 10 and the workflow is invalid and cannot be used - bandaid to ensure `adhoc_web` will not overwrite the latest commit build: added `UPLOAD_COMMIT` input to `upload_web` and `upload_web_demo` which is on by default, and set it to false in `manual_adhoc_web` ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [ ] I've included a screenshot or gif (if applicable) <!-- This line will get updated when the PR build summary job finishes. --> PR Build Summary: https://build.rerun.io/pr/2230
- Loading branch information
Showing
7 changed files
with
45 additions
and
22 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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 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
9d38f43
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'Rust Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.25
.datastore/num_rows=1000/num_instances=1000/packed=false/insert/default
3720439
ns/iter (± 115484
)2840129
ns/iter (± 2562
)1.31
datastore/num_rows=1000/num_instances=1000/packed=false/latest_at_missing/secondaries/default
449
ns/iter (± 1
)356
ns/iter (± 2
)1.26
datastore/num_rows=1000/num_instances=1000/packed=false/range/default
3917868
ns/iter (± 151304
)2866556
ns/iter (± 13992
)1.37
datastore/num_rows=1000/num_instances=1000/gc/default
2613846
ns/iter (± 5886
)1709414
ns/iter (± 3757
)1.53
mono_points_arrow/generate_message_bundles
39116739
ns/iter (± 843142
)29300745
ns/iter (± 879049
)1.34
mono_points_arrow/decode_message_bundles
85100077
ns/iter (± 807651
)60106830
ns/iter (± 781186
)1.42
mono_points_arrow_batched/generate_message_bundles
28138246
ns/iter (± 1689655
)18982700
ns/iter (± 65552
)1.48
mono_points_arrow_batched/generate_messages
6032846
ns/iter (± 344439
)3677772
ns/iter (± 13307
)1.64
mono_points_arrow_batched/encode_log_msg
733244
ns/iter (± 2722
)416884
ns/iter (± 2182
)1.76
mono_points_arrow_batched/encode_total
37884131
ns/iter (± 1681818
)24001840
ns/iter (± 82775
)1.58
mono_points_arrow_batched/decode_log_msg
606541
ns/iter (± 1804
)324670
ns/iter (± 1411
)1.87
mono_points_arrow_batched/decode_message_bundles
9957301
ns/iter (± 292435
)7407683
ns/iter (± 9304
)1.34
mono_points_arrow_batched/decode_total
10656636
ns/iter (± 513162
)7686184
ns/iter (± 11072
)1.39
batch_points_arrow/encode_log_msg
117961
ns/iter (± 696
)56944
ns/iter (± 226
)2.07
batch_points_arrow/encode_total
378438
ns/iter (± 1865
)273110
ns/iter (± 848
)1.39
batch_points_arrow/decode_log_msg
81910
ns/iter (± 206
)47686
ns/iter (± 95
)1.72
batch_points_arrow/decode_total
88876
ns/iter (± 310
)50040
ns/iter (± 131
)1.78
arrow_mono_points/insert
2921483793
ns/iter (± 6635158
)1790210888
ns/iter (± 6978221
)1.63
arrow_mono_points/query
1432769
ns/iter (± 12953
)934663
ns/iter (± 2567
)1.53
arrow_batch_points/query
16037
ns/iter (± 44
)12360
ns/iter (± 32
)1.30
arrow_batch_vecs/insert
31350
ns/iter (± 69
)24135
ns/iter (± 37
)1.30
arrow_batch_vecs/query
439412
ns/iter (± 1212
)319523
ns/iter (± 854
)1.38
This comment was automatically generated by workflow using github-action-benchmark.