Update .gitlab-ci.yml
-
Author Owner
@kusmenko What do you think of this way of integration-testing the generated middleware projects(checks if compilation passes)
-
Developer
that looks indeed like a good idea. I will have a closer look tomorrow.
-
Developer
Do you want to create an example app under applications?
-
Author Owner
Sure, I can work on that next week. Should we port the cooperative intersection or create a new component/system?
-
Developer
no need for a new one, the intersection is a good one.
just tried to run the integration stage, but it had a problem pulling the docker image. is the name correct?
-
Author Owner
I just added the registery url to the image name, hopefully that will fix it
-
Author Owner
The image is now found, but i get
ERROR: Job failed (system failure): timedout waiting for pod to start
again. Any fixes/workarounds to that? -
Developer
I have seen that one before which was fixed by just restarting the job.. seems to work here too
-
Author Owner
Jobs (re)started by you seem to use a different runner. Mine is
SE Runner (#25)
, yours isMDSE Runner (#1436)
.=> Restarting only fixes the issue with different rights(see https://git.rwth-aachen.de/monticore/EmbeddedMontiArc/generators/EMAM2Middleware/-/jobs/269082)