Skip to content

Conversation

@elfosardo
Copy link
Member

Add the possibility to specify a Pull Request number associated to
an image and build it locally with that change.

@elfosardo
Copy link
Member Author

/assign @andfasano @hardys

@elfosardo
Copy link
Member Author

/retest

Copy link
Contributor

@cybertron cybertron left a comment

Choose a reason for hiding this comment

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

Tried this locally. It was a little confusing that _LOCAL_IMAGE also needs to be set even though we don't use the value of the variable since the name of the repo is pulled from the env var name. Might be nice if this could be done standalone.

That said, it seems work as intended, so pending the question inline I'm good with it.

@andfasano
Copy link
Member

/test e2e-metal-ipi

@andfasano
Copy link
Member

/retest

@elfosardo elfosardo force-pushed the local-image-pr-fetch branch from dcc9f52 to 49098b4 Compare August 28, 2020 07:56
@elfosardo
Copy link
Member Author

/retest

4 similar comments
@elfosardo
Copy link
Member Author

/retest

@elfosardo
Copy link
Member Author

/retest

@hardys
Copy link

hardys commented Sep 21, 2020

/retest

@hardys
Copy link

hardys commented Sep 23, 2020

/retest

@andfasano
Copy link
Member

/test e2e-metal-ipi

@elfosardo elfosardo force-pushed the local-image-pr-fetch branch from 49098b4 to af944d6 Compare October 5, 2020 14:53
@elfosardo
Copy link
Member Author

/retest

@elfosardo elfosardo force-pushed the local-image-pr-fetch branch from af944d6 to fb6192c Compare October 8, 2020 10:15
@openshift-ci-robot
Copy link

@elfosardo: The following tests failed, say /retest to rerun all failed tests:

Test name Commit Details Rerun command
ci/prow/e2e-metal-ipi fb6192c link /test e2e-metal-ipi
ci/prow/e2e-metal-ipi-ovn-dualstack fb6192c link /test e2e-metal-ipi-ovn-dualstack

Full PR test history. Your PR dashboard.

Details

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.

@elfosardo elfosardo force-pushed the local-image-pr-fetch branch from fb6192c to ac16ec4 Compare November 4, 2020 17:00
@elfosardo elfosardo requested a review from cybertron November 9, 2020 18:13
Copy link
Contributor

@cybertron cybertron left a comment

Choose a reason for hiding this comment

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

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Nov 11, 2020
@elfosardo elfosardo force-pushed the local-image-pr-fetch branch from ac16ec4 to 01f93fc Compare November 13, 2020 09:07
@openshift-ci-robot openshift-ci-robot removed the lgtm Indicates that a PR is ready to be merged. label Nov 13, 2020
@elfosardo elfosardo force-pushed the local-image-pr-fetch branch from 01f93fc to 5d9aebd Compare November 13, 2020 10:23
@andfasano
Copy link
Member

@elfosardo needs rebase?

@elfosardo elfosardo force-pushed the local-image-pr-fetch branch from 5d9aebd to e6dc147 Compare November 19, 2020 09:17
@elfosardo elfosardo force-pushed the local-image-pr-fetch branch from e6dc147 to e77300f Compare November 19, 2020 09:18
@andfasano
Copy link
Member

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Nov 19, 2020
Copy link
Member

@dtantsur dtantsur left a comment

Choose a reason for hiding this comment

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

👍

@andfasano
Copy link
Member

/approve

@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: andfasano

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-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 19, 2020
@openshift-merge-robot openshift-merge-robot merged commit 8657955 into openshift-metal3:master Nov 19, 2020
Avielyo10 pushed a commit to Avielyo10/dev-scripts that referenced this pull request Dec 2, 2020
* Simplify additional_trust_bundle()
* Pass ca via path instead of via env vars

Improve readability

Fix loca-bmo script (openshift-metal3#1144) (openshift-metal3#1084)

Co-authored-by: Andrea Fasano <60063538+andfasano@users.noreply.github.com>

Fix incorrect group name (openshift-metal3#1155)

`whoami` does not always match the group name for
the user. Use `id -gn` to set the group name properly.
Also create GROUP environment variable and replace
USER where appropriate for chown commands.

Signed-off-by: Melvin Hillsman <mrhillsman@redhat.com>

Additional trust bundle (openshift-metal3#1152)

* Adding the option to add certs to install-config.yaml

* Add ADDITIONAL_TRUST_BUNDLE to the config_example.sh

* Avoid additionalTrustBundle duplication & move from sed to awk
When MIRROR_IMAGES is set or when using ipv6 (this is always true for ipv6)
additionalTrustBundle section gets created, so give precedence to MIRROR_IMAGES CA

* In case MIRROR_IMAGES is set, concat ADDITIONAL_TRUST_BUNDLE

Co-authored-by: Aviel Yosef <ayosef@redhat.com>

Account for podman version < 2.0.0 (openshift-metal3#1151)

The default for CentOS 8 is 1.6.4 which does not support units
in `podman wait -i`. Add a version check to support both.

Follow-up to commit 42af610.

Update version detection and make dnsVIP conditional (openshift-metal3#1146)

* Store local copy of release info

We retrive this several times, so caching locally will be
faster, and also provides a useful reference for debugging

* Replace OPENSHIFT_VERSION reference with function

This variable isn't always set, in particular in CI, so instead
of relying on it, we can use a new openshift_version function
which derives the version from the locally cached release info.

* Only specify dnsVIP for < 4.5

This was removed in openshift/installer#3304
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. 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