Commit Graph

51 Commits

Author SHA1 Message Date
Ronelle Landy f7381ebd2b Remove Train check/gate jobs
There are no longer imports from the train branch.
This review remove Train from check/gate templates.

Change-Id: Ie24ab5b5b16d8a6af4f7d37483367f60265ee1ab
2023-09-21 14:37:19 -04:00
Marios Andreou 7faaf1edd8 Remove centos8 wallaby jobs from zuul layouts
This prevents some of the remaining c8 check and gate jobs from
running for stable/wallaby.

We are removing wallaby/c8 integration and component lines in [1]
and keeping only mixed rhel and ffu jobs with container builds as
part of the existing wallaby/centos9 line. Thus in this patch we
don't alter the wallaby/8 content provider and upgrade jobs as we
want these to continue runing. See [2] for other related patches.

[1] https://review.rdoproject.org/r/q/topic:oooci_teardown_8_wallaby
[2] https://review.opendev.org/q/topic:oooci_teardown_8_wallaby

Change-Id: Ife23e183a279417e393ee9b054e28a63b3f1298e
2022-12-13 12:13:30 +00:00
Pooja Jadhav 7188cbccb0 Adds branchful jobs for zed release
This patch adds branchful jobs so we can
get some zed coverage against the ci repos.

Change-Id: If69a5e680687da3eae5906b62866c3d6b69fdb6a
2022-10-13 13:50:58 +05:30
Pooja Jadhav 44951853e4 Victoria tear down : build image/container jobs
This patch removes victoria build image and
build containers job definitions.

Change-Id: I598f0438477bfd09d11b7af94d3b9139d23f1bf2
2022-09-23 17:02:16 +05:30
Pooja Jadhav b11d21ad8f Ussuri tear down as EOL
Ref : https://review.opendev.org/c/openstack/releases/+/834049

Change-Id: Ie5be105b3b65108e741a6e1d2ea79d54596a7a5a
2022-05-16 11:51:39 +05:30
Marios Andreou 053ec5758f Remove centos-7 job definitions and zuul layouts
As part of [1] this removes the job definitions and zuul layout
for all centos-7 jobs. Related review topic for RDO at [2].
Some jobs are moved to deprecated.yaml with note on where
they are still referenced.

[1] https://review.opendev.org/q/topic:ooo_c7_teardown
[2] https://review.rdoproject.org/r/q/topic:ooo_c7_teardown

Change-Id: I70d2e5dbe995bc8dfe06817d6460f3f2f3732e7e
2022-05-11 11:49:20 +03:00
Marios Andreou 00df6fcb4e Cleanup jobs from old releases already EOL pike|queens|rocky|stein
Removes any job definitions that are wired up for old EOL releases.
In some cases just remove these from the branches: match.

Depends-On is needed for standalone/scen3 used in sahara and
centos-7-standalone-os-tempest in ansible-role-python_venv_build
and scenario001/2-multinode-oooq-container in aodh

Change-Id: I946aaef1e975bb2817311059dade029fadba9b95
2022-04-19 13:14:18 +03:00
Marios Andreou aca692fe7a Centos8 wallaby jobs teardown - deployment image build jobs
Per the topic branch [1] and discussed at [2] this removes the
centos8 buildimage* jobs from running on stable/wallaby branch.

Some jobs are removed completely as they are specific to wallaby
and centos8 (tripleo-buildimage-ironic-python-agent-centos-8-wallaby).
The tripleo-buildimage-overcloud-hardened-uefi-full-centos-8 is moved
to deprecated for now as it is still used by DIB.

As discussed during reviews this keeps overcloud-full and IPA
for C8 wallaby for now - they may be removed by a subsequent patch.

[1] https://review.opendev.org/q/topic:c8_wallaby_teardown
[2] http://lists.openstack.org/pipermail/openstack-discuss/2022-February/027403.html

Change-Id: I04526b2c7f90ab9399fb92c86a0da216024acd30
2022-04-07 06:34:39 +00:00
Chandan Kumar (raukadah) 556b84c3fe Use tripleo-ci-build-images-required-projects-upstream as parent
Based on CS job parenting re-structure[1], for container build
jobs, It follows the following inheritance
* tripleo-ci-base-common-required-projects
* tripleo-ci-base
* tripleo-ci-base-singlenode-standard
* tripleo-ci-base-images-standard
* tripleo-ci-build-images-required-projects-upstream

