-
Notifications
You must be signed in to change notification settings - Fork 109
Merge local WM build with pypi CI/CD workflow #12281
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
Conversation
Jenkins results:
|
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.
Looks good to me, thanks valentin!
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.
These changes look good in general, thanks Valentin. Nonetheless, I left a couple of comments along the code for your consideration.
# libcurl library), etc. | ||
- name: Update system packages to include pycurl | ||
run: | | ||
echo "update system packages to include pycurl dev librarty (required for pycurl)" |
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.
You have a typo here
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.
ok, resolved
Jenkins results:
|
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.
Thanks Valentin.
Oups, I almost missed the fact that we have 2 commits at the moment. Can you please squash those please? |
@amaltaro , I squashed commits. Please proceed with merge. |
Jenkins results:
|
Fixes #12256
Status
ready, but CI/CD workflows will only be tested by GitHub Action
Description
Merge two CI/CD workflows:
Is it backward compatible (if not, which system it affects?)
YES
Related PRs
This continuation of work which were presented in #12259
External dependencies / deployment changes