Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lttng/lttng-ci
The LTTng CI infrastructure configuration
https://github.com/lttng/lttng-ci
ci jenkins lttng
Last synced: about 1 month ago
JSON representation
The LTTng CI infrastructure configuration
- Host: GitHub
- URL: https://github.com/lttng/lttng-ci
- Owner: lttng
- License: gpl-2.0
- Created: 2015-09-04T13:47:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-10-10T17:46:16.000Z (about 1 year ago)
- Last Synced: 2023-10-10T23:31:22.296Z (about 1 year ago)
- Topics: ci, jenkins, lttng
- Language: Shell
- Homepage: https://ci.lttng.org/
- Size: 1.83 MB
- Stars: 12
- Watchers: 8
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LTTng configuration for Jenkins
This repository holds the configuration of the LTTng Jenkins jobs. It is
meant to be used with Jenkins Job Builder from the OpenStack Foundation.It can be installed with:
$ virtualenv -p python3 .venv
$ . .venv/bin/activate
$ pip install jenkins-job-builder## Example Usage
Generate XML files for Jenkins jobs from YAML files:
$ jenkins-jobs test jobs/ -o output/
Update Jenkins jobs which name starts with "babeltrace":
$ jenkins-jobs --conf etc/jenkins_jobs.ini update jobs/ babeltrace*
## Updating kernel and modules jobs
# Delete current RC jobs
$ jenkins-jobs --conf etc/jenkins_jobs.ini delete --path jobs/lttng-modules.yaml:jobs/kernel.yaml \*rc\*_build# Update kernel versions
$ automation/kernel-seed.py > jobs/inc/kernel-versions.yaml.inc# Update jobs
$ jenkins-jobs --conf etc/jenkins_jobs.ini update jobs/lttng-modules.yaml:jobs/kernel.yaml