Merge "Remove Fedora 28 job"

This commit is contained in:
Zuul 2019-09-08 22:08:36 +00:00 committed by Gerrit Code Review
commit b53ec95f1f
2 changed files with 0 additions and 50 deletions

View File

@ -43,20 +43,6 @@
label: centos-7
run: playbooks/packstack-integration-tempest.yaml
- job:
name: packstack-fedora
parent: packstack-base
vars:
delorean: "https://trunk.rdoproject.org/fedora/puppet-passed-ci/delorean.repo"
delorean_deps: "https://trunk.rdoproject.org/fedora/delorean-deps.repo"
selinux_enforcing: "false"
pre-run: playbooks/packstack-fedora-pre.yaml
nodeset:
nodes:
- name: fedora
label: fedora-28
run: playbooks/packstack-integration-tempest.yaml
- job:
name: packstack-multinode
parent: packstack-base
@ -87,12 +73,6 @@
vars:
scenario: scenario003
- job:
name: packstack-fedora-integration-scenario-py3-tempest
parent: packstack-fedora
vars:
scenario: scenario-py3
# We should have nested post-run jobs, according to
# https://docs.openstack.org/infra/zuul/user/config.html#job
- job:
@ -189,8 +169,6 @@
- packstack-integration-scenario002-tempest
- packstack-integration-scenario003-tempest
- packstack-multinode-scenario002-tempest
- packstack-fedora-integration-scenario-py3-tempest:
voting: false
- openstack-tox-py36:
voting: false
gate:

View File

@ -1,28 +0,0 @@
- hosts: all
name: packstack-fedora-pre
tasks:
- name: Ensure legacy workspace directory
file:
path: '{{ ansible_user_dir }}/workspace'
state: directory
- shell:
cmd: |
cp -pr /home/zuul/src/opendev.org/x/packstack {{ ansible_user_dir }}/workspace
- shell:
cmd: |
set -e
set -x
dnf -y install wget
rm -rf /etc/yum.repos.d/fedora*
wget -O /etc/yum.repos.d/fedora-stable.repo http://trunk.rdoproject.org/fedora/delorean-deps.repo
dnf clean all
sudo sed -i '/^exclude.*/d' /etc/dnf/dnf.conf
dnf -y install libxml2-devel libxslt-devel ruby-devel zlib-devel
dnf -y install gcc gettext diffstat doxygen patch patchutils subversion systemtap git python-setuptools wget redhat-lsb-core libselinux-python yum-plugin-priorities dnf-yum virt-what
pip uninstall requests -y || true
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
become: true
environment: '{{ zuul }}'