--- - project: name: Osmocom-repo-install jobs: - Osmocom-repo-install-{distro} distro: - centos8: feeds: !!python/tuple [nightly, latest] # next: disabled (OS#5322) - debian10: feeds: !!python/tuple [nightly, latest] - debian11: feeds: !!python/tuple [nightly, latest] - job-template: name: Osmocom-repo-install-{distro} project-type: matrix defaults: global description: | Install {distro} packages from the Osmocom binary packages repositories, test if binaries and systemd services can be started.

Related:
node: osmocom-master-debian9 parameters: - string: name: BRANCH_CI description: | osmo-ci.git branch default: 'master' - string: name: BRANCH_DP description: | docker-playground.git branch default: 'master' axes: - axis: type: slave name: label values: !!python/tuple [repo-install-test] - axis: type: user-defined name: feed values: '{obj:feeds}' builders: - shell: | export OSMO_BRANCH_DOCKER_PLAYGROUND="$BRANCH_DP" export FEED="$feed" scripts/repo-install-test.sh "{distro}" scm: - git: branches: - '$BRANCH_CI' url: https://gerrit.osmocom.org/osmo-ci git-config-name: 'Jenkins Builder' git-config-email: 'jenkins@osmocom.org' triggers: - timed: "H 10 * * *" # run after osmocom-obs.yml publishers: - email: notify-every-unstable-build: true recipients: 'jenkins-notifications@lists.osmocom.org' # vim: expandtab tabstop=2 shiftwidth=2