-
Notifications
You must be signed in to change notification settings - Fork 28
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
Setup role to initialize openshift-tests-private repo #30
base: main
Are you sure you want to change the base?
Setup role to initialize openshift-tests-private repo #30
Conversation
b6be0a8
to
45b29df
Compare
45b29df
to
e857ecd
Compare
| golang_install_tarball | no | `https://go.dev/dl/go1.19.4.linux-ppc64le.tar.gz` | Golang tarball for `ppc64le` arch with version `>= 1.18`, the default is given for version `1.19.4`. | | ||
| openshift_tests_private_basedir | no | `~/ocp-validation` | Base directory path to clone the `openshift-tests-private` repo. It will get created if path not exists or not provided. | | ||
| openshift_tests_private_clone_url | no | `https://github.com/openshift/openshift-tests-private` | Git clone URL, the default has been set for `openshift-tests-private` repository. | | ||
| openshift_tests_private_branch | no | master | Git branch name, the default branch name has been set as `master`. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: no need to say "the default is...." in the comments as it is already provided in Default column.
when: github_username == "" or github_personal_access_token == "" | ||
|
||
- name: Install the development tools | ||
yum: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is'nt it better to use dnf
instead? @pravin-dsilva
Signed-off-by: Aditya Honkalas <[email protected]>
e857ecd
to
da45b49
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: AdityaHonkalas 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 |
@AdityaHonkalas sorry for keeping this PR for long... could you please rebase and validate if this code is still ok to merge? |
Signed-off-by: Aditya Honkalas [email protected]