From 83492cfabc334b57e17fa2ee2a865f507d1e65a3 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 15 Sep 2023 18:08:06 -0400 Subject: [PATCH] ci: Rework to do validation after fetching git Prep for adding Sagano as a git submodule. --- .cci.jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.cci.jenkinsfile b/.cci.jenkinsfile index c5e5f34ba8..543d735c42 100644 --- a/.cci.jenkinsfile +++ b/.cci.jenkinsfile @@ -7,11 +7,10 @@ cosaPod(cpus: 4, memory: "9Gi") { def basearch = shwrapCapture("cosa basearch") def mechanical_streams = ['branched', 'rawhide'] - shwrap("cd config && ci/validate") - shwrap(""" mkdir -p /srv/coreos && cd /srv/coreos cosa init ${env.WORKSPACE}/config + (cd src/config && ci/validate) python3 /usr/lib/coreos-assembler/download-overrides.py # prep from the latest builds so that we generate a diff on PRs that add packages cosa buildfetch --stream=${env.CHANGE_TARGET}