From 875d70a498515e010c71d09809a30762d5dc0eb1 Mon Sep 17 00:00:00 2001 From: Dinesh Prasanth M K Date: Jan 09 2019 15:29:02 +0000 Subject: Testing Gating Running first test for gating --- diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..7d59401 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - fedora-30 +decision_context: bodhi_update_push_testing +rules: + - !PassingTestCaseRule {test_case_name: dist.depcheck} \ No newline at end of file diff --git a/pki-core.spec b/pki-core.spec index f02cbd3..eb71737 100644 --- a/pki-core.spec +++ b/pki-core.spec @@ -8,7 +8,7 @@ URL: http://www.dogtagpki.org/ License: GPLv2 and LGPLv2 Version: 10.6.8 -Release: 3%{?_timestamp}%{?_commit_id}%{?dist} +Release: 4%{?_timestamp}%{?_commit_id}%{?dist} # global _phase -a1 # To create a tarball from a version tag: @@ -1630,6 +1630,9 @@ fi ################################################################################ %changelog +* Wed Jan 09 2019 Dogtag PKI Team - 10.6.8-4 +- Testing gating for upstream + * Tue Dec 04 2018 Dogtag PKI Team - 10.6.8-3 - Conflict older PKI versions diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..e233fda --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,9 @@ +- hosts: localhost + roles: + - role: standard-test-basic + tags: + - classic + tests: + - simple: + dir: . + run: "pki --help"