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

Add --no-artifact param and simplify readme #107

Merged
merged 10 commits into from
Nov 29, 2023
Merged

Add --no-artifact param and simplify readme #107

merged 10 commits into from
Nov 29, 2023

Conversation

snabar
Copy link
Contributor

@snabar snabar commented Nov 15, 2023

No description provided.

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>"
Copy link
Collaborator

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.

@willmarks willmarks self-requested a review November 15, 2023 03:37
@snabar
Copy link
Contributor Author

snabar commented Nov 27, 2023

When can we merge this @willmarks ? Should I remove the --ci-only option so we can merge?

@willmarks
Copy link
Collaborator

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."
Copy link
Collaborator

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

Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@snabar snabar changed the title Simplify readme (WIP) Add --no-artifact param and simplify readme (WIP) Nov 29, 2023
@snabar snabar changed the title Add --no-artifact param and simplify readme (WIP) Add --no-artifact param and simplify readme Nov 29, 2023
@snabar snabar merged commit 937266b into main Nov 29, 2023
4 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Nov 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants