Skip to content

Commit

Permalink
Merge pull request kata-containers#1657 from jodh-intel/improve-ci-re…
Browse files Browse the repository at this point in the history
…adme

CI: Improve README
  • Loading branch information
GabyCT authored Jun 4, 2019
2 parents 60fac7f + ca0b5bd commit ae5bee7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .ci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@ This directory contains scripts used by the [Kata Containers](https://github.com
| Script(s) | Description |
| -- | -- |
| `go-test.sh` | Central interface to the `golang` `go test` facility. |
| [`go-test.sh`](go-test.sh) | Central interface to the `golang` `go test` facility. |
| `install_*` | Install various parts of the system and dependencies. |
| `jenkins_job_build.sh` | Called by the [Jenkins CI](https://github.com/kata-containers/ci) to trigger a CI run. |
| `kata-arch.sh` | Displays architecture name in various formats. |
| `kata-doc-to-script.sh` | Convert a [GitHub-Flavoured Markdown](https://github.github.com/gfm) document to a shell script. |
| `kata-find-stale-skips.sh` | Find skipped tests that can be unskipped. |
| `kata-simplify-log.sh` | Simplify a logfile to make it easer to `diff(1)`. |
| `lib.sh` | Library of shell utilities used by other scripts. |
| `run_metrics_PR_ci.sh` | Run various performance metrics on a PR. |
| `run.sh` | Run the tests in a CI environment. |
| [`jenkins_job_build.sh`](jenkins_job_build.sh) | Called by the [Jenkins CI](https://github.com/kata-containers/ci) to trigger a CI run. |
| [`kata-arch.sh`](kata-arch.sh) | Displays architecture name in various formats. |
| [`kata-doc-to-script.sh`](kata-doc-to-script.sh) | Convert a [GitHub-Flavoured Markdown](https://github.github.com/gfm) document to a shell script. |
| [`kata-find-stale-skips.sh`](kata-find-stale-skips.sh) | Find skipped tests that can be unskipped. |
| [`kata-simplify-log.sh`](kata-simplify-log.sh) | Simplify a logfile to make it easer to `diff(1)`. |
| [`lib.sh`](lib.sh) | Library of shell utilities used by other scripts. |
| [`run_metrics_PR_ci.sh`](run_metrics_PR_ci.sh) | Run various performance metrics on a PR. |
| [`run.sh`](run.sh) | Run the tests in a CI environment. |
| `setup_env_*.sh` | Distro-specific setup scripts. |
| `setup.sh` | Setup the CI environment. |
| `static-checks.sh` | Central static analysis script. |
| `teardown.sh` | Tasks to run at the end of a CI run. |
| [`setup.sh`](setup.sh) | Setup the CI environment. |
| [`static-checks.sh`](static-checks.sh) | Central static analysis script. |
| [`teardown.sh`](teardown.sh) | Tasks to run at the end of a CI run. |

## Script conventions

Expand Down

0 comments on commit ae5bee7

Please sign in to comment.