For Distro specific
* CentOS 7
tripleo-ci-build-images-required-projects-upstream
* tripleo-build-images-base

* CentOS 8
tripleo-ci-build-images-required-projects-upstream
* tripleo-build-images-base-centos-8

* CentOS 9
tripleo-ci-build-images-required-projects-upstream
* tripleo-build-images-base-centos-9

Note: It adds missing post-run playbook invocation
part in tripleo-ci-base-images-standard.

[1]. https://review.opendev.org/q/topic:cs-parenting

Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
Change-Id: Ibaf66d34368d87d2aa064b8c13802f686da09fec
2022-03-21 07:58:45 +00:00
Marios Andreou d7285b9510 Run centos-9 jobs for stable/wallaby check/gate layouts
This enables the centos-9 jobs to run for stable/wallaby branch.
Mostly this removes wallaby in the negative regex we use for
the c9 branches match ^(?!stable/(train|ussuri|victoria|wallaby)).*$

The depends-on adds missing python3-dev needed by c9 wallaby
content provider.

Depends-On: https://review.opendev.org/c/openstack/tripleo-quickstart/+/830336
Change-Id: I9332b251db06ad762dadd903413cceb0666dea07
2022-02-24 08:33:17 +00:00
Marios Andreou bda6e1a61a Centos8 master jobs teardown - c8 on train/ussuri/victoria/wallaby
This adjusts branches: match for the centos8 jobs so we avoid
running these for master. C8 jobs will only run on train ussuri
victoria and wallaby branches. The master branch will be c9 only
moving forward.

See [1] for related patches that depends-on this across the
tripleo repos. See [2] for related dummy nodeset required for
zuul 3rd party on this review.

[1] https://review.opendev.org/q/topic:c8_teardown_master
[2] https://review.rdoproject.org/r/c/rdo-jobs/+/39045

Change-Id: If62f83de171de4e7651b58b70c31bea005710c71
2022-02-11 12:29:44 +02:00
Marios Andreou 034f1a939c Add C9 deployment image build jobs to gate queue and voting
Makes buildimage-overcloud-full-centos-9 & IPA & hardened-uefi
image build jobs vote and gate.

Change-Id: Ia46842e68d0196af6a3a4dd5af51424fc2f6c32b
2022-01-11 14:45:30 +02:00
Sagi Shnaidman fae73127a8 Disable voting for centos9 build-image jobs
.. and for tox-molecule which is broken recently.
Change-Id: Ieb65de62ddb54b0369a4be913a2b9d708f8d7396
2021-11-29 15:49:03 +02:00
Marios Andreou 9942c04a5f Wire up centos9 master buildimage jobs for check and gate
The job definitions are added at [1] and the new
single-centos-9-node nodeset is added in the parent at [2]

Also fixes issue with the 'release' var which is not present
in the check/gate version of these jobs so we try to discover
it using the relevant build-containers tasks.

This also disables the image_sanity check for overcloud-full
because of related-bug.

Finally adds wallaby to the branches negative match for c9
build jobs as we aren't ready for W yet.

Related-Bug: 1950453

[1] https://review.opendev.org/c/openstack/tripleo-ci/+/813618
[2] https://review.opendev.org/c/openstack/tripleo-ci/+/816821

Change-Id: I5c78c975afa3efb2c478339cacd006e064b24e71
2021-11-12 13:28:02 +02:00
Marios Andreou 78b3a88e15 Adds check/gate job definitions for centos9 build image
Adds image build jobs for master/wallaby and branchful -wallaby
variant for the CI repos. This is just the definitions and
base has nodeset commented out until it is available.

Jobs are wired into the layout with a followup patch (child of
this proposal).

Change-Id: I8f01ef0aa7adeac3c1b4af96cc9291cdef53fb63
2021-10-22 13:42:28 +03:00
Steve Baker 9d1f1faabc Remove overcloud-hardened-full jobs after victoria
These are already replaced by overcloud-hardened-uefi-full jobs in
wallaby and master, and the overcloud-hardened-full images definitions
will be deleted from tripleo-common.

Change-Id: I7a27db14e25204c99111b7b3ea0a3038dac0c39b
Blueprint: whole-disk-default
2021-08-24 13:21:22 +12:00
Steve Baker 1571503eab Handle overcloud-hardened-uefi-full in oooci-build-images
This change will generate a overcloud-hardened-uefi-full.qcow2.md5 if
build-images.sh builds a overcloud-hardened-uefi-full.qcow2.

Unlike overcloud-full and ironic-python-agent, no tar file is created
for overcloud-hardened-uefi-full.qcow2 because it is distributed as a
single qcow2 file.

This change also ensures
buildimage-overcloud-hardened-uefi-full-centos-8 only runs on master.
Gating is broken on stable/victoria and earlier because it is running
there also.

Change-Id: Ie2f7f5c5cc4a17d0e3514e5fc1accadcfa3b009a
Blueprint: whole-disk-default
Closes-Bug: #1933309
2021-06-29 09:39:01 +12:00
Steve Baker 156e2bb389 Add jobs for overcloud-hardened-uefi-full-centos-8
This change duplicates the
tripleo-buildimage-overcloud-hardened-full-centos-8* jobs to add
tripleo-buildimage-overcloud-hardened-uefi-full-centos-8* jobs for
master and wallaby.

The overcloud-hardened-full and overcloud-hardened-uefi-full images
are identical except that overcloud-hardened-uefi-full with boot on
both legacy BIOS and UEFI systems (overcloud-hardened-full will only
boot on legacy BIOS). As such there will be a follow-up change to
remove the tripleo-buildimage-overcloud-hardened-full-centos-8 from
running on master and wallaby.

Change-Id: I92170acf42b9c1850acc060653629cef15b116bf
Blueprint: whole-disk-default
Depends-On: Id5c8ba02762ab87fab5f8121dda37b463466c050
2021-06-09 13:17:52 +12:00
frenzyfriday 0b0e42fd38 Reverting non voting status on wallaby jobs
Branchful jobs were non voting while wallaby was branching.
This review makes image jobs, content provider and multinode
jobs voting again.

Change-Id: I128204803694bb0c905f0732a11664752e83f8f9
2021-04-28 18:16:36 +02:00
frenzyfriday ec865320d9 Changing all -wallaby jobs to non voting
We do not have the latest code from master in current-tripleo/ So we are making the wallaby branchfull jobs till there is a promotion.

Change-Id: I4626cc2a0c43eeb74c449ba705e6c2b32ba1f98a
2021-04-12 16:32:37 +02:00
frenzyfriday ea6f8eca2b Add wallaby jobs in build image
Added centos 8 check and gate jobs for
1. tripleo-buildimage-overcloud-full
2. buildimage-ironic-python-agent
3. buildimage-overcloud-hardened-full

Change-Id: I8017f6acf84b0a2c3467babee4ba22cca37d1f56
2021-04-07 16:03:03 +02:00
Marios Andreou b813597a5a Remove all rocky related jobs/conditionals tests after rocky End of Life
Rocky is now EOL since [1][2] so this removes all the rocky related jobs
or conditionals.
Moves tripleo-ci-centos-7-undercloud-containers to deprecated jobs as it
is still in use in other repos so we can't remove yet.
Related reviews in topic branch tripleo-ci-reduce-rocky [3].

[1] https://review.opendev.org/c/openstack/releases/+/774244
[2] http://lists.openstack.org/pipermail/openstack-discuss/2021-March/020912.html
[3] https://review.opendev.org/q/topic:tripleo-ci-reduce-rocky

Change-Id: Ibe2fd5c7792d55236c09dbf9cf88e23e1c5a5673
2021-03-26 13:47:18 +02:00
Shnaidman Sagi (Sergey) d75bd4f043 Revert "Set image and container build jobs non-voting: stream"
This reverts commit 41847d7f49.

Reason for revert: jobs pass

Change-Id: Ic0ee3241693b1d1096f2d3618341130aef616829
2021-03-08 11:13:04 +00:00
Ronelle Landy 41847d7f49 Set image and container build jobs non-voting: stream
Set container and image build jobs to non-voting during
the transition from centos release nodes to
centos stream nodes on all releases.

