-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
kOps: migrate a few tests to kops-prow-build #31612
kOps: migrate a few tests to kops-prow-build #31612
Conversation
Skipping CI for Draft Pull Request. |
import jinja2 # pylint: disable=import-error | ||
import yaml | ||
from helpers import ( # pylint: disable=import-error, no-name-in-module | ||
build_cron, create_args, distro_images, distros_ssh_user, k8s_version_info, | ||
should_skip_newer_k8s) |
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.
A small reorg of the python modules.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ameukam 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 |
{%- if not boskos_resource_type %} | ||
preset-aws-credential: "true" | ||
{%- endif %} |
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 is impact the scale tests because the credentials are needed in another cluster.
Let's give this a try |
/retest |
Part of: - kubernetes/k8s.io#5127 Tentative to move aws-related jobs to a new build cluster. Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
Exclude the scale test from the tests maintained by build_jobs.py. Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
77a2ed3
to
ab72563
Compare
@hakman Need another LGTM. PTAL. 🙏🏾 |
/lgtm |
@ameukam: Updated the
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/test-infra repository. |
Part of:
Tentative to move aws-related jobs to a new build cluster.