The directories /home/jenkins/externalDependency/ and /home/jenkins/testDependency are cached dependency files used in perf or system tests. If these directories do not have the latest files, the tests will fail. Two solutions to this are
- Periodically delete these directories, or whenever a change to the files is detected upstream, delete the cache
- A solution on the test side is to check to see if the cached files are up to date before running the test