At the moment, when we remote trigger test jobs from AQA_Test_Pipeline on a separate server, and want to retrieve status, we are polling every 10 seconds, which is overkill. We can switch it to every 10-20 min 4 min (as per adoptium/ci-jenkins-pipelines#1360) which will reduce the size of console output and less queries to remote server.
https://github.com/adoptium/aqa-tests/blob/master/buildenv/jenkins/aqaTestPipeline.groovy#L348-L375
The polling interval for remote triggered jobs from the build pipeline is already changed to every 20 min (via this PR: adoptium/ci-jenkins-pipelines#1240).
At the moment, when we remote trigger test jobs from AQA_Test_Pipeline on a separate server, and want to retrieve status, we are polling every 10 seconds, which is overkill. We can switch it to every
10-20 min4 min (as per adoptium/ci-jenkins-pipelines#1360) which will reduce the size of console output and less queries to remote server.https://github.com/adoptium/aqa-tests/blob/master/buildenv/jenkins/aqaTestPipeline.groovy#L348-L375
The polling interval for remote triggered jobs from the build pipeline is already changed to every 20 min (via this PR: adoptium/ci-jenkins-pipelines#1240).