Age | Commit message (Collapse) | Author | Files | Lines |
|
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>
|
|
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>
|
|
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>
|