#I m seeing a weird thing maybe someone

1 messages · Page 1 of 1 (latest)

solid pagoda
#

When it runs the previous step again, is it all cached? Or is it all new?

brisk hound
#

It's all new the 2nd time

#

and then when it completes if I run the script again, it's all cached

#

and once or twice I had it randomly not need to rerun a second time

solid pagoda
#

Okay yeah it's almost certainly related to the fact that you are invoking the engine multiple times and making use of localdirs. I am a bit surprised by the inconsistency, but one possibility is that when you are writing to ./bin you may be changing your workdir, which will sometimes result in invalidation the next time around

#

It doesn't fully add up though

brisk hound
#

Yeah I clean the ./bin between script executions, so it should be consistent within the script run. But I'm happy to chalk it up to cross-engine weirdness and wait for the fancy new bash sdk 😄

solid pagoda
brisk hound
#

I can try adding the local dir to the other engine executions if that makes a difference

#

Yeah no difference. I'll follow up once the bash sdk is ready