Pre ci optimization (#16372)

* add initial optimization script

* integrate optimization in spack ci

* make optimization opt-in

* fix import error

* flake8 fixes

* update command completion

* work around vermin errors

* fix sphynx errors
This commit is contained in:
Omar Padron
2020-06-22 13:19:47 -04:00
committed by GitHub
parent 42f2c168d2
commit 224dc95159
4 changed files with 393 additions and 3 deletions

View File

@@ -474,7 +474,7 @@ _spack_ci() {
}
_spack_ci_generate() {
SPACK_COMPREPLY="-h --help --output-file --copy-to --spack-repo --spack-ref"
SPACK_COMPREPLY="-h --help --output-file --copy-to --spack-repo --spack-ref --optimize"
}
_spack_ci_rebuild() {