From: Lott, Christopher (cl778h) Date: Tue, 28 Apr 2020 00:11:37 +0000 (-0400) Subject: Adjust A1 python-verify job to skip doc tox env X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=ci-management.git;a=commitdiff_plain;h=23a4f1352c42b8c7e7ce8444ef9ae6ed3c645f6a Adjust A1 python-verify job to skip doc tox env Invoke tox with code and flake8 only, not all environments; the separate RTDv3 job verifies the RTD docs Signed-off-by: Lott, Christopher (cl778h) Change-Id: I71f86701732340821c0b1976de9aee2a0db78880 --- diff --git a/jjb/ric-plt-a1/ric-plt-a1.yaml b/jjb/ric-plt-a1/ric-plt-a1.yaml index e6ac32ec..837cd055 100644 --- a/jjb/ric-plt-a1/ric-plt-a1.yaml +++ b/jjb/ric-plt-a1/ric-plt-a1.yaml @@ -47,6 +47,8 @@ pre-build-script: !include-raw-escape: - ../shell/install-deb-rmr.sh python-version: python3 + # skip docs on verify + tox-envs: code,flake8 stream: # run verify on all branches # the ANT pattern is **/{branch}, we are exploiting that.