Point greenwave at atomic ci pipeline results.

This commit is contained in:
Ralph Bean 2017-08-22 00:00:23 +00:00
parent 920cc15e4a
commit b916554254
2 changed files with 13 additions and 1 deletions

View file

@ -19,7 +19,8 @@ spec:
python-requests \
PyYAML \
python2-flask
RUN git clone https://pagure.io/greenwave.git /srv/greenwave
# https://pagure.io/greenwave/pull-request/62
RUN git clone -b disjunction https://pagure.io/greenwave.git /srv/greenwave
RUN ln -s /etc/greenwave/settings.py /srv/greenwave/conf/settings.py
WORKDIR /srv/greenwave
EXPOSE 8080

View file

@ -24,3 +24,14 @@ data:
- !PassingTestCaseRule {test_case_name: dist.abicheck}
- !PassingTestCaseRule {test_case_name: dist.rpmdeplint}
- !PassingTestCaseRule {test_case_name: dist.upgradepath}
--- !Policy
# Fedora Atomic CI pipeline
# http://fedoraproject.org/wiki/CI
id: "atomic_ci_pipeline_results"
product_versions:
- fedora-27
- fedora-26
- fedora-25
decision_context: bodhi_update_push_stable
rules:
- !Any { test_case_names: [org.centos.prod.ci.pipeline.package.complete, org.centos.prod.ci.pipeline.package.ignored] }