]> 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, 12 Apr 2022 23:45:15 +0000 (17:45 -0600)
commitffee8b5d91e542a7aa008378571f9ddfc0fa62e1
tree0df4e7ec7a0138e9b95333a29020180d458f88ae
parentc3c949b8cc4ccf6867c1e804467482a1089b88d2
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