inspec/.expeditor/verify_public_dummy.pipeline.yml
Sonu Saha 31717c087d
Expeditor Config Changes - Keep the verify pipeline alive (#6604)
* CONFIG: Keeping the verify pipeline alive

Signed-off-by: Sonu Saha <sonu.saha@progress.com>

* Expand the message returned to be more explnatory

Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>

* Remove unused old file, was leading to confusion

Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>

---------

Signed-off-by: Sonu Saha <sonu.saha@progress.com>
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
Co-authored-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2023-08-17 11:47:40 -04:00

13 lines
526 B
YAML

# This pipeline is a dummy pipeline that does nothing. It exists simply
# because removing the config from expeditor
# will delete the pipeline, and we want to preserve the
# pipeline history.
# TODO: Simplify the pipeline in future
steps:
- label: "keeping-verify-pipeline-alive"
expeditor:
executor:
docker:
commands:
- "echo ## This pipeline does nothing. The actual verify pipeline is verify/private. This exists as a placeholder to prevent deletion of the historical main verify pipeline."