generated from feelpp/feelpp-project
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Handle report deployment #181
Labels
cb
Continuous Benchmarking
ci-cd
Continuous Integration/Continuous Deployment
enhancement
A new feature or request
Comments
JavierCladellas
added
cb
Continuous Benchmarking
ci-cd
Continuous Integration/Continuous Deployment
enhancement
A new feature or request
labels
Dec 6, 2024
JavierCladellas
added a commit
that referenced
this issue
Dec 6, 2024
JavierCladellas
added a commit
that referenced
this issue
Dec 6, 2024
JavierCladellas
added a commit
that referenced
this issue
Dec 6, 2024
JavierCladellas
added a commit
that referenced
this issue
Dec 6, 2024
JavierCladellas
added a commit
that referenced
this issue
Dec 6, 2024
JavierCladellas
added a commit
that referenced
this issue
Dec 6, 2024
JavierCladellas
added a commit
that referenced
this issue
Dec 6, 2024
Need to think of a different strat :/
JavierCladellas
added a commit
that referenced
this issue
Dec 9, 2024
JavierCladellas
added a commit
that referenced
this issue
Dec 9, 2024
JavierCladellas
added a commit
that referenced
this issue
Dec 9, 2024
JavierCladellas
added a commit
that referenced
this issue
Dec 9, 2024
JavierCladellas
added a commit
that referenced
this issue
Dec 9, 2024
JavierCladellas
added a commit
that referenced
this issue
Dec 10, 2024
JavierCladellas
added a commit
that referenced
this issue
Dec 10, 2024
JavierCladellas
added a commit
that referenced
this issue
Dec 10, 2024
JavierCladellas
added a commit
that referenced
this issue
Dec 10, 2024
JavierCladellas
added a commit
that referenced
this issue
Dec 10, 2024
JavierCladellas
added a commit
that referenced
this issue
Dec 10, 2024
JavierCladellas
added a commit
that referenced
this issue
Dec 10, 2024
JavierCladellas
added a commit
that referenced
this issue
Dec 10, 2024
JavierCladellas
added a commit
that referenced
this issue
Dec 12, 2024
JavierCladellas
added a commit
that referenced
this issue
Dec 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cb
Continuous Benchmarking
ci-cd
Continuous Integration/Continuous Deployment
enhancement
A new feature or request
Add workflows to handle accepting/denying upcoming benchmarks via PRs.
Idea:
benchmark.yml
(on dispatch event) will upload results to astaging/
folder on Girder (or gaya, to be defined) , then will create a PR.preview_website.yml
(on PR event) will render ONLY benchmarks that are understaging/
deploy.yml
(On merge to main). Will move reports fromstaging/
toproduction/
, and update thewebsite_config.json
file to add latest accepted reports.cleanup.yml
(maybe not needed? On PR close event) : will move benchmarks fromstaging/
todenied/
.These PRs should be tagged by a specific keyword to make the difference with dev PRs.
Maybe add a date to
index.adoc
to have a changed file on the git tree.@prudhomm @vincentchabannes Thoughts? Do you have a simpler workflow in mind ?
The text was updated successfully, but these errors were encountered: