-
Notifications
You must be signed in to change notification settings - Fork 19
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
RHOAIENG-905 - Create a PR check for testing README file (without gitops) #191
RHOAIENG-905 - Create a PR check for testing README file (without gitops) #191
Conversation
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: MarianMacik 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 |
/test all |
15495eb
to
1224228
Compare
/retest |
@MarianMacik Can you add a link to the Jira issue in the description for anyone who want to check for additional context in the jira issue? |
1224228
to
295f171
Compare
/retest |
295f171
to
9aec7ff
Compare
/retest |
9aec7ff
to
931d819
Compare
/retest |
931d819
to
91abfb8
Compare
/retest |
@@ -32,4 +32,6 @@ GO=go | |||
GOFLAGS="" | |||
|
|||
test: |
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.
As we discussed earlier, this target could be split into a target for the Go tests and a target for the shell tests, so they could be both triggered independently, if needed. The test
target could call both of them.
This can be done later, just mentioning it here so it does not get forgotten.
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.
I agree, this will be addressed in the next PRs.
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.
Since this will be executing two separate frameworks, should we go head a make a test-go
target to separate them now
Ignore this comment after re-reading the thread
local AWS_SECRET_PATH_TEMPLATE=$1 | ||
local AWS_SECRET_PATH=$2 | ||
|
||
local AI_EDGE_AWS_VAULT_OPENSHIFT_CI_SECRET_PATH |
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.
Based on this naming convention, does this require that running this locally requires setting up the secrets in the format that is used with openshift-ci?
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.
@LaVLaS yes, you are right. I added the readme to guide what needs to be done. It is just 3 variables which need to be set. In the future, we may even provide some defaults in the Makefile.
91abfb8
to
b14ee4e
Compare
b14ee4e
to
7a27947
Compare
7a27947
to
77be5ca
Compare
Looks good to me, not approving now in case @LaVLaS has additional comments. |
/lgtm Changes look reasonable to me. |
RHOAIENG-905 - Create a PR check for testing README file (without gitops)
…ops)
JIRA: RHOAIENG-905
Description
Adds 2 scripts:
How Has This Been Tested?
Locally using a separate cluster.
Merge criteria: