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: reuse the same issue on successive failing runs #252

Closed
huitseeker opened this issue Jan 10, 2024 · 0 comments · Fixed by #267
Closed

ci: reuse the same issue on successive failing runs #252

huitseeker opened this issue Jan 10, 2024 · 0 comments · Fixed by #267
Labels
CI Continuous Integration related issues

Comments

@huitseeker
Copy link
Contributor

The regression detection job introduced in #238 opens distinct issues when "detecting" a regression, see #248 #251.

We should use techniques such as this:
https://github.com/lurk-lab/neptune/blob/45510e4fb8886d56e5c89098bb2e9b6374a6fafe/.github/workflows/upstream_update.yml#L61-L109

To make sure we don't create a large number of issues, but rather comment on the existing ones.

@huitseeker huitseeker added the CI Continuous Integration related issues label Jan 10, 2024
huitseeker pushed a commit to huitseeker/arecibo that referenced this issue Jan 14, 2024
* optimize; check claims about Az,Bz,Cz

* add rayon
huitseeker added a commit to huitseeker/arecibo that referenced this issue Jan 17, 2024
- Updated the `JasonEtco/create-an-issue@v2` step to handle existing issues properly.
- Fixes lurk-lang#252
github-merge-queue bot pushed a commit that referenced this issue Jan 17, 2024
- Updated the `JasonEtco/create-an-issue@v2` step to handle existing issues properly.
- Fixes #252
gabriel-barrett pushed a commit to gabriel-barrett/arecibo that referenced this issue Feb 9, 2024
* optimize ppsnark (lurk-lang#252)

* optimize; check claims about Az,Bz,Cz

* add rayon

* Use rayon for computing evaluations in prove_helper in parallel (lurk-lang#253)

* add rayon for prove_inner

* version

---------

Co-authored-by: Srinath Setty <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration related issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant