-
Notifications
You must be signed in to change notification settings - Fork 89
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
AWS Init Support for Kuberflow/Testing #755
Conversation
89be21f
to
29947a4
Compare
29947a4
to
2492517
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.
@PatrickXYS Thanks a lot for doing this!
I left few comments
7675273
to
1157ed2
Compare
Per presubmit job logs:
To make This is TBD for now. Will pick this up once we all agree to move forward and merge this PR. |
The folks listed in: https://github.com/kubeflow/internal-acls/blob/master/google_groups/ci-team.members.txt Should be able to help with that |
Although
py/kubeflow/testing/aws
|
5a216b5
to
05a619f
Compare
I misunderstood at the beginning. This is summary of the proposal:
|
I cleaned up the code and nothing blocks the PR for now. This will be shipped as part of POC work. Can you take another look? |
@PatrickXYS Since we create another util for AWS, my suggestion is: left only functions that we are using. So you can delete everything except these functions: What do you think? |
On my end @Bobgy Thoughts? |
bdb462b
to
0c30576
Compare
/lgtm |
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 @PatrickXYS
/lgtm
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Bobgy 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 |
False-positive signal for presubmit, it actually succeed. |
/test kubeflow-testing-presubmit |
Which issue is resolved by this Pull Request:
Resolves #748
Description of your changes:
run_workflows.sh
andrun_e2e_workflow.py
to make them AWS compatible.Dockerfile.py3.aws
for AWS ECR Image.images/aws-scripts
folder to place AWS related scripts.cloudprovider/aws
folder to place AWS related python files.Since we addedimport boto3
inutil.py
, GCP also need to install boto3 in the Dockerfile. Thus, modifiesDockerfile
andDockerfile.py3