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>
|
|
This reverts commit 1ca7b55423fe27db97ee626f621bd5d996cb3506.
Change-Id: I60af8017e88659d0dc7f7d77a3f82b3d8a077f7d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
It's an attempt to reuse lf-build5
Change-Id: I3cae8f4d6f5eef733e52cfff1ece72c50d5e03be
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
Change-Id: I2c8e2e45ef0ffe21c77a26b0bbf719df7bc724f1
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
Also: Add missing throttle options
Change-Id: Ia848fae98d29eba122f4bcff7389174b8f550b4a
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
|
|
Issue: RELENG-1774
Change-Id: I585d2d604485aefaf106d0eaba13d91dd3ddd952
Signed-off-by: Daniel Takamori <dtakamori@contractor.linuxfoundation.org>
|
|
Release notes:
https://docs.releng.linuxfoundation.org/projects/global-jjb/en/latest/release-notes.html#v0-26-1
XMLDIFF: https://hastebin.com/abojibiguh.bash
Change-Id: I3e9c50c5efee331b7f05ecebb8bfe7e554a95f68
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
|
|
This brings in:
Skip vote for releng-rtd from gerrit trigger
and three changes after it that are either innocuous or important.
xmldiff:
https://hastebin.com/zutufehafa.diff
Change-Id: Ic5c67ff5d6aebc6fc2149b212acc3bcf7cf9951b
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
|
|
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>
|