Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nnpdf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Emanuele Roberto Nocera
nnpdf
Commits
843a03d8
Unverified
Commit
843a03d8
authored
1 year ago
by
Juan M. Cruz-Martinez
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #1963 from NNPDF/add_fitbot_stable
Add a stable reference report
parents
cd85b440
691fa1dd
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/fitbot.yml
+12
-2
12 additions, 2 deletions
.github/workflows/fitbot.yml
with
12 additions
and
2 deletions
.github/workflows/fitbot.yml
+
12
−
2
View file @
843a03d8
...
...
@@ -10,7 +10,8 @@ on:
env
:
N3FIT_MAXNREP
:
20
# total number of replicas to fit
POSTFIT_NREP
:
16
# requested replicas for postfit
REFERENCE_SET
:
NNBOT-c0f99b7b3-2024-02-28
# reference set for vp
REFERENCE_SET
:
NNBOT-c0f99b7b3-2024-02-28
# reference set for exact results
STABLE_REFERENCE_SET
:
NNBOT-c0f99b7b3-2024-02-28
# reference set for last tag
CONDA_PY
:
310
PYTHONHASHSEED
:
"
0"
...
...
@@ -114,6 +115,14 @@ jobs:
--thcovmat_if_present
url=$(vp-upload output/ 2>&1 | grep https)
echo "REPORT_URL=$url" >> $GITHUB_ENV
vp-comparefits $RUNCARD $STABLE_REFERENCE_SET \
--title "Automatic check fit $RUNCARD with respect to latest stable reference" \
--author bot \
--keywords run-fit-bot \
--thcovmat_if_present \
-o tagged_output
url=$(vp-upload tagged_output/ 2>&1 | grep https)
echo "REPORT_URL_STABLE=$url" >> $GITHUB_ENV
# write reminder
-
name
:
Write summary on PR
uses
:
unsplash/comment-on-pr@master
...
...
@@ -124,7 +133,8 @@ jobs:
Greetings from your nice fit :robot: !
I have good news for you, I just finished my tasks:
- Fit Name: ${{ env.RUNCARD }}
- Fit Report: ${{ env.REPORT_URL }}
- Fit Report wrt master: ${{ env.REPORT_URL }}
- Fit Report wrt latest stable reference: ${{ env.REPORT_URL_STABLE }}
- Fit Data: ${{ env.FIT_URL }}
Check the report **carefully**, and please buy me a :coffee: , or better, a GPU :wink:!
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment