CE-1965: fix cicd chokidar filewatchers error
Closes CE-1965
Merge request reports
Activity
requested review from @alexandermadsen, @domonkosgulyas, and @imretoth
assigned to @christinajenks
Note that https://gitlab.esss.lu.se/ccce/dev/ce-deploy-ui/-/jobs/347862 failed due to the whole pipeline taking an hour to run in GitLab, and timed out. This is most likely a separate issue considering running that same pipeline locally takes less than 5 minutes on my computer. :/
Main point is that the Chokidar errors are gone now...which ironically might even help with the performance problems.
Edited by Christina Jenks
66 66 stage: test 67 67 image: $CYPRESS_IMAGE 68 68 script: 69 - npx cypress run --component --browser chrome 69 - CHOKIDAR_USEPOLLING=1 npx cypress run --component --browser chrome I see true being used here: https://create-react-app.dev/docs/advanced-configuration/ but never seen it being suggested anywhere, but that being said I do prefer true vs 1 for pure visual clarity.
changed this line in version 2 of the diff
https://gitlab.esss.lu.se/ccce/dev/ce-deploy-ui/-/jobs/348734 looks great, but I'll update per Alexander's comment first.
added 1 commit
- 115dac06 - use "true" instead of "1" for chokidar config
mentioned in commit dd5778fe