First commit of lfInfraShipLogs, plus unit test 98/64798/18
authorEric Ball <eball@linuxfoundation.org>
Tue, 28 Jul 2020 19:47:24 +0000 (12:47 -0700)
committerEric Ball <eball@linuxfoundation.org>
Tue, 11 Aug 2020 18:24:20 +0000 (11:24 -0700)
commit564cec9df2cf2f66a8dd12fac5a4a71a883d6534
treeb8ee7c628e0ae9987c992052868f77c046f1e452
parentcccedca3db0913ef173215d5575bd391f1f1e9a4
First commit of lfInfraShipLogs, plus unit test

This also includes initial Jenkinsfile, and lays down the framework
for docs.

The tox "gradle" env is setup to pull down Gradle and create a
wrapper file on the fly, which will then execute the tests.

Change-Id: Id644f125263d210c2fb012d38ea67881ae2bb21a
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
20 files changed:
.gitignore
.gitreview [new file with mode: 0644]
.pre-commit-config.yaml
Jenkinsfile
build.gradle [new file with mode: 0644]
docs/_static/lf-logo-small.png [new file with mode: 0644]
docs/_templates/relations.html [new file with mode: 0644]
docs/conf.py [new file with mode: 0644]
docs/configuration.rst [new file with mode: 0644]
docs/favicon.ico [new file with mode: 0644]
docs/index.rst [new file with mode: 0644]
docs/release-notes.rst [new file with mode: 0644]
docs/vars/lfInfraShipLogs.rst [new file with mode: 0644]
releasenotes/notes/lfinfrashiplogs-21a4b979ecc3af12.yaml [new file with mode: 0644]
requirements.txt [new file with mode: 0644]
resources/shell [new symlink]
src/.gitkeep [deleted file]
src/test/groovy/LFInfraShipLogsSpec.groovy [new file with mode: 0644]
tox.ini
vars/lfInfraShipLogs.groovy