k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/jobs/config.json (about) 1 { 2 "fake-branch": { 3 "args": [ 4 "./fake/fake-branch.sh" 5 ], 6 "scenario": "execute", 7 "sigOwners": [ 8 "sig-testing" 9 ] 10 }, 11 "fake-failure": { 12 "args": [ 13 "exit(1)" 14 ], 15 "scenario": "execute", 16 "sigOwners": [ 17 "sig-testing" 18 ] 19 }, 20 "fake-pr": { 21 "args": [ 22 "./fake/fake-pr.sh" 23 ], 24 "scenario": "execute", 25 "sigOwners": [ 26 "sig-testing" 27 ] 28 }, 29 "random_job": { 30 "scenario": "execute", 31 "sigOwners": [ 32 "sig-testing" 33 ] 34 } 35 }