Hi @<1576381444509405184:profile|ManiacalLizard2> , can you try with the latest agent v1.8.0 and making sure the cache is cleaned before you try again?
Hi @<1576381444509405184:profile|ManiacalLizard2> , we might have identified the specific issue, and a new agent version v 1.8.1rc2 is out with a fix - can you please try it out and let us know if it resolves the issue?
I will try it. But it's a bit random when this happen so ... We will see
@<1523701087100473344:profile|SuccessfulKoala55> I can confirm that v1.8.1rc2 fixed the issue in our case. I manage to reproduce it:
- Do a local commit without pushing
- Create task and queue it
- The queue task failed as expected as the commit is only local
- Push your local commit
- Requeue the task
- Expecting that the task succeeed as the commit is avail: but it fails as the vcs seems to be in weird state from previous failure
- Now with v1.8.1rc2 the issue is solved