Commit Graph

5 Commits

Author SHA1 Message Date
Luis Cossío
de3a4f4560 CI: improve automatic issue creation (#2706)
* improve automatic issue creation
- restrict to only create automatic issues on PRs of authors of the org, or on dev/main
- modify link to failed job, currently this only applies to the issue reporting job, because it's hard to link them to the actual flaky failure run, but it already improves it.
- reduce retries to only 2. Having 3 tries in total feels more than enough.

* debug author association

* ignore issue updating failure

* cleanup
2023-09-22 09:45:17 -03:00
Luis Cossío
7e28613240 reference PR in flaky test template. (#2679)
Also separate build and test stages
2023-09-18 15:36:22 +02:00
Luis Cossío
ad431a1d58 CI: use nextest for running rust tests (#2085)
* ci: use nextest for running rust tests

- enable retries with exponential backoff
- adjust test_building_cancellation to run sequentially

* run whole suite in partitions

* nextest.toml: remove profile override for specific test, lower amount of retries

* reuse builds in rust tests

* fixup rust.yml

* ditch partitioned run

* [empty commit] trigger ci

* automate flaky test reporting

* remove step name

* rename to Rust tests

* rebase + checkout only the issue template

* specify saving junit report in nextest.toml

* fix xq command, add postprocess for macos, update download and upload actions
2023-09-18 11:28:33 +02:00
Andrey Vasnetsov
d09384cf5e Update bug_report.md 2023-04-14 09:18:36 +02:00
Andrey Vasnetsov
cd3602d5a1 Update issue templates 2021-04-08 00:37:38 +02:00