-
Notifications
You must be signed in to change notification settings - Fork 8
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
Enable CI #244
base: main
Are you sure you want to change the base?
Enable CI #244
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: AshwinHIBM 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 |
looks simple enough. where does the prow job config live? i should probably take another look at that as well to refresh my memory |
Sure, it's in a PR: ppc64le-cloud/test-infra#517 |
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.
could you also add more detail to the title, summary, and git commit?
@@ -0,0 +1,25 @@ | |||
#!/bin/bash | |||
|
|||
echo "Triggering the next prow job using git commit" |
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.
can you include a bit more detail here about where the commit is to? this repo? which file?
while getopts ":r:" option; do | ||
case "${option}" in | ||
r) | ||
TRACKING_REPO=${OPTARG} |
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.
what's OPTARG
here?
./setup-pj-trigger.sh -r ppc64le-cloud/docker-ce-build | ||
else | ||
echo "The kernel is not suitable to run Docker." |
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 this error message really the only possible explanation we could get back a non-zero rc from info.sh?
No description provided.