Skip to content

Files

This branch is 10667 commits behind kubernetes/test-infra:master.

experiment

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 20, 2022
Dec 19, 2022
Jun 9, 2022
Apr 20, 2022
Jul 14, 2022
Feb 6, 2023
Apr 20, 2022
Oct 10, 2022
Apr 20, 2022
Oct 10, 2022
Oct 10, 2022
Jun 25, 2022
Jan 19, 2021
Apr 22, 2022
Oct 10, 2022
Apr 20, 2022
Sep 16, 2022
Nov 17, 2022
Apr 20, 2022
Jan 14, 2022
Mar 18, 2022
Jan 13, 2022
Feb 24, 2021
Sep 20, 2019
Oct 19, 2018
Sep 21, 2021
Apr 18, 2018
Jan 13, 2020
Sep 10, 2019
Aug 5, 2019
Jan 13, 2020
May 10, 2022
Feb 19, 2019
May 25, 2022
Nov 18, 2022
Jan 17, 2021
Feb 24, 2021
Jan 13, 2020
May 9, 2019
Nov 30, 2021
Sep 26, 2019
Mar 22, 2019

Experiment

This is a catchall directory for small shard projects that are not supported and do not necessarily meet the standards of the rest of the repo. They are most often in the form of scripts, or tools intended for one-shot or limited use.

If you feel like an experiment has outgrown this definition, please open a PR to move it into its own directory.

If you feel like an experiment is now defunct and unused, please open a PR to remove it.

Python Scripts

Most of python scripts located in this directory can be ran straight by invoking the script in a terminal. For a deterministic outcome, try use make rules, for example to run flakedetector.py, do:

make -C experiment ARGS=<EXTRA-ARGS> run-flakedetector