@@ -169,7 +169,7 @@ func TestMutatePodIfCached(t *testing.T) {
169169
170170func  TestMutatePodIfCachedWithCacheEntryExist (t  * testing.T ) {
171171	executionCache  :=  & model.ExecutionCache {
172- 		ExecutionCacheKey : "1933d178a14bc415466cfd1b3ca2100af975e8c59e1ff9d502fcf18eb5cbd7f7 " ,
172+ 		ExecutionCacheKey : "07f2c42567af4f141a52887e0a113c9aefdfdfd5e6b06b9908f7fdb0b43739af " ,
173173		ExecutionOutput :   "testOutput" ,
174174		ExecutionTemplate : `{"container":{"command":["echo", "Hello"],"image":"python:3.11"}}` ,
175175		MaxCacheStaleness : - 1 ,
@@ -188,7 +188,7 @@ func TestMutatePodIfCachedWithCacheEntryExist(t *testing.T) {
188188
189189func  TestDefaultImage (t  * testing.T ) {
190190	executionCache  :=  & model.ExecutionCache {
191- 		ExecutionCacheKey : "1933d178a14bc415466cfd1b3ca2100af975e8c59e1ff9d502fcf18eb5cbd7f7 " ,
191+ 		ExecutionCacheKey : "07f2c42567af4f141a52887e0a113c9aefdfdfd5e6b06b9908f7fdb0b43739af " ,
192192		ExecutionOutput :   "testOutput" ,
193193		ExecutionTemplate : `{"container":{"command":["echo", "Hello"],"image":"python:3.11"}}` ,
194194		MaxCacheStaleness : - 1 ,
@@ -239,7 +239,7 @@ func TestCacheNodeRestriction(t *testing.T) {
239239
240240func  TestMutatePodIfCachedWithTeamplateCleanup (t  * testing.T ) {
241241	executionCache  :=  & model.ExecutionCache {
242- 		ExecutionCacheKey : "c81988503d55a5817d79bd972017d95c37f72b024e522b4d79787d9f599c0725 " ,
242+ 		ExecutionCacheKey : "4b868c5d0b64e4d93e529eadaa04f0451eb5ae5c652dd79c08bdc47a6a1fe67a " ,
243243		ExecutionOutput :   "testOutput" ,
244244		ExecutionTemplate : `Cache key was calculated from this: {"container":{"command":["echo", "Hello"],"image":"python:3.11"},"outputs":"anything"}` ,
245245		MaxCacheStaleness : - 1 ,
0 commit comments