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

Do not push containers to remote repo as part of test-e2e. #81

Merged
merged 1 commit into from
Dec 22, 2016

Conversation

porridge
Copy link
Member

Since the cluster runs locally, this seems unnecessary.
Fixes #79.

Since the cluster runs locally, this seems unnecessary.
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Dec 22, 2016
@k8s-reviewable
Copy link

This change is Reviewable

@coveralls
Copy link

Coverage Status

Coverage remained the same at 39.868% when pulling fbb41cc on porridge:no-push into f0762ba on kubernetes:master.

@aledbf aledbf self-assigned this Dec 22, 2016
@aledbf
Copy link
Member

aledbf commented Dec 22, 2016

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Dec 22, 2016
@bprashanth bprashanth merged commit 02a0e56 into kubernetes:master Dec 22, 2016
hnrytrn pushed a commit to hnrytrn/ingress-nginx that referenced this pull request Aug 9, 2018
haoqing0110 referenced this pull request in stolostron/management-ingress Mar 5, 2021
krunalhinguu pushed a commit to krunalhinguu/ingress-nginx that referenced this pull request Dec 29, 2023
krunalhinguu pushed a commit to krunalhinguu/ingress-nginx that referenced this pull request Aug 14, 2024
Remove test step from our CI because it runs the upstream's e2e Go tests
incorrectly and fails. Since we don't have any tests of our own, and
upstream's CI already runs these tests, this step can be removed.

removed drone ci

add drone's build and validate job in github actions workflow

add release workflow which will run only while tagging

added git in workflow steps for build and release

remove G109 check till gosec resolves issues

revert back PR kubernetes#81

remove depreview action

use rancher's repository image

Add arm and s390x in the arches in scripts/build.
only amd64 and arm64 was in arches because of this the CI wasn't able to find the following files with not found error. /bin/arm/nginx-ingress-controller, /bin/arm/wait-shutdown and /bin/arm/dbg

remove the upstream's workflow

Remove Drone CI file

Add Rancher's workflow files

add the workflow for FOSSA
krunalhinguu pushed a commit to krunalhinguu/ingress-nginx that referenced this pull request Aug 20, 2024
Remove test step from our CI because it runs the upstream's e2e Go tests
incorrectly and fails. Since we don't have any tests of our own, and
upstream's CI already runs these tests, this step can be removed.

removed drone ci

add drone's build and validate job in github actions workflow

add release workflow which will run only while tagging

added git in workflow steps for build and release

remove G109 check till gosec resolves issues

revert back PR kubernetes#81

remove depreview action

use rancher's repository image

Add arm and s390x in the arches in scripts/build.
only amd64 and arm64 was in arches because of this the CI wasn't able to find the following files with not found error. /bin/arm/nginx-ingress-controller, /bin/arm/wait-shutdown and /bin/arm/dbg

remove the upstream's workflow

Remove Drone CI file

Add Rancher's workflow files

add the workflow for FOSSA
krunalhinguu pushed a commit to krunalhinguu/ingress-nginx that referenced this pull request Aug 20, 2024
Remove test step from our CI because it runs the upstream's e2e Go tests
incorrectly and fails. Since we don't have any tests of our own, and
upstream's CI already runs these tests, this step can be removed.

removed drone ci

add drone's build and validate job in github actions workflow

add release workflow which will run only while tagging

added git in workflow steps for build and release

remove G109 check till gosec resolves issues

revert back PR kubernetes#81

remove depreview action

use rancher's repository image

Add arm and s390x in the arches in scripts/build.
only amd64 and arm64 was in arches because of this the CI wasn't able to find the following files with not found error. /bin/arm/nginx-ingress-controller, /bin/arm/wait-shutdown and /bin/arm/dbg

remove the upstream's workflow

Remove Drone CI file

Add Rancher's workflow files

add the workflow for FOSSA
krunalhinguu pushed a commit to krunalhinguu/ingress-nginx that referenced this pull request Aug 20, 2024
remove the upstream's workflow

Add arm and s390x in the arches in scripts/build.
only amd64 and arm64 was in arches because of this the CI wasn't able to find the following files with not found error. /bin/arm/nginx-ingress-controller, /bin/arm/wait-shutdown and /bin/arm/dbg

fix drone build failure

`go install ginkgo` followed by `which ginkgo` is newly added in the upstream repo.
This is making the drone build fail for arm64 arch. The ginkgo library
gets installed under $GOPATH/bin/linux_arm64 dir. This is unlike amd64 images
which typically install go libraries under $GOPATH/bin. Since the previously mentioned
dir is not in PATH, the command `which ginkgo` fails. I've added this location to PATH
to fix the build failure. See upstream PRs linked below for more info:
kubernetes#8566
kubernetes#8569

use rancher's repository image

remove depreview action

revert back PR kubernetes#81

removed drone ci

add drone's build and validate job in github actions workflow

add release workflow which will run only while tagging

added git in workflow steps for build and release

remove G109 check till gosec resolves issues

Remove test step from our CI

Remove test step from our CI because it runs the upstream's e2e Go tests
incorrectly and fails. Since we don't have any tests of our own, and
upstream's CI already runs these tests, this step can be removed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants