From deac844d02309ab31cba99c63143e10a9ddabfb9 Mon Sep 17 00:00:00 2001 From: Jonathan Bernard Date: Sat, 5 Sep 2020 19:16:00 -0500 Subject: [PATCH] Add testing protocol. --- test-spec.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test-spec.txt diff --git a/test-spec.txt b/test-spec.txt new file mode 100644 index 0000000..9ec93bd --- /dev/null +++ b/test-spec.txt @@ -0,0 +1,11 @@ +Run a build. Look for: +- Run request archived +- Output logs archived with the run request +- Artifacts archived in the build-data directory. +- Configuration for that version archived in configurations directory. +- Status for that version archived in the status directory + +Run the build again for the same project and build ref: +- Build should be skipped. +- Run request should be archived. +