Closed pabelanger closed 3 years ago
Pull-request updated, HEAD is now 3c37f3c5aaa76d69235d56ca962c42567d4e144b
Pull-request updated, HEAD is now 22187c4ef4dfc396c8f709252880a23e4ce4c474
Pull-request updated, HEAD is now 7d63bc848e9f81e3bd7c90dcf53f0fe218767964
Pull-request updated, HEAD is now aa2c4591c34e6baad227adba3386604d48d1bc39
From the output, it looks like this is using:
STEP 1: FROM quay.io/ansible/ansible-runner:devel
Did it build that image from one of your other dependent PRs, or is it what's actually on quay?
From the output, it looks like this is using:
STEP 1: FROM quay.io/ansible/ansible-runner:devel
Did it build that image from one of your other dependent PRs, or is it what's actually on quay?
This will pull directly from quay.io, the way to tell is if you look in the commit message / first comment there is no depends-on syntax. What I'd like to do, is if we land this change, and publish the awx-ee, the next PR will have a depends-on to the multi-stage build change in ansible-runner, so we can confirm we can still build the execution environment properly
This job uses podman to build the awx execution environment. This job does not test that ansible-builder worked properly. For that, we'll be creating a 2nd job which runs ansible-builder, then compares the output of the context folder to confirm the files in git are the same.
Signed-off-by: Paul Belanger pabelanger@redhat.com