-
Notifications
You must be signed in to change notification settings - Fork 44
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
Dynamic notebooks sync workflow #705
Dynamic notebooks sync workflow #705
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #705 +/- ##
=======================================
Coverage 93.99% 93.99%
=======================================
Files 36 36
Lines 2364 2364
=======================================
Hits 2222 2222
Misses 142 142 ☔ View full report in Codecov by Sentry. |
abb133e
to
802144b
Compare
802144b
to
026a326
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This lgtm but are you currently testing a 3.11 wf?
I don't see it in the description
@Bobbins228 yes, I was testing for py3.11. I added the workflow run and PR generated for that now. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: KPostOffice, Ygnas The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
7c04444
into
project-codeflare:main
Issue link
Related Jira: https://issues.redhat.com/browse/RHOAIENG-14201
Jira: https://issues.redhat.com/browse/RHOAIENG-14203
What changes have been made
With this change, we can dispatch the notebooks sync workflow by also providing the specific python version and target branch name, i.e., release-2024a for Notebooks with py3.9.
Additionally, pipenv version has been pinned to use version
2024.0.3
as latest version2024.1.0
seems to break the workflow. I added a TODO to retry on later major/minor versions of pipenv once available.Verification steps
Workflow run for py3.9: https://github.com/project-codeflare/codeflare-sdk/actions/runs/11324720561
Generated PR for py3.9 in my fork: ChristianZaccaria/notebooks#3
Workflow run for py3.11: https://github.com/project-codeflare/codeflare-sdk/actions/runs/11325885485/job/31493695580
Generated PR for py3.11 in my fork: ChristianZaccaria/notebooks#4
Checks