]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
internal: move buildpackages before install task
authorLoic Dachary <ldachary@redhat.com>
Mon, 14 Sep 2015 11:25:02 +0000 (13:25 +0200)
committerLoic Dachary <ldachary@redhat.com>
Wed, 23 Sep 2015 20:41:49 +0000 (22:41 +0200)
commitda1de303b5f9acd77c7c5dc5e9be9ffa92ebf67d
treef7065b0efa0e6b28e0e2de0a9f5865990f0ba547
parentf0b0fb03b1b1bcdd9700127c19e6586f0512ca5f
internal: move buildpackages before install task

If a buildpackages task is found, ensure it is always before the install
task because it is intended to produce the packages that will be used by
the install task.

http://tracker.ceph.com/issues/13031 Refs: #13031

Signed-off-by: Loic Dachary <loic@dachary.org>
teuthology/run.py
teuthology/task/internal.py
teuthology/test/task/test_internal.py [new file with mode: 0644]
teuthology/test/test_run.py