From 5a6c48db3623f41502408de7816028a5cf8f5c7c Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Thu, 13 Oct 2022 14:08:56 -0400 Subject: [PATCH] ci: migrate to new directory and method names The previous `fcos*` ones are deprecated. See: https://github.com/coreos/coreos-ci-lib/pull/122 --- .cci.jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cci.jenkinsfile b/.cci.jenkinsfile index d9c9364c..e892fb44 100644 --- a/.cci.jenkinsfile +++ b/.cci.jenkinsfile @@ -10,8 +10,8 @@ buildPod { cosaPod { unstash name: 'build' - fcosBuild(skipKola: true, overlays: ["install"]) + cosaBuild(skipKola: true, overlays: ["install"]) // Skipping kdump.crash due to CI failure in afterburn repo // https://github.com/coreos/fedora-coreos-tracker/issues/1075 - fcosKola(extraArgs: "--denylist-test ext.config.kdump.crash") + kola(extraArgs: "--denylist-test ext.config.kdump.crash") }