Closed bruno-villa closed 4 years ago
hi @bruno-villa
can you please download latest docker of predator-runner and try again
docker pull zooz/predator-runner:latest
Hi,
thank you for such a quick reply. I tried that and also ran docker image rm zooz/predator-runner:1.5
. Re-running the test yields the same error and I see predator-runner:1.5
in my list of images so predator seems to be pulling this specific version (which I thought would be the same).
Hi @bruno-villa
The problem is that the predator image and predator-runner are not matched.
for predator you use master and for predator-runner 1.5
I advise start predator with 1.5 tagged image:
docker run -d --rm -e SQLITE_STORAGE=db/predator -e JOB_PLATFORM=DOCKER -e INTERNAL_ADDRESS=http://${IP}:8080/v1 -p 8080:80 --name predator -v /var/run/docker.sock:/var/run/docker.sock -v /tmp/predator:/usr/db zooz/predator:1.5
Hi @enudler Indeed, specifying version 1.5 of the image solves the issue (the UI still says 1.5.4 though). I can confirm tests are now running as expected so I'll close the issue. Thank you.
Describe the bug Test jobs will exit with
Error: Missing mandatory variables: RUN_ID
To Reproduce Steps to reproduce the behavior:
Error: Missing mandatory variables: RUN_ID at Object.module.exports.verifyEnvironmentVars (/usr/app/utils/verifier.js:37:21) at Object. (/usr/app/app.js:2:29)
at Module._compile (module.js:653:30)
at Object.Module._extensions..js (module.js:664:10)
at Module.load (module.js:566:32)
at tryModuleLoad (module.js:506:12)
at Function.Module._load (module.js:498:3)
at Function.Module.runMain (module.js:694:10)
at startup (bootstrap_node.js:204:16)
at bootstrap_node.js:625:3