URL: https://github.com/freeipa/freeipa/pull/3648 Author: netoarmando Title: #3648: prci: fix typo on nightly test definitions Action: opened
PR body: """ PR-CI breaks if the class to execute the tests doesn't exist. PR-CI issue: https://github.com/freeipa/freeipa-pr-ci/issues/306 Signed-off-by: Armando Neto <abiag...@redhat.com> """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/3648/head:pr3648 git checkout pr3648
From 7de798e691cf13d1c9a518c6b55a686ce0918bb1 Mon Sep 17 00:00:00 2001 From: Armando Neto <abiag...@redhat.com> Date: Tue, 10 Sep 2019 23:09:57 -0300 Subject: [PATCH] prci: fix typo on nightly test definitions PR-CI breaks if the class to execute the tests doesn't exist. Signed-off-by: Armando Neto <abiag...@redhat.com> --- ipatests/prci_definitions/nightly_f29.yaml | 2 +- ipatests/prci_definitions/nightly_rawhide.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ipatests/prci_definitions/nightly_f29.yaml b/ipatests/prci_definitions/nightly_f29.yaml index 3bea534b6a..97f570aa81 100644 --- a/ipatests/prci_definitions/nightly_f29.yaml +++ b/ipatests/prci_definitions/nightly_f29.yaml @@ -243,7 +243,7 @@ jobs: requires: [fedora-29/build] priority: 50 job: - class: RunADtests + class: RunADTests args: build_url: '{fedora-29/build_url}' test_suite: test_integration/test_smb.py diff --git a/ipatests/prci_definitions/nightly_rawhide.yaml b/ipatests/prci_definitions/nightly_rawhide.yaml index 8a998e8972..9124fe317d 100644 --- a/ipatests/prci_definitions/nightly_rawhide.yaml +++ b/ipatests/prci_definitions/nightly_rawhide.yaml @@ -243,7 +243,7 @@ jobs: requires: [fedora-rawhide/build] priority: 50 job: - class: RunADtest + class: RunADTests args: build_url: '{fedora-rawhide/build_url}' test_suite: test_integration/test_smb.py
_______________________________________________ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/freeipa-devel@lists.fedorahosted.org