From 75476807319fabf91fa3d1fc7053ace7161c7b88 Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 6 Mar 2020 10:59:25 -0500 Subject: [PATCH] Pull the Postgres image in parallel with the other images during CI --- .cico-pr.pipeline | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.cico-pr.pipeline b/.cico-pr.pipeline index 14a7ec89..56582c2d 100644 --- a/.cico-pr.pipeline +++ b/.cico-pr.pipeline @@ -68,6 +68,11 @@ node('factory2'){ stage('Pull quay.io/factory2/mbs-test-fedora') { onmyduffynode 'docker pull quay.io/factory2/mbs-test-fedora' } + }, + postgres: { + stage('Pull docker.io/postgres:9.5.17') { + onmyduffynode 'docker pull docker.io/postgres:9.5.17' + } } }