Skip to content

Commit

Permalink
Merge pull request #554 from wainersm/farewell_to_jobs-builder
Browse files Browse the repository at this point in the history
jobs-builder: RIP
  • Loading branch information
wainersm committed Dec 1, 2023
2 parents a0b1961 + 14efbb9 commit dde8321
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 1,251 deletions.
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

0 comments on commit dde8321

Please sign in to comment.