Closed IVANDOMENZAIN closed 3 years ago
@mihai-sysbio
It seems that the Matlab code moving the files has no effect. I suspect what it has to do with the git command being slow, so the Matlab command is invoked before the git clone step finished. If so, then this is fixed by changing how the commands are invoked.
It was a good idea to change check_call
to check_output
, but to solve the problem the base branch of the pipeline has to be different than the pull_request_target
in config.ini
. Things look promissing in line 5
INFO:main:Pipeline started on branch fix/issues-with-scripts-folder
Alright, this has been resolved.
In the latest long runs of the automated pipeline (run1, run2, run3) it has been observed an error in the MATLAB command for the
iYali
case. All of these errors point out to the same line (429) in the correspondingmanualModifications
script, however this script is much shorter for this case, which makes conclude that the pipeline is not substituting theiYali
-specific scripts into GECKO, therefore an error pops-up in MATLAB and our pipeline is crashing.Any ideas on how to solve this? I also think that we've seen happening before but don't remember so well.