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

Bringing the .github/workflows/postbench.yml to master #350

Merged
merged 8 commits into from
Mar 15, 2024
Merged

Conversation

filchristou
Copy link
Contributor

as discussed in the community call, the trigger workflow file needs to be in the default, i.e. master, branch.

I guess I shouldn't push directly to master, so I made this PR, but maybe for future iterations it makes more sense if I can push directly. That might create some commits, but as already discussed they are not user critical since changes are only made to the CI.

filchristou and others added 5 commits November 28, 2023 16:14
(WIP)
TODO: store results and PR label triggering
Merge all new advancements on the `benchx` branch in order to do a follow up consecutive PR to test github actions
* Trivial change, test PR

* Add PR write permission

* Test full permissions

* Granular permissions

* try write-all

* try label event

* labeled in pull_request

* Store results as artifact and trigger a consecutive workflow_run

* Workflow chain almost complete (WIP)

* correct .benchmarkci path

* Add benchx support branch

* Just try pull_request_target instead

* Remove target

* Get rid of s to get the chain going

---------

Co-authored-by: Guillaume Dalle <22795598+gdalle@users.noreply.github.com>
@gdalle
Copy link
Member

gdalle commented Mar 4, 2024

Thanks for the PR, I'll review soon. In accordance with the ColPrac guidelines, please don't push directly and instead open a PR + wait for review if you want to change the master branch.

@filchristou
Copy link
Contributor Author

ok, btw is it normal that the CI fails so hard and that the nighly is still in progress after 3 hours ?

@gdalle
Copy link
Member

gdalle commented Mar 5, 2024

Nightly is unpredictable, but the rest is not normal no

@gdalle
Copy link
Member

gdalle commented Mar 5, 2024

It's the formatting

Copy link

codecov bot commented Mar 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.29%. Comparing base (7133460) to head (e13a171).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #350   +/-   ##
=======================================
  Coverage   97.28%   97.29%           
=======================================
  Files         115      117    +2     
  Lines        6789     6814   +25     
=======================================
+ Hits         6605     6630   +25     
  Misses        184      184           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@filchristou filchristou requested a review from gdalle March 6, 2024 09:49
Copy link
Member

@gdalle gdalle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the huge work! I have some comments, the most important ones are on the yml files, but it's looking good :)

benchmark/Project.toml Outdated Show resolved Hide resolved
.gitignore Outdated Show resolved Hide resolved
benchmark/benchmarks.jl Outdated Show resolved Hide resolved
benchmark/parallel/egonets.jl Show resolved Hide resolved
benchmark/serial/centrality.jl Show resolved Hide resolved
.github/workflows/runbenchandupload.yml Outdated Show resolved Hide resolved
.github/workflows/runbenchandupload.yml Outdated Show resolved Hide resolved
.github/workflows/postbench.yml Show resolved Hide resolved
.github/workflows/postbench.yml Show resolved Hide resolved
.github/workflows/postbench.yml Show resolved Hide resolved
@filchristou
Copy link
Contributor Author

@gdalle thanks for the review. Please mark all discussions you are satisfied with as "resolved". When all are resolved I will make the changes.

@gdalle
Copy link
Member

gdalle commented Mar 14, 2024

Following ColPrac @filchristou you can merge your own PR after review since you have the rights

@filchristou filchristou merged commit e773bce into master Mar 15, 2024
12 checks passed
@gdalle gdalle deleted the benchx branch April 5, 2024 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants