Skip to content
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

more bash fun #8526

Merged
merged 1 commit into from
Jun 30, 2018
Merged

more bash fun #8526

merged 1 commit into from
Jun 30, 2018

Conversation

BenTheElder
Copy link
Member

#8525 (comment)

8525 did fix the string comparison, but the check for if the variable was set did not work correctly... see: #8516 (comment)

/shrug
/area bash_fire

@BenTheElder BenTheElder requested a review from krzyzacy as a code owner June 30, 2018 19:02
@k8s-ci-robot k8s-ci-robot added ¯\_(ツ)_/¯ ¯\\\_(ツ)_/¯ size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Jun 30, 2018
@BenTheElder
Copy link
Member Author

oh hmm pull-test-infra-lint shouldn't be running on :latest-experimental image tag either...

@BenTheElder
Copy link
Member Author

/test pull-test-infra-lint

@BenTheElder
Copy link
Member Author

hacked the kubekins-e2e image to pull this down for now so I can move forward with testing

$ git diff
diff --git a/images/kubekins-e2e/Dockerfile b/images/kubekins-e2e/Dockerfile
index c88cc1ff8..221c5f2f5 100644
--- a/images/kubekins-e2e/Dockerfile
+++ b/images/kubekins-e2e/Dockerfile
@@ -76,3 +76,4 @@ ADD ["e2e-runner.sh", \
     "https://raw.githubusercontent.com/kubernetes/kubernetes/master/cluster/get-kube.sh", \
     "/workspace/"]
 RUN ["chmod", "+x", "/workspace/get-kube.sh"]
+RUN sed -i 's#kubernetes/test-infra#BenTheElder/test-infra \&\& cd ./test-infra \&\& git checkout bash_fire \&\& cd ./..#' /workspace/runner
diff --git a/images/kubekins-e2e/Makefile b/images/kubekins-e2e/Makefile
index c872bd346..70ae44ce6 100644
--- a/images/kubekins-e2e/Makefile
+++ b/images/kubekins-e2e/Makefile
@@ -24,7 +24,7 @@ CFSSL ?= R1.2
 # config for testing prior to rolling out to master / ongoing release
 ifeq ($(K8S), experimental)
        GO = 1.10.2
-       BAZEL = 0.14.0
+       BAZEL = 0.15.0
        CFSSL = R1.2
 endif

$ make -C images/kubekins-e2e push K8S=experimental
... <snipped lots of output here> ....
Pushed gcr.io/k8s-testimages/kubekins-e2e with :latest-experimental and :v20180630-1be44ad7f-dirty-experimental tags

@BenTheElder
Copy link
Member Author

/test pull-test-infra-bazel-canary
/test pull-test-infra-lint

1 similar comment
@BenTheElder
Copy link
Member Author

/test pull-test-infra-bazel-canary
/test pull-test-infra-lint

@BenTheElder
Copy link
Member Author

[verifying max_connections fix]
/test pull-test-infra-bazel-canary
/test pull-test-infra-lint

1 similar comment
@BenTheElder
Copy link
Member Author

[verifying max_connections fix]
/test pull-test-infra-bazel-canary
/test pull-test-infra-lint

@cblecker
Copy link
Member

/lgtm
/hold

@k8s-ci-robot k8s-ci-robot added do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. lgtm "Looks good to me", indicates that a PR is ready to be merged. labels Jun 30, 2018
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: BenTheElder, cblecker

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@BenTheElder
Copy link
Member Author

/hold cancel

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jun 30, 2018
@k8s-ci-robot k8s-ci-robot merged commit e3f9236 into kubernetes:master Jun 30, 2018
@BenTheElder BenTheElder deleted the bash_fire branch June 30, 2018 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. ¯\_(ツ)_/¯ ¯\\\_(ツ)_/¯
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants