]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commit
Update ceph-windows-test job
authorIonut Balutoiu <ibalutoiu@cloudbasesolutions.com>
Fri, 5 Nov 2021 09:53:17 +0000 (11:53 +0200)
committerIonut Balutoiu <ibalutoiu@cloudbasesolutions.com>
Fri, 5 Nov 2021 12:40:38 +0000 (14:40 +0200)
commitd552f389b2c1ca955fc56cb07755cad88292b00d
tree3d34321eec6cabeab915cefc54f675d9c1eea239
parent19ac5e8feda1e17743844ee75901b63b888da98a
Update ceph-windows-test job

* Create `scripts/ceph-windows` directory with the common scripts
  for the Ceph Windows testing.
* Move `run_tests` script to `scripts/ceph-windows`.
* Remove VM image caching from the `run_tests` script.
* Add `cleanup_tests` script to `scripts/ceph-windows`, and call
  this as a post-build step when the job is aborted.
* Add `get_chacra_build` build script, and refactor away this logic
  from the `run_tests` script.
* Move cleanup Windows tests function to `scripts/build_utils.sh`.
ceph-windows-test/build/get_chacra_build [new file with mode: 0644]
ceph-windows-test/build/run_tests [deleted file]
ceph-windows-test/config/definitions/ceph-windows-test.yml
scripts/build_utils.sh
scripts/ceph-windows/cleanup_tests [new file with mode: 0644]
scripts/ceph-windows/run_tests [new file with mode: 0644]