You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And in the first "build" step, in between my run I can see that the cache exist and is used:
So here we can see the key Linux-yarn-deps-36fdbe6f8090aece958f295c8ac3883736dd57ea22192a2250c46227dd993bd0-1a11cd124cc1124187ccef56609eea06762fed32c56c2fd43093e51ab857b52b properly restore as expected.
The issue is when I try to restore the exact same cache in "test-e2e" or "test-performances" I have the following:
Here I searched for the key inside action "basic" to make sure they're the same. So I don't understand why it fail.
The strange thing is that if I duplicate the "build" phase into the two tests jobs. Then, the cache is properly hit.
Am I missing something or is that a bug ?
I have found this who seems related, but also resolved: #1114
I've also tried to enable "enableCrossOsArchive" just for the sake of it, but it doesn't fix the issue.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey there.
I have a workflow defined like so:
And in the first "build" step, in between my run I can see that the cache exist and is used:

So here we can see the key
Linux-yarn-deps-36fdbe6f8090aece958f295c8ac3883736dd57ea22192a2250c46227dd993bd0-1a11cd124cc1124187ccef56609eea06762fed32c56c2fd43093e51ab857b52b
properly restore as expected.The issue is when I try to restore the exact same cache in "test-e2e" or "test-performances" I have the following:

Here I searched for the key inside action "basic" to make sure they're the same. So I don't understand why it fail.
The strange thing is that if I duplicate the "build" phase into the two tests jobs. Then, the cache is properly hit.
Am I missing something or is that a bug ?
I have found this who seems related, but also resolved: #1114
I've also tried to enable "enableCrossOsArchive" just for the sake of it, but it doesn't fix the issue.
Beta Was this translation helpful? Give feedback.
All reactions