From dd04e943e047512cf53cfff28783115e06533a9d Mon Sep 17 00:00:00 2001 From: Wolfgang Schoenberger <221313372+wolfiesch@users.noreply.github.com> Date: Tue, 21 Jul 2026 02:26:23 -0700 Subject: [PATCH 1/2] test: exercise CIHash shadow proof path --- scripts/cihash-shadow-pilot.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 scripts/cihash-shadow-pilot.json diff --git a/scripts/cihash-shadow-pilot.json b/scripts/cihash-shadow-pilot.json new file mode 100644 index 00000000..f46bd021 --- /dev/null +++ b/scripts/cihash-shadow-pilot.json @@ -0,0 +1,3 @@ +{ + "purpose": "Exercise the CIHash proof and ordinary tooling shadow paths for the same pull request." +} From 7f83b64c1d35b63be0f74afca319a98819bb8341 Mon Sep 17 00:00:00 2001 From: Wolfgang Schoenberger <221313372+wolfiesch@users.noreply.github.com> Date: Tue, 21 Jul 2026 03:26:51 -0700 Subject: [PATCH 2/2] test: repeat CIHash shadow proof path --- scripts/cihash-shadow-pilot.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/cihash-shadow-pilot.json b/scripts/cihash-shadow-pilot.json index f46bd021..434cefac 100644 --- a/scripts/cihash-shadow-pilot.json +++ b/scripts/cihash-shadow-pilot.json @@ -1,3 +1,4 @@ { - "purpose": "Exercise the CIHash proof and ordinary tooling shadow paths for the same pull request." + "purpose": "Exercise the CIHash proof and ordinary tooling shadow paths for the same pull request.", + "run": 2 }