summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/jobs/smoke.yml
diff options
context:
space:
mode:
authorDeepshikha Khandelwal <dkhandel@redhat.com>2020-01-21 18:57:17 +0530
committerDeepshikha Khandelwal <dkhandel@redhat.com>2020-01-21 21:50:17 +0530
commit43d0c844f83dbc84371bcbcdee637f7d5952994d (patch)
tree589175b9ba9cda7c86ec347e504fd3a458bb2198 /build-gluster-org/jobs/smoke.yml
parentdee2f78e4513cb7fdaf4a9f30dcd9f85c78dfc28 (diff)
This commit has the following fixes:
- Remove gd2-smoke job - Run smoke job to both on Centos7 and Centos8 - Update few jobs to run on Centos8(build-job, cppcheck, glusto-tests-lint, smoke) - Run shellcheck to latest Fedora (currently 30) Change-Id: Ia3e6bff655cdfc67939b57e91edae50e1dc72721
Diffstat (limited to 'build-gluster-org/jobs/smoke.yml')
-rw-r--r--build-gluster-org/jobs/smoke.yml17
1 files changed, 13 insertions, 4 deletions
diff --git a/build-gluster-org/jobs/smoke.yml b/build-gluster-org/jobs/smoke.yml
index 045ac17..3dea6a8 100644
--- a/build-gluster-org/jobs/smoke.yml
+++ b/build-gluster-org/jobs/smoke.yml
@@ -1,6 +1,16 @@
-- job:
- name: smoke
- node: smoke7
+- project:
+ name: 'smoke'
+ nodeversion:
+ - centos7:
+ node_name: centos7
+ - centos8:
+ node_name: centos8
+ jobs:
+ - '{name}-{nodeversion}'
+
+- job-template:
+ name: '{name}-{nodeversion}'
+ node: '{node_name}'
description: Pre-commit Smoke test
project-type: freestyle
concurrent: true
@@ -57,4 +67,3 @@
- file:
credential-id: http_int_credential
variable: LOG_KEY
-