]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
bootstrap: Optionally skip teuthology install
authorZack Cerza <zack@redhat.com>
Tue, 12 Apr 2022 18:31:52 +0000 (12:31 -0600)
committerZack Cerza <zack@redhat.com>
Tue, 26 Apr 2022 19:16:40 +0000 (13:16 -0600)
commitd6623e858d4c466a51ceadec457997c85eaa3ff1
tree276ec0d9ef53bf3dfb25f8596c1c0cce67fac566
parent8937742dacfe557ca018152115b4b205e27cce64
bootstrap: Optionally skip teuthology install

The docker-compose dev setup was the inspiration for this feature; it
allows us to split the installation of dependencies and the project
itself into two phases. This in turn allows us to avoid rerunning
bootstrap if requirements.txt didn't change.

Signed-off-by: Zack Cerza <zack@redhat.com>
bootstrap