Skip to content

Files

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

experiment

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 21, 2024
Apr 21, 2024
Jul 14, 2022
Jul 13, 2023
Feb 25, 2025
Jul 13, 2023
Apr 20, 2022
Apr 21, 2024
Feb 26, 2025
Feb 20, 2025
Jun 25, 2022
Jan 19, 2021
Apr 21, 2024
Oct 11, 2023
Apr 21, 2024
Apr 21, 2024
Apr 21, 2024
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
Aug 16, 2024
Feb 19, 2019
May 25, 2022
Apr 28, 2023
Mar 7, 2024
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