]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
dashboard-cephadm-e2e-nightly: move the cleanup script to postbuild step 2146/head
authorNizamudeen A <nia@redhat.com>
Mon, 10 Jul 2023 06:06:29 +0000 (11:36 +0530)
committerNizamudeen A <nia@redhat.com>
Mon, 10 Jul 2023 06:06:29 +0000 (11:36 +0530)
Signed-off-by: Nizamudeen A <nia@redhat.com>
ceph-dashboard-cephadm-e2e-nightly/config/definitions/ceph-dashboard-cephadm-e2e-nightly.yml

index 427f154dc6eb79a3c7b1478c72b194eca30fc1b0..6ad7dd7c239c51003cc0680b9ee8d116cd10796f 100644 (file)
           shallow-clone: true
           wipe-workspace: true
 
+      - git:
+          url: https://github.com/ceph/ceph-build.git
+          branches:
+            - main
+          basedir: ceph-build
+
     builders:
       - shell:
           !include-raw-escape:
           artifacts: 'logs/**'
           allow-empty: true
           latest-only: false
+
+      - postbuildscript:
+          builders:
+            - role: SLAVE
+              build-on:
+                - SUCCESS
+                - UNSTABLE
+                - FAILURE
+                - ABORTED
+              build-steps:
+                - shell: "ceph-build/ceph-dashboard-cephadm-e2e/build/cleanup"