Set defaultbranch=london in .gitreview 97/135297/3
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 3 Jul 2023 12:37:27 +0000 (14:37 +0200)
committerMatthew Watkins <mwatkins@linuxfoundation.org>
Fri, 7 Jul 2023 15:41:51 +0000 (16:41 +0100)
Issue-ID: DOC-811
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: I29fe784a6c26d587cc8a94734409b218a040f1b0

.gitreview
.readthedocs.yaml
conductor/tox.ini
docs/tox.ini

index 5a128d4..438d293 100644 (file)
@@ -2,4 +2,4 @@
 host=gerrit.onap.org
 port=29418
 project=optf/has.git
-defaultbranch=master
\ No newline at end of file
+defaultbranch=london
index 3797dc8..d3b8dd0 100644 (file)
@@ -9,10 +9,13 @@ formats:
   - htmlzip
 
 build:
-  image: latest
+  os: ubuntu-20.04
+  tools:
+    python: "3.8"
+
+build:
 
 python:
-  version: 3.7
   install:
     - requirements: docs/requirements-docs.txt
 
index 6556f0c..ac6fbde 100644 (file)
@@ -15,7 +15,7 @@ passenv = OS_TEST_TIMEOUT OS_STDOUT_CAPTURE OS_STDERR_CAPTURE OS_LOG_CAPTURE
 commands =
   coverage run --module pytest --junitxml xunit-results.xml
   oslo-config-generator --config-file=etc/conductor/conductor-config-generator.conf
-whitelist_externals = bash
+allowlist_externals = bash
                       find
 
 [testenv:functional]
index 1613246..d8f0519 100644 (file)
@@ -12,7 +12,7 @@ deps =
 commands =
     sphinx-build -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html
     echo "Generated docs available in {toxinidir}/_build/html"
-whitelist_externals =
+allowlist_externals =
     echo
     git
     sh
@@ -22,7 +22,7 @@ basepython = python3.8
 #deps = -r{toxinidir}/requirements-docs.txt
 commands = echo "Link Checking not enforced"
 #commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./ {toxinidir}/_build/linkcheck
-whitelist_externals = echo
+allowlist_externals = echo
 
 [testenv:docs-spellcheck]
 basepython = python3.8