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

Dev kmr #389

Merged
merged 3 commits into from
Aug 30, 2024
Merged

Dev kmr #389

merged 3 commits into from
Aug 30, 2024

Conversation

k-rister
Copy link
Contributor

No description provided.

@k-rister k-rister requested a review from a team August 21, 2024 20:50
@k-rister k-rister self-assigned this Aug 21, 2024
@k-rister
Copy link
Contributor Author

using https://github.com/perftool-incubator/toolbox/blob/main/bin/json-validator.py the schema and the proposed repos.json validate

@k-rister
Copy link
Contributor Author

A random jq query showing how easy we can pull stuff from the proposed config file:

$ jq -r '.official.[].name' spec/repos.json/repos.json
crucible
rickshaw
multiplex
roadblock
workshop
CommonDataModel
toolbox
packrat
crucible-ci
fio
uperf
oslat
trafficgen
cyclictest
hwlatdetect
tracer
flexran
iperf
ilab
sysstat
procstat
ftrace
kernel
ovs
rt-trace-bpf
forkstat
nvidia
examples
testing

And another showing how we can get a specific repo's repository on demand:

$ jq -r '.official.[] | select(.name == "workshop") | .repository' spec/repos.json/repos.json
https://github.com/perftool-incubator/workshop.git

Copy link
Contributor

@rafaelfolco rafaelfolco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@k-rister k-rister merged commit b9948f5 into master Aug 30, 2024
2 checks passed
@k-rister k-rister deleted the dev-kmr branch August 30, 2024 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants