65441d5b2a
This should fix the issue where the configure hook doesn't run properly on systems without netcat installed. Also got rid of call to install netcat in tools/install_and_build.sh. Doubled timeout in .zuul.yaml to deal with timeout that happened during this test (I think that we were pushing the hour timeout as it was). Change-Id: Ie9cd729109a871c32c12108163d22008d91155f9
14 lines
270 B
YAML
14 lines
270 B
YAML
- job:
|
|
name: microstack-tox-snap-with-sudo
|
|
parent: openstack-tox-snap-with-sudo
|
|
timeout: 7200
|
|
nodeset: ubuntu-bionic
|
|
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- microstack-tox-snap-with-sudo
|
|
gate:
|
|
jobs:
|
|
- microstack-tox-snap-with-sudo
|