Skip to content

Instantly share code, notes, and snippets.

@major
Last active October 4, 2016 12:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save major/0076ef921935914989ae49631ee7c931 to your computer and use it in GitHub Desktop.
Save major/0076ef921935914989ae49631ee7c931 to your computer and use it in GitHub Desktop.
commit a3906b1a84608a0a4a88932cd5d576c742fa0e17
Author: Major Hayden <major@mhtx.net>
Date: Fri Sep 30 15:03:34 2016 -0500
Add gate jobs for RHEL 7 STIG testing
This patch adds gate jobs for RHEL 7 STIG testing only for
CentOS 7 and Ubuntu 16.04 (Xenial).
Implements: blueprint security-rhel7-stig
Change-Id: I5025c11c8e2d2c05d8f246baff65715493594981
diff --git a/jenkins/jobs/projects.yaml b/jenkins/jobs/projects.yaml
index 288ae8e..eea8530 100644
--- a/jenkins/jobs/projects.yaml
+++ b/jenkins/jobs/projects.yaml
@@ -8480,6 +8480,14 @@
- gate-{name}-requirements
- openstack-publish-jobs
- openstack-releasenotes-jobs
+ - '{pipeline}-{name}-ansible-{scenario}-{ostype}{job-suffix}':
+ job-suffix: ''
+ ostype:
+ - centos-7
+ - ubuntu-xenial
+ pipeline: gate
+ scenario: func_rhel7
+
- project:
name: openstack-ansible-specs
diff --git a/zuul/layout.yaml b/zuul/layout.yaml
index 67966a7..cf7db08 100755
--- a/zuul/layout.yaml
+++ b/zuul/layout.yaml
@@ -12587,6 +12587,12 @@ projects:
- name: ansible-role-functional-jobs-centos7
- name: ansible-role-functional-jobs-trusty
- name: ansible-role-functional-jobs-xenial
+ check:
+ - gate-openstack-ansible-security-ansible-func_rhel7-centos-7
+ - gate-openstack-ansible-security-ansible-func_rhel7-ubuntu-xenial
+ gate:
+ - gate-openstack-ansible-security-ansible-func_rhel7-centos-7
+ - gate-openstack-ansible-security-ansible-func_rhel7-ubuntu-xenial
release:
- openstack-ansible-security-announce-release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment