validation: Move docker build job to aarch64_build 49/3349/1
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Thu, 9 Apr 2020 11:23:12 +0000 (13:23 +0200)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Thu, 9 Apr 2020 11:23:12 +0000 (13:23 +0200)
Previously, validation docker build jobs used to run on 'aarch64_dev'
labeled slaves, which are also used by IEC installers (compass, fuel)
that interfere with the machine's Docker service (usually by restarting
the Docker service when the install/deploy is started; which
unfortunately overlaps quite frequently with the validation docker build
job). Of course, this is also possible due to the 'aarch64_dev' nodes
having more than 2 executors (currently 3).

To avoid this, we could add build-blockers to both IEC install jobs and
validation docker build jobs, but that would create unnecessary cross
dependencies between IEC and validation projects.
Instead, move the validation Docker build to nodes servicing the label
'aarch64_build', which only have 2 executors and currently only run TA
RPM/ISO build jobs that do not interfere in a destructive way with the
Docker service on the machine.

JIRA: VAL-101

Change-Id: Iebc57a6a710b96ee6dcb04ea5e98243af3b44fa8
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
jjb/validation/validation-docker.yaml

index d272102..0143422 100644 (file)
@@ -17,7 +17,7 @@
       - 'amd64':
           slave_label: 'ubuntu1604-docker-8c-8g'
       - 'arm64':
-          slave_label: 'aarch64_dev'
+          slave_label: 'aarch64_build'
 
     jobs:
       - akraino-validation-docker-multiarch