Simple tox based job to test that building of PDFs works.
Note we need a separate target since normal docs job cannot build PDFs.
Change-Id: Ib2ca58105bfd1aad9508650e867a7e06892be719
The experimental job tests the proxying of api calls and scenario
tests using tempest [0]. Promote this job to a nonvoting job
that is run on all changes rather than on request.
However, we're getting timeouts when something affects performance
even by a little bit [1]. So tentatively increase its timeout to
100 (cinder does 130 when running the full tempest.)
0. Ia3b3906dacd33622ce44a0b034dbd90ba6c980cc
1. I825dee6f57eebec154b6a57a4450442bf9151978
Change-Id: I8ee64b48a5368a59c61b2773adecc1c68772bcf6
Specify new env on LXD gate which will be used by plugin.sh/gate hook to enable
nova-lxd and create proper image to be used.
Change-Id: I37415752195dd7b82e6dc45a2360d849f7532b58
This has been replaced with NODEPOOL_PAUSE_FEDORA_25_DIB in nodepool.
Change-Id: I1910dcab9f93eb689ae3ae9a86e1028f4b89a738
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
* Support for reading and accessing INI files used in OpenStack
* Support for generating logs in the same style as other OpenStack
components
etc...
Change-Id: I7a17172349aff180b9e842f5b9d302f0ed4b6267
As far as I can tell this job has never actually passed, so I'm not
sure why it was added as a voting check job. At the very least
let's make it non-voting so it doesn't cause confusion with
reviewers.
Change-Id: I62f6c8160fdbecc9f2e7a7fb9ad496c82aef5c13
This is also re-ordering the builders to be in the same order as
the job it draws inspiration from.
Change-Id: Ie43c0994233552ce1028e3631bd2f2debe2fa8fc
This change is the last needed to correctly execute patrole
tempest jobs. This flag needs to be set to 1, so that no
automatic tempest tests are executed in devstack-vm-gate.sh
because they are instead executed in post_test_hook.sh in
patrole's repo.
Change-Id: Id74a10d91b05090d27a5dedd73de65efbd66ec44
python-ndg-httpsclient is needed by the job but is only available on
xenial and later
Change-Id: If220e55029d76ac0ba58b44879907f8afe99ee39
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
The multi-region job for Tricircle needs to update some
environment variables which will be used in the devstack based
test environment setup, it's impossible to set these variables
in pre_test_hook.sh without sourcing it, which leads to the job
failure. gate_hook is a better hook point to do this, many other
projects like Octvia, Magnum etc already used this hook point to
configure environment variables. It's better to use gate_hook
but not pre_test_hook in Tricircle multiregion job
Change-Id: I6763d7141895dfc3e94baed92b2c052a698049d1
Signed-off-by: joehuang <joehuang@huawei.com>
Devstack doesn't check for classifier anymore, and Swift doesn't support
python3 yet. Let's make it use python2 for now in the non voting job.
Change-Id: I82a91e4ab44cbed01cc06dc481d886d9e33ed5aa
There is no need to allow ssh to loopback for puppet-module-builds,
remove it.
Change-Id: Ic0a9bd3d172f92d8a006d10169a8ddeef17d0772
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This is needed so that we can choose a custom firewall driver (ovsfw)
for openvswitch job flavour. This is needed because one of tests target
connectivity for trunk ports, and this works only when using the new
ovsfw driver.
The gate hook already matches the argument against 'dsvm-scenario'
pattern and doesn't require equality, so this change should not break
existing jobs.
This change relies on I5a36fa3a44e9de4225a00c854a95ad7b5d8987f7.
Depends-On: I5a36fa3a44e9de4225a00c854a95ad7b5d8987f7
Change-Id: Ie3261f528ccedb5fc2b1597c84cf998e82ede2cd
This job will be used to test experimental support for upgrading
to container based environments, ref
https://review.openstack.org/#/c/442614/
Change-Id: Ia1055fb2043af8168067e610023f49492d88a066
This will help assess whether changes to the lib's hacking
incubating factory will break consumer projects.
Change-Id: I9bb173071abcbc5078a3fd728c41c34bf1b83ca2
Maintaining CentOS-7 support for Newton when it is unusable
for an integrated build is causing a lot of code churn. We
only want to run CentOS-7 tests for Newton for the security
repository.
Change-Id: Icc00e41286d226dcf89c84cee4490bbaf6c3b86d
Remove classic multinode job, useless because we already run the
tripleo-scenario002 job, which is more than enough.
Change-Id: I1fe9f74c1fcaf3503488e999741d6b389f73a842
Nemesis is a file intelligence API which allows querying of files by
hash and if the file is known intellig ence about said file is returned
such as a Malware likelyness score, the file type and so on. If the file
is not known the user is requested to submit the file to the API where a
number of scalable background workers process the file looking at PE
headers, MIME type and so on as well as running it through a number of
pluggable anti-virus drivers.
The use case is not really for file system scanning, and obviously
heurirstics scanning is not available as there is no running of said
file (yet, maybe later dynamic analysis may be included but this is a
long term stretched goal). Instead the intended purpose is for
developers of websites, APIs or other applications to scan uploads /
submissions on the fly before publishing them, or you could create a
Swift middleware to scan all files before they are accepted and placed
onto object nodes.
I beleive this could be a useful value add / complimentary project to
the OpenStack eco system, and in anycase would use Keystone for auth and
so on.
As of yet there is no code, I will probably end up recycling some
previous code from a personal project I made last year, however the repo
itself should be created fresh for a new start. I am happy as part of
the first patch to ensure the test stuff as provided by cookiecutter is
included and no mass import of existing code will take place.
Change-Id: Ida135e77746d303d8aa894b534d34f3f15466113