Point greenwave at atomic ci pipeline results.
This commit is contained in:
parent
920cc15e4a
commit
b916554254
2 changed files with 13 additions and 1 deletions
|
@ -19,7 +19,8 @@ spec:
|
||||||
python-requests \
|
python-requests \
|
||||||
PyYAML \
|
PyYAML \
|
||||||
python2-flask
|
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
|
RUN ln -s /etc/greenwave/settings.py /srv/greenwave/conf/settings.py
|
||||||
WORKDIR /srv/greenwave
|
WORKDIR /srv/greenwave
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
|
@ -24,3 +24,14 @@ data:
|
||||||
- !PassingTestCaseRule {test_case_name: dist.abicheck}
|
- !PassingTestCaseRule {test_case_name: dist.abicheck}
|
||||||
- !PassingTestCaseRule {test_case_name: dist.rpmdeplint}
|
- !PassingTestCaseRule {test_case_name: dist.rpmdeplint}
|
||||||
- !PassingTestCaseRule {test_case_name: dist.upgradepath}
|
- !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] }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue