Skip to content

Commit 3a4ced5

Browse files
committed
ci: Remove Prow and coreos-ci Jenkins infrastructure
Remove the legacy CI artifacts that are no longer in use: - ci/prow/: No-op placeholder Dockerfile and script that were kept while waiting for the job to be removed from openshift/release. Remove them entirely so Prow stops running on every PR. - .cci.jenkinsfile: Orphaned coreos-ci Jenkins pipeline. Not referenced by anything in the repo and superseded by GitHub Actions and Konflux. - ci/installdeps.sh: Remove stale comment referencing the Prow job. The Prow job was already removed from openshift/release: openshift/release#81042
1 parent 1b705ff commit 3a4ced5

4 files changed

Lines changed: 1 addition & 92 deletions

File tree

.cci.jenkinsfile

Lines changed: 0 additions & 77 deletions
This file was deleted.

ci/installdeps.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33

44
set -xeuo pipefail
55

6-
# This is used by our OpenShift Prow job; we use the
7-
# cosa buildroot container
8-
# https://github.com/coreos/coreos-assembler/pull/730
9-
# And using `yum` at all means we can flake on fetching rpm metadata
6+
# Skip if explicitly requested or if not running as root
107
if [ -n "${SKIP_INSTALLDEPS:-}" ] || test "$(id -u)" != 0; then
118
exit 0
129
fi

ci/prow/Dockerfile

Lines changed: 0 additions & 6 deletions
This file was deleted.

ci/prow/fcos-e2e.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)