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

Update base image of nop Dockerfile #135

Closed
wants to merge 2 commits into from
Closed

Update base image of nop Dockerfile #135

wants to merge 2 commits into from

Conversation

nikhil-thomas
Copy link
Member

Sidecar tests are failing on CI.
The tests fails when the nop images are involved.
The nop image built by CI uses ubi as the base image as it specified so
in the generated Dockerfile for nop image

In local testing I could observe that the sidecar tests pass whe scratch is used
as the base image for nop. Upstream also seems to be using scratch as their base image for nop image

Hence, the purpiose of this patch to test whether changing the nop image base to scratch will make the sidecar test pass on ci

alanfx and others added 2 commits September 23, 2019 00:03
Sidecar tests are failing on CI.
The tests fails when the nop images are involved.
The nop image built by CI uses `ubi` as the base image as it specified so
in the generated Dockerfile for nop image

In local testing I could observe that the sidecar tests pass whe `scratch` is used
as the base image for nop. Upstream also seems to be using scratch as their base image for `nop` image

Hence, the purpiose of this patch to test whether changing the nop image base to `scratch` will make the sidecar test pass on ci
@openshift-ci-robot openshift-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Sep 23, 2019
@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: nikhil-thomas
To complete the pull request process, please assign chmouel
You can assign the PR to them by writing /assign @chmouel in a comment when ready.

The full list of commands accepted by this bot can be found 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

@openshift-ci-robot
Copy link

@nikhil-thomas: The following tests failed, say /retest to rerun them all:

Test name Commit Details Rerun command
ci/prow/e2e-aws-ocp-41 35b2da4 link /test e2e-aws-ocp-41
ci/prow/variant-e2e-aws-ocp-42 35b2da4 link /test variant-e2e-aws-ocp-42

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

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. I understand the commands that are listed here.

@alanfx alanfx force-pushed the release-next branch 2 times, most recently from cb8c989 to 0f41945 Compare September 25, 2019 00:02
@nikhil-thomas
Copy link
Member Author

closing this PR as the causefor the sidecar test fail was identified and reported
tektoncd#1347

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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