Fix: INFO job template and sanity_check call 35/70035/2 v0.36.1
authorEric Ball <eball@linuxfoundation.org>
Fri, 15 Apr 2022 13:07:43 +0000 (06:07 -0700)
committerEric Ball <eball@linuxfoundation.org>
Fri, 15 Apr 2022 13:25:03 +0000 (06:25 -0700)
commit60ea684dfe0ad0428e724d6f7b32c1ba9aa819a8
tree2a1f20ba8062594c9168bb843829cfd22985b9c5
parent867ca53ab4a0f36077ae089e5d80dc32d367e095
Fix: INFO job template and sanity_check call

The INFO job template was improperly formatted. The sanity_check call
is to a class method, and requires and positional argument for "self"
(this does not need to contain anything; it is just filler in this
case).

Change-Id: I1dcbc456bf31e907821ab4c5aee7c324dbd70722
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
lftools/git/gerrit.py
lftools/git/templates/project.yaml
releasenotes/notes/fix-info-job-errors-22a82ecea0feb4fe.yaml [new file with mode: 0644]
tests/test_git.py