summaryrefslogtreecommitdiffstats
path: root/.gitmodules
AgeCommit message (Collapse)AuthorFilesLines
2022-12-08Get rid of global jjb in AnuketCédric Ollivier1-3/+0
They are useless here, never updated and failed a lot because of package management issues in it. It now defines all views in the classical way. It also removes all rtd jobs as they are useless. Our docs are built on git events via RTD too. (and it avoids the hardcoded token which should be a security convern). If needed, cirv and laas python verification will be updated in a second patchset. Change-Id: I5aee179d804a5547a464501a03d7afa395420552 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-10-12Prepare repo for global-jjb v0.25.0Aric Gardner1-1/+1
Global JJB now has non-JJB YAML configuration and requires action on the ci-management repo when upgrading to this version of Global JJB to prevent JJB from picking up these YAMLs as config. Follow the instructions below BEFORE upgrading globall-jjb: cd <git-root> git mv jjb/global-jjb global-jjb mkdir jjb/global-jjb ln -s ../../global-jjb/shell jjb/global-jjb/shell ln -s ../../global-jjb/jjb jjb/global-jjb/jjb git add jjb/global-jjb git commit -sm "Prepare repo for global-jjb v0.25.0" Git diff confirms no changes. diff -bur . /tmp/releng/job_output/ Change-Id: I6d7239b8bab8ef08368f833d9a64cd94a824b158 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2018-03-01Include global-jjb v0.15.0Trevor Bramwell1-0/+3
Global-JJB[1][2] is a collection of reusable JJB templates created by The Linux Foundation Release Engineering team. Using it will allow OPNFV to take advantage of the Release Engineering work being done across all the other Linux Foundation projects. Including the submodule won't affect current jobs as templates aren't used until they are listed in a job definition. New releases of global-jjb won't affect our jobs since the submodule is pointed at a tag and needs to be manually updated to a new release. [1] https://github.com/lfit/releng-global-jjb [2] http://docs.releng.linuxfoundation.org/projects/global-jjb/en/latest/index.html Change-Id: Id1548438b57df177a7a37cb3ed5de6ae0febab3d Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>