#1280 add sleep for coreos-ostree-importer and fedora-ostree-pruner to debug
Merged a year ago by dustymabe. Opened a year ago by dustymabe.
fedora-infra/ dustymabe/ansible dusty-debug-ostree  into  main

@@ -20,8 +20,8 @@ 

        - name: coreos-ostree-importer

          # sleep infinity is useful for debugging environment issues

          # comment out when not debugging

-         # args: ['infinity']

-         # command: ['/usr/bin/sleep']

+         args: ['infinity']

+         command: ['/usr/bin/sleep']

          volumeMounts:

          - name: fedora-ostree-content-volume

            mountPath: /mnt/koji

@@ -20,8 +20,8 @@ 

        - name: fedora-ostree-pruner

          # sleep infinity is useful for debugging environment issues

          # comment out when not debugging

-         #args: ['infinity']

-         #command: ['/usr/bin/sleep']

+         args: ['infinity']

+         command: ['/usr/bin/sleep']

          volumeMounts:

          - name: fedora-ostree-content-volume

            mountPath: /mnt/koji

Having some trouble with the pruner and importer right now so let's
try to debug further by just getting a terminal in the pods.

Build succeeded.

Pull-Request has been merged by dustymabe

a year ago