diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2024-07-02 22:06:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-02 22:06:52 +0200 |
commit | 6b85f6b405c3ea8abc4015b23a7420cf33e70ee8 (patch) | |
tree | 3486a1fa9b0f9ef2915c4d1240848cec9e342a33 /lib/spack/docs/pipelines.rst | |
parent | 5686a6b92824829c01f0d98e92f574e21314ca49 (diff) | |
download | spack-6b85f6b405c3ea8abc4015b23a7420cf33e70ee8.tar.gz spack-6b85f6b405c3ea8abc4015b23a7420cf33e70ee8.tar.bz2 spack-6b85f6b405c3ea8abc4015b23a7420cf33e70ee8.tar.xz spack-6b85f6b405c3ea8abc4015b23a7420cf33e70ee8.zip |
ci: deprecate the --dependencies and --optimize option (#45005)
Diffstat (limited to 'lib/spack/docs/pipelines.rst')
-rw-r--r-- | lib/spack/docs/pipelines.rst | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/spack/docs/pipelines.rst b/lib/spack/docs/pipelines.rst index 8aeefd116e..0a72793a89 100644 --- a/lib/spack/docs/pipelines.rst +++ b/lib/spack/docs/pipelines.rst @@ -253,17 +253,6 @@ can easily happen if it is not updated frequently, this behavior ensures that spack has a way to know for certain about the status of any concrete spec on the remote mirror, but can slow down pipeline generation significantly. -The ``--optimize`` argument is experimental and runs the generated pipeline -document through a series of optimization passes designed to reduce the size -of the generated file. - -The ``--dependencies`` is also experimental and disables what in Gitlab is -referred to as DAG scheduling, internally using the ``dependencies`` keyword -rather than ``needs`` to list dependency jobs. The drawback of using this option -is that before any job can begin, all jobs in previous stages must first -complete. The benefit is that Gitlab allows more dependencies to be listed -when using ``dependencies`` instead of ``needs``. - The optional ``--output-file`` argument should be an absolute path (including file name) to the generated pipeline, and if not given, the default is ``./.gitlab-ci.yml``. |