Update docs CI to match job naming convention

The naming convention for CI jobs is generally `stage:name` where the
`stage` matches the GitLab stage and the `name` is a description.
However, the documentation jobs broke this convention by being called
`docs:type` where `type` is `continuous`, `latest`, or `master`. This
breaks the convention because `docs` is not a stage and `type` does not
really describe the build. This fouls up things like
`reproduce_ci_env.py` that expect the first part of the name to be the
same as the stage.

This changes the names to `build:docs-continuous`, `build:docs-latest`,
and `build:docs-master`. This follows the convention of matching the
names with the stage.
This commit is contained in:
Kenneth Moreland 2024-02-07 10:42:36 -05:00
parent fc92eafb76
commit 68dd196a94

@ -34,7 +34,7 @@
CMAKE_BUILD_TYPE: Release
VTKM_SETTINGS: "tbb+openmp+mpi+shared+docs"
docs:continous:
build:docs-continous:
script:
- "true"
extends:
@ -42,7 +42,7 @@ docs:continous:
- .ubuntu2004_doxygen
- .build_docs
docs:master:
build:docs-master:
environment:
name: doxygen-nightly
url: https://docs-m.vtk.org/nightly/
@ -57,7 +57,7 @@ docs:master:
variables:
DOXYGEN_UPLOAD_REMOTE_PATH: "nightly"
docs:latest:
build:docs-latest:
environment:
name: doxygen-latest
url: https://docs-m.vtk.org/latest/index.html