Skip to content

Update htcondor docker image version and revert the job agent from optimiser.sh

This PR brings two contributions:

  • it brings back the previous Job Agent since the current site sonar constraints do not match the running workers. If one needs to test the site sonar constraints feature, one needs to edit the "optimiser.sh" file and uncomment/update the commented line.
  • it updates the htcondor docker image to a newer one (from 8.9.6-el7 to 10.0.0-el7). The previous htcondor image was 3 years old and generated the following errors each 5 minutes:
03/10/23 19:42:00 SECMAN: FAILED: Received "DENIED" from server for user condor_pool@localhost.localdomain using method PASSWORD.
03/10/23 19:42:00 ERROR: SECMAN:2010:Received "DENIED" from server for user condor_pool@localhost.localdomain using method PASSWORD.
03/10/23 19:42:00 Failed to start non-blocking update to <192.168.0.5:9618>.

I've tested the proposed configuration as follows:

  • build and start the infrastructure
  • run ./optimiser.sh on JCentral-dev_1
  • submit a test job
  • check that the job is executed
  • check that htcondor (worker1_1, worker2_1 and JCentral-dev-CE_1) does not generates the previously mentioned error.

Signed-off-by: Elena Mihailescu maria.mihailescu@upb.ro

Merge request reports