#155 review-stats: enable working on bugs in prod
Merged 3 years ago by kevin. Opened 3 years ago by mattia.
fedora-infra/ mattia/ansible enable_workonbugs  into  master

@@ -66,8 +66,13 @@ 

            containers:

            - name: build

              image: docker-registry.default.svc:5000/review-stats/builder:latest

+ {% if env == 'staging' %}

              command: ["review-stats", "-c", "/etc/review-stats/config.cfg", "-D",

                        "work-on-bugs", "-d"]

+ {% else %}

+             command: ["review-stats", "-c", "/etc/review-stats/config.cfg", "-D",

+                       "work-on-bugs"]

+ {% endif %}

              env:

              - name: HOME

                value: "/tmp"

Enable work-on-bugs for real in prod.

Signed-off-by: Mattia Verga mattia.verga@protonmail.com

rebased onto aed9bc3dbbc690cebb4381a5c83e1890750f90b0

3 years ago

rebased onto aed9bc3dbbc690cebb4381a5c83e1890750f90b0

3 years ago

rebased onto 5e735e8

3 years ago

rebased onto 5e735e8

3 years ago

Pull-Request has been merged by kevin

3 years ago