-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Exporting KUBE_MASTER_OS_DISTRIBUTION for 1.3+ and KUBE_OS_DISTRIBUTION for 1.2 for GCI tests. #324
Conversation
…ON for 1.2 for GCI tests.
@@ -88,6 +88,7 @@ | |||
export GINKGO_TEST_ARGS="--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]" | |||
export GINKGO_PARALLEL="y" | |||
export PROJECT="e2e-gce-gci-ci-master" | |||
export KUBE_MASTER_OS_DISTRIBUTION="gci" |
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.
I believe KUBE_NODES_OS_DISTRIBUTION
defaults to KUBE_MASTER_OS_DISTRIBUTION
so we don't have to specify it 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.
Don't seem so. We may want to set KUBE_NODE_OS_DISTRIBUTION
to gci
too.
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.
Sorry, I thought we were only testing GCI masters. Added KUBE_NODE_OS_DISTRIBUTION as well.
Thanks for making the change. |
YAML looks fine to me. |
LGTM |
…isible_results ClusterLoader: Pretty printing test summary
@wonderfly @spxtr