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

Merge change to master #20

Merged
merged 2 commits into from
Apr 17, 2019
Merged

Merge change to master #20

merged 2 commits into from
Apr 17, 2019

Conversation

chmouel
Copy link
Member

@chmouel chmouel commented Apr 17, 2019

No description provided.

Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
* Remove admin priviliged rights: `anyuid` and `cluster-admin`.

* Add uidwrapper to set a fixed username

  By default openshift runs as random user which get git < 2.0 confused and fail
  its operations. Use a wrapper around some containers (git-init/creds-init) to
  set a fixed uid.

https://docs.okd.io/latest/creating_images/guidelines.html#openshift-specific-guidelines

* Use some trickery for envsubst

    Envsubst is a stuborn whiny child who wants to subst our variables even tho
    we don't want to modify those.

    Since there is no way to exclude some variables, we have our beautiful
    DOLLAR string replacing the dollar and we sed 's//' it after that envsubst
    have done its dirty work.

Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
@openshift-ci-robot openshift-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Apr 17, 2019
@chmouel
Copy link
Member Author

chmouel commented Apr 17, 2019

/lgtm

@openshift-ci-robot
Copy link

@chmouel: you cannot LGTM your own PR.

In response to this:

/lgtm

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.

Copy link
Member

@vdemeester vdemeester 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 Apr 17, 2019
@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: chmouel, vdemeester

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

@openshift-ci-robot
Copy link

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

Test name Commit Details Rerun command
ci/prow/e2e 1d9ef22 link /test e2e
ci/prow/images 1d9ef22 link /test images

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.

@vdemeester vdemeester merged commit 4585a04 into openshift:master Apr 17, 2019
@chmouel chmouel deleted the mergemaster branch April 17, 2019 09:23
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. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants