Merge "Remove Read the Docs jobs"

This commit is contained in:
Zuul 2020-05-20 15:50:28 +00:00 committed by Gerrit Code Review
commit 420740d2ca
2 changed files with 6 additions and 6 deletions

View File

@ -31,11 +31,12 @@ goals for the sprint they are assigned to.
### Coding Conventions ### Coding Conventions
Airship has a set of [coding conventions]( Airship has a set of [coding conventions](
https://airship-docs.readthedocs.io/en/latest/conventions.html) that are meant https://docs.airshipit.org/develop/conventions.html) that are meant
to cover all Airship subprojects. to cover all Airship subprojects.
However, airshipctl also has its own specific coding conventions and standards However, airshipctl also has its own specific coding conventions and standards
in the official airshipctl [developer guide](docs/source/developers.md). in the official airshipctl [developer guide](
https://doc.airshipit.org/airshipctl/developers.html).
### Submitting Changes ### Submitting Changes

View File

@ -11,17 +11,14 @@
# limitations under the License. # limitations under the License.
- project: - project:
templates:
- docs-on-readthedocs
vars: vars:
rtd_project_name: airship-airshipctl
rtd_webhook_id: 112688
sphinx_build_dir: docs/build sphinx_build_dir: docs/build
check: check:
jobs: jobs:
- airship-airshipctl-roles-test: - airship-airshipctl-roles-test:
files: files:
- "roles/*" - "roles/*"
- openstack-tox-docs
- airship-airshipctl-lint-unit - airship-airshipctl-lint-unit
- airship-airshipctl-build-image - airship-airshipctl-build-image
# - airship-airshipctl-functional-existing-k8s TODO: Enable this when functional tests exist, and a cluster is up # - airship-airshipctl-functional-existing-k8s TODO: Enable this when functional tests exist, and a cluster is up
@ -29,6 +26,8 @@
- airship-airshipctl-32GB-gate-test - airship-airshipctl-32GB-gate-test
gate: gate:
jobs: jobs:
- openstack-tox-docs
- airship-airshipctl-lint-unit
- airship-airshipctl-lint-unit - airship-airshipctl-lint-unit
- airship-airshipctl-build-image - airship-airshipctl-build-image
# - airship-airshipctl-functional-existing-k8s TODO: Enable this when functional tests exist, and a cluster is up # - airship-airshipctl-functional-existing-k8s TODO: Enable this when functional tests exist, and a cluster is up