- 29 Jul, 2019 1 commit
-
-
Zuul authored
-
- 12 Jul, 2019 1 commit
-
-
Elod Illes authored
As it was announced [1] global bindep-fallback.txt was removed and now projects need to have a local bindep.txt to be able to install binary dependencies for testing. In test jobs the script tools/test-setup.sh is called which requires mysql and postgres servers and clients to be installed. [1] http://lists.openstack.org/pipermail/openstack-discuss/2019-June/007272.html Change-Id: I6b7afd3f6d0b45337f87e13352ab1095d51a23a3 (cherry picked from commit 4655630a) (cherry picked from commit 29a07f76) (cherry picked from commit 26f5183f2533ef871ef19631b4a3e2b479ddab7d) (cherry picked from commit 987d2fb6)
-
- 19 Apr, 2019 1 commit
-
-
OpenDev Sysadmins authored
This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have.
-
- 09 Apr, 2019 1 commit
-
-
Zuul authored
-
- 24 Mar, 2019 1 commit
-
-
Ian Wienand authored
This is a mechanically generated change to replace openstack.org git:// URLs with https:// equivalents. This is in aid of a planned future move of the git hosting infrastructure to a self-hosted instance of gitea (https://gitea.io), which does not support the git wire protocol at this stage. This update should result in no functional change. For more information see the thread at http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html Change-Id: I3ad6dd51e2b96b5371f2fc41ff69294b52559e99
-
- 24 Nov, 2018 1 commit
-
-
Rafael Folco authored
Non-containerized multinode scenario jobs are no longer supported and should be removed from zuul config. Change-Id: I09a064daf50931270fa28a36d5aa1f0c1a067ab4
-
- 13 Oct, 2018 1 commit
-
-
Elod Illes authored
Stable periodic jobs started to fail [1] [2] with errors that they are missing required projects as soon as old job settings were removed [3] from project-config repository. The problem is only present in queens and pike, on the other stable branches the configurations are OK. So networking-bagpipe, horizon and neutron added as they were present in the old settings. [1] http://logs.openstack.org/periodic-stable/git.openstack.org/openstack/networking-bgpvpn/stable/pike/build-openstack-sphinx-docs/594eeba/job-output.txt.gz#_2018-10-13_06_33_35_696317 [2] http://logs.openstack.org/periodic-stable/git.openstack.org/openstack/networking-bgpvpn/stable/queens/openstack-tox-py27/4af2104/job-output.txt.gz#_2018-10-13_06_24_06_925732 [3] https://review.openstack.org/#/c/597865/ Change-Id: Ia9f5fa177771ead870c13546aa870ee64b3445be (cherry picked from commit 9bc95a62)
-
- 03 Oct, 2018 2 commits
- 10 Sep, 2018 2 commits
-
-
Andreas Jaeger authored
Import legacy jobs from openstack-zuul-jobs and rename them according to Zuul v3 naming conventions. Change-Id: I56e23dd4352ee34ed2a129cc853cc33616559dca
-
Thomas Morin authored
The initialization of the self.subnets variable was missing. I don't know yet why this wasn't showing up before, possibly because the tempest test suite was not in CI before (?). Change-Id: Iecda85cbc08d2c2e9c4d41468654158d9e38d3d3
-
- 30 Aug, 2018 1 commit
-
-
Doug Hellmann authored
This is a mechanically generated patch to complete step 1 of moving the zuul job settings out of project-config and into each project repository. Because there will be a separate patch on each branch, the branch specifiers for branch-specific jobs have been removed. Because this patch is generated by a script, there may be some cosmetic changes to the layout of the YAML file(s) as the contents are normalized. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: Ibe0a67bf4ca0604c7513bb8792e310fb5b65a48e Story: #2002586 Task: #24314
-
- 23 Aug, 2018 1 commit
-
-
Elod Illes authored
This is a combination of 3 commits: 1. Fix sphinx-docs job for stable branch build-openstack-sphinx-docs jobs fail on stable branches due to the new pip version 10 introduces some previously Warning as Error: in case of calling "pip install" without any package name, the command fails. tox_install.sh is called during docs job without any package passed to pip. Also some tests still needs networking-odl package to be installed, however it is removed from the required-projects of networking-bgpvpn, so they fails now. To fix this, the easiest solution is to add networking-odl to .zuul.yaml on stable/* branch as required project. 2. Add networking-odl for periodic-stable jobs periodic-stable jobs fail: networking-odl is required for jobs on queens and older stable branches. From rocky, there is no tox_install.sh any more, so this is not needed there. 3. Fix post gate hook to accommodate for new os-testr New os-testr uses stestr under the hood, which creates .stestr but not .testrepository directory in the current dir. Other than that, it doesn't seem like there is any difference in the format or names of files generated in the directory. (shamelessly stolen from I82d52bf0ad885bd36d2f0782a7c86ac61df532f2) Co-Authored-By:
Ihar Hrachyshka <ihrachys@redhat.com> This change also wraps up another fix (simultaneous voting test job breakage) related to a recent change in the neutron repository of the import statements for ml2 config. Closes-Bug: 1716746 Change-Id: I93aea1800b6403482a7e15116610efeed02c28a1 (cherry picked from commit ff84e5a1) (cherry picked from commit d0c1a6b5) (cherry picked from commit 8f576a2c)
-
- 23 Feb, 2018 1 commit
-
-
Zuul authored
-
- 30 Jan, 2018 1 commit
-
-
Thomas Morin authored
The initialization of the self.networks variable was missing. I don't know yet why this wasn't showing up before, possibly because the tempest test suite was not in CI before (?). Change-Id: I3942724a2ce15aa825c956e521f3f4c0af9b8916
-
- 29 Jan, 2018 1 commit
-
-
James E. Blair authored
Zuul no longer requires the project-name for in-repo configuration. Omitting it makes forking or renaming projects easier. Change-Id: I60f8fa3a7e9a952e74ff5ae44cb2388d09e41de0
-
- 22 Nov, 2017 1 commit
-
-
Emilien Macchi authored
Add zuul.yaml and run tripleo-ci scenario004 like it was running before with legacy jobs. Change-Id: I32cde844cff2745efedf01432212b1d9bc74e927 (cherry picked from commit 41c71702)
-
- 20 Oct, 2017 1 commit
-
-
ghanshyam authored
scenario manager in tempest plugin was copied from Tempest to avoid any plugin break. This copied version of scenario manager is using lot of Tempest interfaces. Many of them are not stable and might change which can break plugin. For example - https://review.openstack.org/#/c/503875/3 This commit shrinks the scenario manager copy to keep only required methods. Change-Id: Iaa4d8e04fdd4f69e98d8a8afa9c4282f9e4d7109
-
- 18 Oct, 2017 1 commit
-
-
Thomas Morin authored
Because some ODL DB consistency checks fail [1], and our purpose is not to run ODL these checks in this project. http://logs.openstack.org/13/494213/7/check/legacy-networking-bgpvpn-dsvm-functional/70b8416/job-output.txt.gz#_2017-10-06_18_23_58_755159 Change-Id: I0148b577244b57ea54a58ca3ea00d10249a62d1e
-
- 12 Aug, 2017 1 commit
-
-
Jenkins authored
-
- 11 Aug, 2017 4 commits
-
-
Jenkins authored
-
Thomas Morin authored
point to stable/pike branch Change-Id: I3aa71ce353db5d22b25c8494942b72977530ec34
-
OpenStack Release Bot authored
Change-Id: I1ec8b8b0e77a9453be8a425be9642fcc0a8f881b
-
OpenStack Release Bot authored
Change-Id: Iaa74ad357c7f37a53df8165fb857fdef479b63b7
-
- 08 Aug, 2017 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: Ia24dfa0283bd1d6b8c86b4783cc2b8760c41a3d3
-
- 07 Aug, 2017 2 commits
-
-
Jenkins authored
-
Jon Schlueter authored
Remove WebTest since it is not being referenced in the code. Change-Id: I2d67dbf5cc5a35c0db53b8b5aa83490daa4afbca
-
- 30 Jul, 2017 2 commits
-
-
Akihiro Motoki authored
oslo.config provides sphinx extensions to generate config reference and sample config files. This commit enables the auto-generation of the networking config reference. Part of doc-migration work Change-Id: Ia6001f0d856fa1d06916fa7e474657f91a8011aa
-
Akihiro Motoki authored
Auto-generation of configuration files is part of the community-wide doc-migration effort in Pike. networking-bgpvpn does not support it, so this commit sets up the config file autogeneration. Change-Id: I9c7bc3097bbaef1990b1b9e5f23771cef99fd016
-
- 28 Jul, 2017 3 commits
- 27 Jul, 2017 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: I3a631070a792634d49db0171d53ad4c204a1bf6d
-
- 25 Jul, 2017 2 commits
-
-
Nguyen Van Trung authored
Tempest has deprecated decorator 'tempest.test.attr' and moved to 'tempest.lib.decorators.attr' in version 16.1.0. Change-Id: I8ec94114722552109b49dd16b3889c6e9f1125b0
-
ghanshyam authored
Tempest has deprecated decorator 'tempest.test.attr' and moved the same as stable interface to 'tempest.lib.decorators .attr' in version 16.1.0. Let's use the stable interface for attr decorator. This will help Tempest to remove the deprecated decorator. Also add the dependency of Tempest in test_requirements.txt Change-Id: I71c494221c7ecf127280d13ef40ad3b022a5afa6
-
- 24 Jul, 2017 5 commits