Changes
#10 (Feb 20, 2024, 8:30:13 PM)
- jobs/seed-github-ci: fix branch rescan trigger — Jonathan Lebon / githubweb
#9 (Feb 20, 2024, 8:19:15 PM)
- jobs/seed-github-ci: fix cron() argument type — Jonathan Lebon / githubweb
#8 (Feb 20, 2024, 8:17:36 PM)
- jobs/seed-github-ci: fix trigger job DSL definition — Jonathan Lebon / githubweb
#6 (Feb 20, 2024, 8:12:05 PM)
- HACKING.md: minor tweaks — Jonathan Lebon / githubweb
- jobs: add `test-override` job — Jonathan Lebon / githubweb
- jobs: add `bodhi-trigger` job — Jonathan Lebon / githubweb
- jobs/test-override: update build description at the end — Jonathan Lebon / githubweb
- jobs/bodhi-trigger: wrap testing in cosa pod — Jonathan Lebon / githubweb
- jobs/bodhi-trigger: add reporting to ResultsDB — Jonathan Lebon / githubweb
- jenkins/config: add JCASC dropin for jms-messaging-plugin — Jonathan Lebon / githubweb
- jobs/bodhi-trigger: fix result propagation — Jonathan Lebon / githubweb
- ci: add sanity-check for Groovy files — Jonathan Lebon / githubweb
- jobs/test-override: on mechanical streams, build on top of known good — Jonathan Lebon / githubweb
- jobs/bodhi-trigger: simplify triggering — Jonathan Lebon / githubweb
- jobs/bodhi-trigger: fix CI retrigger message handling — Jonathan Lebon / githubweb
- jobs/bodhi-trigger: read SRPM list from `bodhi-testing.yaml` — Jonathan Lebon / githubweb
- jobs/test-override: resolve Bodhi IDs to Koji IDs early on — Jonathan Lebon / githubweb
- bodhi-testing.yaml: support specifying tests to run — Jonathan Lebon / githubweb
- README.md: update Jenkins URL — Jonathan Lebon / githubweb
- bodhi-testing.yaml: make test patterns more globby — Jonathan Lebon / githubweb
- jobs/seed-github-ci: add openshift/os — Jonathan Lebon / githubweb
#6 (Feb 20, 2024, 8:12:05 PM)
- Add `HOME` workaround to other shwrap helpers — Jonathan Lebon / githubweb
- kolaTestIso: Update to reflect new kola testiso in coreos-assembler — Renata Ravanelli / githubweb
- Set `HOME` at the pod level instead of in shwrap helpers — Jonathan Lebon / githubweb
- Add `umask` workaround to other shwrap helpers — Jonathan Lebon / githubweb
- Revert "Set `HOME` at the pod level instead of in shwrap helpers" — Jonathan Lebon / githubweb
- pod: Enable secret subpath option — Jonathan Lebon / githubweb
- kola: add support for allowRerunSuccess — Dusty Mabe / githubweb
- kola: don't use whitespace in --allow-rerun-success option — Dusty Mabe / githubweb
- pod: Allow caller to specify name of pod — Dusty Mabe / githubweb
- kola: refactor and add support for warn: true tests — Dusty Mabe / githubweb
- kola: specify action to runKola helper — Dusty Mabe / githubweb
- kola: use `=` for options with values — Dusty Mabe / githubweb
- checkoutToDir: Recurse submodules — Jonathan Lebon / githubweb
- job.yaml: fix apiVersion and other tweaks — Jonathan Lebon / githubweb
- buildconfig.json: fix apiVersion — Jonathan Lebon / githubweb
- kola/kolaTestIso: use `kola-junit` to publish JUnit test results — Jonathan Lebon / githubweb
- pod: support setting env vars in the pod — Dusty Mabe / githubweb
- cosaBuild: add `srcConfig` and `variant` parameters — Jonathan Lebon / githubweb
#5 (Feb 8, 2023, 3:21:44 PM)
- jobs: drop butane — Jonathan Lebon / githubweb
- README-upstream-ci.md: fix links to coreos-ci-lib — Luca Bruno / githubweb
- README-upstream-ci: document contributor trust — Jonathan Lebon / githubweb
- manifests/jenkins: enable OVERRIDE_PV_PLUGINS_WITH_IMAGE_PLUGINS — Jonathan Lebon / githubweb
- manifests/jenkins: override default jenkins-agent image — Jonathan Lebon / githubweb
- Stop mounting GitHub OAuth secret into Jenkins — Jonathan Lebon / githubweb
- Manage coreosbot GitHub token with k8s credentials provider — Jonathan Lebon / githubweb
- Manage GitHub webhook secret with k8s credentials provider — Jonathan Lebon / githubweb
- Use same `jenkins.yaml` as FCOS pipeline — Jonathan Lebon / githubweb
- Adapt to latest pipeutils — Jonathan Lebon / githubweb
- Use same `pipeline.yaml` as FCOS pipeline — Jonathan Lebon / githubweb
#5 (Feb 8, 2023, 3:21:44 PM)
- Move from Quay.io to app.ci — Jonathan Lebon / githubweb
- buildImage: add support for setting memory and cpu — Jonathan Lebon / githubweb
- buildImage: fix resource request — Jonathan Lebon / githubweb
- Add withPodmanRemote — Jonathan Lebon / githubweb
- pod: set both the resource CPU request and limit — Jonathan Lebon / githubweb
- fcosKola: parallelize kola to the number of CPUs — Jonathan Lebon / githubweb
- cosaPod: point back to Quay.io for cosa — Jonathan Lebon / githubweb
- job.yaml: switch to minimal image; use :latest tag — Jonathan Lebon / githubweb
- pod: set memory limit also — Dusty Mabe / githubweb
- Add `tryWithCredentials` custom step — Jonathan Lebon / githubweb
- tree: drop FCOS name from custom steps — Jonathan Lebon / githubweb
- tree: drop FCOS wording from various places — Jonathan Lebon / githubweb
- tree: Add symbolic links for compatibility — Jonathan Lebon / githubweb
- kola: run provisioning tests separately — Dusty Mabe / githubweb
- utils: add substituteStr — Jonathan Lebon / githubweb
- vars/utils: add compat symlink from /srv/fcos to /srv/coreos — Jonathan Lebon / githubweb
- kolaTestIso: reduce conditional logic with scenariosArg var — Dusty Mabe / githubweb
- kolaTestIso: port over some changes from kola.groovy — Dusty Mabe / githubweb
- {kola,kolaTestIso}: reduce number of try/finally blocks — Dusty Mabe / githubweb
- {kola,kolaTestIso}: initial stab at multi-arch support — Dusty Mabe / githubweb
- kola: simplify tests on non-QEMU or if user passed extraArgs — Dusty Mabe / githubweb
- kola: add allowUpgradeFail argument — Dusty Mabe / githubweb
- {kola,kolaTestIso}: make the parallel run names more meaningful — Dusty Mabe / githubweb
- {kola,kolaTestIso}: remove the unnecessary stage declaration — Dusty Mabe / githubweb
- {kola,kolaTestIso}: make the collection of logs non-fatal — Dusty Mabe / githubweb
- kolaTestIso: scope the testIsoRuns* vars — Dusty Mabe / githubweb
- kolaTestIso: collapse all runs into single map — Dusty Mabe / githubweb
- {kola,kolaTestIso}: workaround issue with accessDenied from dir() — Dusty Mabe / githubweb
- Revert "vars/utils: add compat symlink from /srv/fcos to /srv/coreos" — Jonathan Lebon / githubweb
- Revert "tree: Add symbolic links for compatibility" — Jonathan Lebon / githubweb
- kola: run with parallel even if single stage — Jonathan Lebon / githubweb
- utils: add credentialsExist() helper — Dusty Mabe / githubweb
- utils: add syncCredentialsIfInRemoteSession() helper — Dusty Mabe / githubweb
- kola: make marker default to "" — Jonathan Lebon / githubweb
- {kola,kolaTestIso}: remove Arch from stage run titles by default — Jonathan Lebon / githubweb
- utils: add runParallel() function — Dusty Mabe / githubweb
- kola/kolaTestIso: fix tar path — Dusty Mabe / githubweb
- CODEOWNERS: drop saqibali-2k — Dusty Mabe / githubweb
- kola/kolaTestIso: support skipSecureBoot — Dusty Mabe / githubweb
- withPodmanRemote: add port 22 to CONTAINER_HOST env var — Dusty Mabe / githubweb
- kola: denylist rhcos.upgrade.from-ocp-rhcos for now — Jonathan Lebon / githubweb
- Drop gangplank.groovy — Jonathan Lebon / githubweb
- Add warn helper — Jonathan Lebon / githubweb
- Revert "kola: denylist rhcos.upgrade.from-ocp-rhcos for now" — Jonathan Lebon / githubweb
- buildImage: use variable instead of duplicated string — Jonathan Lebon / githubweb
- buildImage: put tarball in directory itself — Jonathan Lebon / githubweb
- buildImage: drop support for `workspace` parameter — Jonathan Lebon / githubweb
- kola: fix allowUpgradeFail by removing id from log check — Jonathan Lebon / githubweb
#2 (Mar 7, 2022, 6:26:07 PM)
- jobs: delete ignition-dracut — Jonathan Lebon / githubweb
- jobs: rename fcct to butane — Jonathan Lebon / githubweb
- jobs: don't create jobs in folders — Jonathan Lebon / githubweb
#2 (Mar 7, 2022, 6:26:07 PM)
- pod: use `coreos-ci-sa` serviceAccount when using `runAsUser` — Jonathan Lebon / githubweb
- pod: use serviceAccountName instead of serviceAccount — Jonathan Lebon / githubweb
- pod: set serviceAccount in podTemplate instead of YAML — Jonathan Lebon / githubweb