From 3379c27d1a37d54bf4dbabd92e3ddbc3adf4bf9b Mon Sep 17 00:00:00 2001 From: Leonardo Rossetti Date: Apr 07 2022 15:37:07 +0000 Subject: [PATCH 1/2] readme updates --- diff --git a/README.md b/README.md index 47a15ad..ad929e5 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Molecule is the tool of choice when it comes to running operator e2e tests. The operator can be tested locally by running: `molecule test -s minikube`. -All tests will run in a minikube instance. +All tests will run in a minikube instance (vm, containers, etc). ## License From d3767ebc53b25fb0bb8baeeb795e234018bb56a5 Mon Sep 17 00:00:00 2001 From: Leonardo Rossetti Date: Apr 07 2022 15:47:48 +0000 Subject: [PATCH 2/2] remove zuul file --- diff --git a/.zuul.yaml b/.zuul.yaml deleted file mode 100644 index bc1bf0a..0000000 --- a/.zuul.yaml +++ /dev/null @@ -1,21 +0,0 @@ -- job: - name: operator-test - description: Run operator sanity tests using molecule - run: ci/operator-test.yaml - -- job: - name: operator-image-push - description: Build and push the operator image if needed - run: ci/operator-image-push.yaml - -- job: - name: components-image-push - description: Build and push component images to a registry if needed - run: ci/components-image-push.yaml - -- project: - check: - jobs: - - operator-test - - operator-image-push - - components-image-push