]> git-server-git.apps.pok.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@cerza.org>
Wed, 27 Apr 2022 20:51:06 +0000 (14:51 -0600)
commit7ba4beadacb19c6ed364b8f47f2e0ef5f9bcf5e4
tree5589a8383adbac6922d4bcbe1ab02d1888a6836c
parentf8a8cfa9bb764d36a46700b5ba4f1003ad290cd6
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