Skip to content

Files

This branch is 1 commit ahead of, 292 commits behind IBM/test-infra:master.

testgrids

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 15, 2019
Sep 3, 2019
Sep 18, 2019
Aug 14, 2019
Sep 16, 2019
Sep 21, 2019
Aug 2, 2019
Aug 19, 2019
Sep 21, 2019
Aug 22, 2019
Sep 16, 2019

Testgrid Configurations

This readme covers information specific to testgrid.k8s.io and this repository. See Testgrid's config.md for more information Testgrid config files.

Adding a Prow Job to Testgrid

Prow Jobs in this repository only need to be annotated; no changes are necessary here unless you are adding a brand new dashboard.

Adding or Changing a Configuration

Any file put in this directory or a subdirectory will be picked up by testgrid.k8s.io.

Testing

Run bazel test //config/jobs/tests/... to ensure these configurations are valid.

This finds common problems such as malformed yaml, a tab referring to a non-existent test group, a test group never appearing on any tab, etc. It also enforces some repository-specific conventions.