summaryrefslogtreecommitdiffstats
path: root/global-jjb
AgeCommit message (Collapse)AuthorFilesLines
2018-11-05Update Global JJB to v0.26.1Aric Gardner1-0/+0
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>
2018-10-17Update Global-jjb to masterAric Gardner1-0/+0
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>
2018-10-12Prepare repo for global-jjb v0.25.0Aric Gardner1-0/+0
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>