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
It seems like workspaces persist after jobs are run. This means things can be fast (ie git checkout) but also has some issues with changes and remaining files. For example if I checkout something that creates a whole bunch of new files will they remain after? what about the files generated before (I guess this is why we clean).
The big problem I ran into was with the staging jobs. I wanted to reuse a job to test only the RIOT tests and this caused a failure due to trying to checkout the RIOT git repo over the RobotFW-tests. We would need to clean the workspace in all nodes too I suppose.
Anyways, just something to keep an eye on.
The text was updated successfully, but these errors were encountered:
It seems like workspaces persist after jobs are run. This means things can be fast (ie git checkout) but also has some issues with changes and remaining files. For example if I checkout something that creates a whole bunch of new files will they remain after? what about the files generated before (I guess this is why we clean).
The big problem I ran into was with the staging jobs. I wanted to reuse a job to test only the RIOT tests and this caused a failure due to trying to checkout the RIOT git repo over the RobotFW-tests. We would need to clean the workspace in all nodes too I suppose.
Anyways, just something to keep an eye on.
The text was updated successfully, but these errors were encountered: