Every PR's Playwright E2E job on 1.2.x fails at the docker build step with:
fatal: Remote branch develop-1.2.x not found in upstream origin
tests/e2e/Dockerfile lines 64 and 66 default PLUGIN_THOLD_REF and PLUGIN_MONITOR_REF to develop-1.2.x. Neither Cacti/plugin_thold nor Cacti/plugin_monitor carries that branch. Both repos have develop and main. tests/e2e/docker-compose.yml repeats the same defaults at lines 40 and 42.
Switch the defaults to develop so the harness clones cleanly on every 1.2.x PR.
Every PR's Playwright E2E job on 1.2.x fails at the docker build step with:
tests/e2e/Dockerfilelines 64 and 66 defaultPLUGIN_THOLD_REFandPLUGIN_MONITOR_REFtodevelop-1.2.x. NeitherCacti/plugin_tholdnorCacti/plugin_monitorcarries that branch. Both repos havedevelopandmain.tests/e2e/docker-compose.ymlrepeats the same defaults at lines 40 and 42.Switch the defaults to
developso the harness clones cleanly on every 1.2.x PR.