Related-Bug: #1917808
Change-Id: I5b904aa969222740b444cd73e722c09168924716
2021-03-04 16:43:49 -05:00
Marios Andreou d84af247a1 Make overcloud-hardened-full build image jobs vote and gate
This makes tripleo-buildimage-overcloud-hardened-full-centos-8 and
-victoria/-ussuri/-train voting and adds them to the gate layout.

Seen as part of [1] and in reviewing our non-voting and failing jobs
these have a very good pass rate so there is no reason to keep them
as non voting [2]. The patch at [3] depends-on this one.

[1] https://review.opendev.org/q/topic:tripleo-ci-reduce
[2] https://zuul.openstack.org/builds?job_name=tripleo-buildimage-overcloud-hardened-full-centos-8-victoria&job_name=tripleo-buildimage-overcloud-hardened-full-centos-8&job_name=tripleo-buildimage-overcloud-hardened-full-centos-8-ussuri&job_name=tripleo-buildimage-overcloud-hardened-full-centos-8-train
[3] I24615a067a56ac226b07c2ebcf477b3682dfed2f

Change-Id: Icd4c1dc4802f5130499cacfba615dc8ad1e0fefe
2021-02-25 13:45:25 +02:00
Marios Andreou 53acd4ce22 Revisit files: matches for zuul job templates to reduce redundancy
Part of topic branch at [1] this adds files: matches to the image
build jobs (match tripleoclient overcloud_image.py and elements/*
for tripleo-image-elements/tripleo-puppet-elements). Also removes
zuul.d/layout.yaml to be consistent with the other jobs that
have this in irrelevant-files:

[1] https://review.opendev.org/q/topic:tripleo-ci-reduce

Change-Id: Ica790f58d1fa02ecc3ddaf723eac80a9bbbfa3cd
2021-02-12 10:10:11 +00:00
Wes Hayutin 80cec7d937 buildimage-overcloud-hardened NV, kernel and nodepool image are not in sync
The installed kernel rpm != running kernel causing
Cannot find module directory /lib/modules/4.18.0-193.28.1.el8_2.x86_64/

Related-Bug: #1907457
Change-Id: I6d1153692b9e7ce84b17f38195f9a0aad779200b
2020-12-09 13:42:52 -07:00
Pooja Jadhav 85cff3888c Add build-image jobs for stable/victoria jobs
Added overcloud-full and overcloud-ipa jobs for stable/victoria.

Change-Id: I1d3f06a9af1190477ad0bf6e329c7de4dd41f731
2020-11-09 17:21:34 +05:30
Zuul b56222c209 Merge "Add buildimage hardened job to buildimages project template" 2020-08-05 11:11:00 +00:00
Zuul 7a8309fb5d Merge "Include train for Centos8 Jobs" 2020-08-01 01:42:42 +00:00
Chandan Kumar (raukadah) 6a424673fe Add buildimage hardened job to buildimages project template
tripleo-buildimage-jobs project template is used against
tripleo-puppet-elements and tripleo-image-elements. In this
template overcloud and ipa image build job was there but
overcloud hardened build image job was missing.

Recent change https://review.opendev.org/#/c/741319/ broke
the overcloud hardened buildimage job and it was not running
there.

It also fixes typo in overcloud-hardened-images.yaml.
It also makes c7 hardened job voting.

Having coverage there will help to catch issue early.
It also adds c8 hardened jobs to toci check & gate job.

Change-Id: Ie19cf72b707d6a841c1e0fbbba0940946de7e5c2
Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
2020-07-31 11:51:50 +05:30
Sandeep Yadav c8d83e8137 Include train for Centos8 Jobs
Previously only C7 based jobs were run against train branch. With this
patch we are updating branches condition to run Centos8 based jobs on
train branch as well.

Depends-On: https://review.opendev.org/#/c/742645/

Change-Id: I01dc61bbccb53ac43013048d6d40590e543fba40
Story: https://tree.taiga.io/project/tripleo-ci-board/task/1842
2020-07-30 10:03:16 +05:30
Sandeep Yadav db529d9cc3 Branchful C8 Train jobs
With this patch we are adding Centos8 version of train branchful jobs
to run against CI branchless repo.

Once these C8 train jobs will get stable then we will remove
corresponding C7 train jobs in a follow up patch.

Depends-On: https://review.opendev.org/#/c/742645/

Change-Id: I209754fefe18a2f26d7159547e8a92f5ab8f6eb6
Story: https://tree.taiga.io/project/tripleo-ci-board/us/1704
2020-07-23 17:05:14 +05:30
Marios Andreou 8935334865 Adds new tripleo-ci-buildimage-jobs template for branchless repos
This adds a tripleo-ci-buildimage-jobs template for the buildimage
jobs definitions to be used in the branchless repos similar to the
tripleo-ci-build-containers template. Also adds missing branches:
master for -train -ussuri jobs and makes the buildimage hardened
jobs voting. Also marks train jobs as non-voting due to #1881732

This patch was originally posted after discussion in the parent review
at [1]. The Depends-On is for failing build-containers-centos-8-ussuri

[1] https://review.opendev.org/#/c/722790/

Partial-Bug: #1881732
Depends-On: https://review.opendev.org/733790
Change-Id: I85a1c0a102613a88c31cd62554e5cfcc79423b17
2020-06-16 09:16:05 +00:00
Marios Andreou 52c6bd344e Add stable/ussuri jobs
Added containers, multinode and build image jobs.
Tracked by tripleo-ci squad in [1].

[1] https://tree.taiga.io/project/tripleo-ci-board/us/1649

Change-Id: I743fd5fddbffbb24a6114be84e889ada4648eaef
2020-05-27 00:26:32 +00:00
Ian Wienand fb995d4ea5 Create Centos-8 only job template
diskimage-builder has to drop Python 2 support (see
https://review.opendev.org/#/q/I6d90754cb4b7217b10ae777d414c03466b751761);
add a template to keep just the centos8 jobs as dib is branchless and
can't run these older jobs in its gate.

Change-Id: Ic849bf0448e44d8d209cba4bfb226aa0056d0dd7
2020-05-20 14:58:08 +10:00
Chandan Kumar (raukadah) e3d5ccf02b Make Ipa build image job voting
It also add to tripleo-buildimage-job template in check and
gate.

http://zuul.openstack.org/builds?job_name=tripleo-buildimage-ironic-python-agent-centos-8

Change-Id: I9e2d2607ab117873e156ab6663717ca47136d1ad
Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
2020-04-23 12:27:11 +05:30
Chandan Kumar (raukadah) 56f6b4b488 Refactor build-images role for downstream and centos-7
It contains:
* It reverts https://review.opendev.org/720555 revert of
  refactored image build changes.
* It also includes support for building c7 based images.
* includes https://review.opendev.org/720538 (now abandoned)
  centos-7 train based jobs so that it gets tested on both
  platform.

Other changes:
* Moves c7 related vars to a seperate file
* dib_release configurable
* moved tripleo_image_os under var
* All the default values points to c8 as master jobs runs on c8

https://tree.taiga.io/project/tripleo-ci-board/task/1620

Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
Change-Id: I9df7eac0af930baff26cf758bb298af639cb5b9a
2020-04-22 18:48:19 +05:30
Chandan Kumar (raukadah) d485912d98 Improve build images role for CentOS8
* Below is the list of improvements, it adds
- replace rhel_image_source to tripleo_image_source by maintaining
  backward compatibility
- Reset dib set_facts for RHEL and CentOS-8
- Run pathfix_repos.sh script only for few files
- Set DIB_NAME and DIB_PYTHON_VERSION for centos-8 and RHEL-8
  as the Image stills have python2 content or getting pulled by
  something else.
- Added the centos jobs to respective places
- Install pyyaml for centos-8
- Copy tripleo-centos-* repo when dib_yum_repo_conf is not defined

Change-Id: Ibcf1cbb7e3fa669e926392f3dd2c122cabb889e9
Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
2020-03-03 12:51:26 -05:00
Marios Andreou e6cc3434fa Add tripleo-build-images-base job & reparent existing build jobs
This is so we can use the base as parent in the rdo periodic
pipeline. Tracked by oooci squad @ [1]

[1] https://tree.taiga.io/project/tripleo-ci-board/task/1151

Change-Id: Idf07b528f8f34a31e93585dcbf5cb90f8c7928dd
2019-07-15 08:50:38 +00:00
Marios Andreou 57cdfca7cd Adds build-images role - migrates image build in ci to a role
This migrates the code under playbooks/tripleo-buildimage to a
buid-images role in /roles/. Tracked by tripleo-ci squad in [1].
This will also allow for re use in rdo-jobs or elsewhere.

Mostly copies existing code - some main additions/changes:
 - removes the obsolete run.yaml
 - existing run-v3 is split into pre/run-v2/post playbooks
 - playbooks/tripleo-buildimage moves to playbooks/tripleo-buildimages
   (for consistency and since the role is build-images)
 - existing shell task for building images is moved to a template
 - adds support for py3 packages and image-yaml config files.
[1] https://tree.taiga.io/project/tripleo-ci-board/us/956

Change-Id: Ie092b0430f10ad461e02d8361b557ab11c3993c0
2019-07-05 11:16:41 +00:00
OpenDev Sysadmins 8a21afc7ce OpenDev Migration Patch
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.
2019-04-19 19:29:30 +00:00
Alex Schultz cf667ebfd8 Update heat agent path for image building
The heat-agent dib elements should be pulled from the heat-agents
repository and not the heat-templates repo. These agents have been
recently removed from the heat templates repo which has broken the image
building. https://review.openstack.org/#/c/584777/

Change-Id: I5bbf0b7b3c8c69d538f6ad07219a1bdd106a43b1
Closes-Bug: #1810431
2019-01-03 10:33:41 -07:00
Alex Schultz 373044d9b2 Fix build-image job parent
The build-image job parent was set to tripleo-ci-base but should be
configured to tripleo-ci-base-singlenode as it is a single node job.
Additionally the tripleo-ci-base does not contain the environment_type
or environment_infra variables which are needed for the tripleo-ci post
in https://review.openstack.org/#/c/618669/

Change-Id: Idc982352b9c8f0024715479f3905a3c44d879a85
2018-12-06 13:05:17 +00:00
Alex Schultz c68220e8e8 Update buildimage playbook for zuul v3
Rather than continue using a venv, let's update the job to zuul v3 and
use the native system to perform the image building.

Change-Id: I2a7a60cf3f81102ffbb95187f7419e4c804be689
2018-11-12 16:47:29 +00:00
Ronelle Landy 610d019c82 Add full path to required projects
Reparenting jobs on tripleo-ci-base will fail if
we do not define the full path to projects required -
in particular, openstack/heat-templates errors out.

This review also changes the build-image jobs to
use the single-centos-7-node nodeset - removing the usage of
a legacy nodeset.

Change-Id: I2fbae44e962a86fff55b233e5d12bfb39179ab90
2018-08-21 15:47:51 -04:00
Emilien Macchi 6e79555971 zuul.d: add comments to describe zuul files layout
Change-Id: Ic69ead057969906e083dd35cc242119cd6160daf
2018-05-04 16:34:55 +00:00
Ian Wienand 76cb67f684 Reparent tripleo-buildimage-* to tripleo-ci-dsvm
All these jobs use "base" as the parent; but for example
tripleo-buildimage-overcloud-full-centos-7 calls
install-distro-packages.sh which is now copied in by jobs, rather than
being in the image [1]

I think these want to parent to tripleo-ci-dsvm, which parents to
legacy-dsvm-bsae, which will install scripts such as this correctly.

[1] https://review.openstack.org/#/c/542649/

Change-Id: I61d7d80929e913402ecb62cc44f8bd3101ff5784
2018-02-12 12:09:43 +11:00
Emilien Macchi b36d3b343a Make tripleo-buildimage-overcloud-full-centos-7 voting
tripleo-buildimage-overcloud-full-centos-7 is now working again, let's
make it voting.

Change-Id: I057be47a4d2d914ab08bba29444990043707de2e
2017-11-29 15:44:34 -08:00
Emilien Macchi fc5a77363d Remove tripleo-buildimage-overcloud-full-centos-7 from gate
- tripleo-buildimage-overcloud-full-centos-7 is non voting for now
- tripleo-buildimage-overcloud-full-centos-7 is not passing now, some
  dependencies (qemu-img-ev) fail to be deployed by bindep.
- will be voting once things are more stable.

Change-Id: Icb5044774fc4aa585d63a7a66d049515722b7be6
2017-11-27 07:19:06 -08:00