]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
suite: allow override architecture
authorKyr Shatskyy <kyrylo.shatskyy@suse.com>
Sun, 10 May 2020 14:45:09 +0000 (16:45 +0200)
committerKyr Shatskyy <kyrylo.shatskyy@suse.com>
Mon, 6 Jul 2020 16:38:31 +0000 (18:38 +0200)
commit926f657f0a2c368b81edb684edfd40c03bd89c91
tree4e4c625771ec14aa080176736c40c3b99eb350da
parent82c08ed796d426b72a5244f59f7aebee7e6a048a
suite: allow override architecture

By default for generation job configuration and filtering
them out there is 'arch' field is used determined automatically
via request to paddles database for give machine_type.

This makes it possible to override the 'arch' value with
teuthology-suite '--arch' parameter. This is only useful
at the moment just when a user don't one to make any request
to paddles.
Originally the arch is used to filter out the suites
which are not supposed to be queued on the given nodes.

In future we probably need to have tests with heterogeneous
configuration which will use multiple architectures.

Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@suse.com>
scripts/suite.py
teuthology/suite/run.py