Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jobs-builder: RIP #554

Merged
merged 1 commit into from
Dec 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,3 @@ jobs:
ci_repo=$(go env GOPATH)/src/github.com/kata-containers/ci
pushd ${ci_repo}
GOPATH=$(go env GOPATH) .ci/static-checks.sh
# Check that all jobs can be generated.
jobs-builder-check:
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install the Jenkins Job Builder
run: |
pip install --user --upgrade jinja2
pip install --user jenkins-job-builder==4.3.0
- name: Check it can generate all jobs
run: |
cd jobs-builder
cp jjb.conf.template jjb.conf
./publish_jobs.sh -c jjb.conf -t
37 changes: 0 additions & 37 deletions .github/workflows/publish_jobs.yml

This file was deleted.

3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,3 @@ The Jenkins CI jobs can be controlled (such as re-triggered or skipped) in a num
control trigger phrases are listed on
[a community repo wiki page](https://github.com/kata-containers/community/wiki/Controlling-the-CI).

# Jobs builder

See [README](jobs-builder/README.md) for information about the use of Jenkins Job Builder (JJB) to make the CI jobs.
89 changes: 0 additions & 89 deletions jobs-builder/README.md

This file was deleted.

20 changes: 0 additions & 20 deletions jobs-builder/jjb.conf.template

This file was deleted.

Loading
Loading