Skip to content

Conversation

@gabemontero
Copy link
Contributor

note at least some of these files were touched by clayton's huge refactor, but a few refs slipped the cracks

/assign @bparees
(in Adam's absence)

thanks @dmage for the heads up

@openshift-ci-robot openshift-ci-robot added bugzilla/severity-unspecified Referenced Bugzilla bug's severity is unspecified for the PR. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. labels Jan 14, 2021
@openshift-ci-robot
Copy link

@gabemontero: This pull request references Bugzilla bug 1915907, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target release (4.7.0) matches configured target release for branch (4.7.0)
  • bug is in the state ASSIGNED, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)
Details

In response to this:

Bug 1915907: remove more docker.io ref escapee from build e2e's

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.

@gabemontero
Copy link
Contributor Author

/bugzilla refresh

@openshift-ci-robot openshift-ci-robot removed the bugzilla/severity-unspecified Referenced Bugzilla bug's severity is unspecified for the PR. label Jan 14, 2021
@openshift-ci-robot
Copy link

@gabemontero: This pull request references Bugzilla bug 1915907, which is valid.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target release (4.7.0) matches configured target release for branch (4.7.0)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)
Details

In response to this:

/bugzilla refresh

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.

@openshift-ci-robot openshift-ci-robot added the bugzilla/severity-medium Referenced Bugzilla bug's severity is medium for the branch this PR is targeting. label Jan 14, 2021
@bparees
Copy link
Contributor

bparees commented Jan 14, 2021

moves in the right direction, so
/lgtm

but ultimately don't we want these refs to all be substituted so the tests can work in a disconnected env too?

@openshift-ci-robot openshift-ci-robot added lgtm Indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. labels Jan 14, 2021
@gabemontero
Copy link
Contributor Author

gabemontero commented Jan 14, 2021

moves in the right direction, so
/lgtm

but ultimately don't we want these refs to all be substituted so the tests can work in a disconnected env too?

Yes we do, and it occurred to me, but I was initially worried if permissions to pull from the internal image registry directly were available to these cmd tests.

That said, I've since found some of those refs so presumably they worked before.

So I'll

/hold

for this for now and inspect the test results. Assuming those internal image registry refs are in fact successfully used, I'll go back and change this along those lines.

thanks @bparees

@openshift-ci-robot openshift-ci-robot removed the lgtm Indicates that a PR is ready to be merged. label Jan 14, 2021
@gabemontero
Copy link
Contributor Author

the tools IS does not have git

looks like the tests one does ... switching to that

@gabemontero gabemontero force-pushed the bld-cmd-docker-io branch 3 times, most recently from 75352b7 to 535c31f Compare January 15, 2021 02:36
# Build from Dockerfile with output to ImageStreamTag
os::cmd::expect_success "oc new-build --dockerfile=\$'FROM centos:7\nRUN yum install -y httpd'"
os::cmd::expect_success_and_text "oc get bc/centos --template '${template}'" '^ImageStreamTag centos:latest$'
os::cmd::expect_success "oc new-build --to=tests:custom--dockerfile=\$'FROM image-registry.openshift-image-registry.svc:5000/openshift/tests:latest\nRUN yum install -y httpd'"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no space between two options --to=tests:custom--dockerfile

@gabemontero gabemontero force-pushed the bld-cmd-docker-io branch 2 times, most recently from 8ade3f6 to 7e03446 Compare January 15, 2021 15:47
@gabemontero
Copy link
Contributor Author

OK agnostic CMD is now passing ! Think I've replace docker.io refs with imagestream docker refs

also should run

/test e2e-aws-builds
/test e2e-gcp-builds

in case those changed json's are used in the builds e2e's

@gabemontero
Copy link
Contributor Author

hit the situation cited in slack announce-testplatform with first e2e-gcp-builds run ... retrying per directions there

/test e2e-gcp-builds

@gabemontero
Copy link
Contributor Author

ok builds passes too ... squashing commit and releasing hold

@gabemontero gabemontero changed the title Bug 1915907: remove more docker.io ref escapee from build e2e's Bug 1915907: replace test/cmd/builds.sh direct/indirect docker.io refs with imagestream image refs Jan 16, 2021
@gabemontero
Copy link
Contributor Author

/hold cancel

ready for re-review @bparees

@openshift-ci-robot openshift-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jan 16, 2021
@bparees
Copy link
Contributor

bparees commented Jan 16, 2021

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Jan 16, 2021
@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: bparees, gabemontero

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details 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-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-merge-robot openshift-merge-robot merged commit b2544d7 into openshift:master Jan 16, 2021
@openshift-ci-robot
Copy link

@gabemontero: All pull requests linked via external trackers have merged:

Bugzilla bug 1915907 has been moved to the MODIFIED state.

Details

In response to this:

Bug 1915907: replace test/cmd/builds.sh direct/indirect docker.io refs with imagestream image refs

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.

@gabemontero gabemontero deleted the bld-cmd-docker-io branch January 16, 2021 14:37
@gabemontero
Copy link
Contributor Author

/cherrypick release-4.6

@openshift-cherrypick-robot

@gabemontero: new pull request created: #25805

Details

In response to this:

/cherrypick release-4.6

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.

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. bugzilla/severity-medium Referenced Bugzilla bug's severity is medium for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants