-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add --no-artifact param and simplify readme #107
Conversation
README.md
Outdated
|
||
```sh | ||
./faros_event.sh CI -k "<faros_api_key>" \ | ||
--run "<run_source>://<run_organization>/<run_pipeline>/<run_id>" \ | ||
--run_status "Success" \ | ||
--run_end_time "Now" | ||
--artifact "<artifact_source>://<artifact_organization>/<artifact_repository>/<artifact_id>" |
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.
--artifact
is dependent on --commit
being provided in a partial CI event. It can't be split across partial events unfortunately.
When can we merge this @willmarks ? Should I remove the --ci-only option so we can merge? |
Yeah we can remove the --ci-only option and merge |
faros_event.sh
Outdated
@@ -114,6 +114,7 @@ function help() { | |||
echo "--run_name | |" | |||
echo "--run_start_time | | e.g. 1626804346019 (milliseconds since epoch)" | |||
echo "--run_end_time | | e.g. 1626804346019 (milliseconds since epoch)" | |||
echo "--ci_only Use if CI event does not generate artifact. No --artifact param supplied." |
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: we have been constructing a table of sorts with |
s
Kudos, SonarCloud Quality Gate passed! |
No description provided.