-
Notifications
You must be signed in to change notification settings - Fork 52
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
update gen-sdk.sh to generate sdk using docker container #681
base: main
Are you sure you want to change the base?
update gen-sdk.sh to generate sdk using docker container #681
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: epicseven-cup The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Welcome @epicseven-cup! |
Hi @epicseven-cup. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
✅ Deploy Preview for kubernetes-sigs-jobset canceled.
|
Hi sorry for all these message, this is currently a draft pr. The direction I was going was to just use the openapi tool docker image to generate the sdk within the gen-sdk.sh script. I will need to up some of the old apt installs and move the generated sdk correctly though feel free to take a look |
/ok-to-test |
No worries, tag me when it is ready for review or if you have any questions |
/retest |
I removed to docker installed process so it will be similar to the python sdk docker setup |
Hmm seems like it is expecting a docker install |
Hi @kannon92 @danielvegamyhre @ahg-g just a quick update from the information I got from slack. I'm going to submit a image change for jobset, by including docker into the image allowing the open api tool to be run in docker container |
/test |
@kannon92: The
Use In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Is this PR still relevant? |
Yup, sorry I hadn't gotten time to submit a PR for the testing image update to include docker. I will get this in by next week |
I added the pr for image update to include podman (since it requires less changes to the image building process). kubernetes/test-infra#33955 |
I made a new pr to enable docker-in-docker for the |
/retest |
1 similar comment
/retest |
hack/python-sdk/gen-sdk.sh
Outdated
# echo "Podman is found, changing over to podman" | ||
# CONTAINER_ENGINE=podman | ||
# USERLEVEL="" | ||
#fi |
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.
can you please cleanup this code?
Looks like I still need to start the docker daemon within the pull-jobset-verify-main job image, I will check on that as well |
@epicseven-cup: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Updates sdk generation using docker container
Which issue(s) this PR fixes:
Fixes #190
Special notes for your reviewer:
This is a draft pr
Does this PR introduce a user-facing change?