add workaround for gitlab ci needs limit (#17219)

* add workaround for gitlab ci needs limit

* fix style/address review comments

* convert filter obj to list

* update command completion

* remove dict comprehension

* add workaround tests

* fix sorting issue between disparate types

* add indeces to format
This commit is contained in:
Omar Padron
2020-06-25 14:27:20 -04:00
committed by GitHub
parent 096bd69a94
commit 7c54aa2eb0
6 changed files with 236 additions and 8 deletions

View File

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