From a186e189570b489e63538849dde8000937f04c0c Mon Sep 17 00:00:00 2001 From: Mateus Oliveira Date: Fri, 21 Jun 2024 09:23:29 -0300 Subject: [PATCH] fix: 4.15 CI error with restart policy Signed-off-by: Mateus Oliveira --- README.md | 7 ++++--- .../mongo-persistent/mongo-persistent-block.yaml | 1 - .../mongo-persistent/mongo-persistent-csi.yaml | 1 - .../mongo-persistent/mongo-persistent.yaml | 1 - .../mysql-persistent/mysql-persistent-csi.yaml | 1 - .../mysql-persistent/mysql-persistent-twovol-csi.yaml | 1 - .../mysql-persistent/mysql-persistent.yaml | 1 - 7 files changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 64b9a13d0d4..9043a097b4a 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,13 @@ Mirroring images to quay.io [![Mirror images](https://prow.ci.openshift.org/badg Periodic Unit Tests [![Unit tests](https://prow.ci.openshift.org/badge.svg?jobs=periodic-ci-openshift-oadp-operator-oadp-1.3-unit-test-periodic)](https://prow.ci.openshift.org/job-history/gs/origin-ci-test/logs/periodic-ci-openshift-oadp-operator-oadp-1.3-unit-test-periodic) -4.11, 4.12, 4.13 Periodic E2E Tests +4.12, 4.13, 4.14, 4.15 Periodic E2E Tests AWS : [![AWS builds](https://prow.ci.openshift.org/badge.svg?jobs=periodic-ci-openshift-oadp-operator-oadp-1.3-4.12-e2e-test-aws-periodic)](https://prow.ci.openshift.org/job-history/gs/origin-ci-test/logs/periodic-ci-openshift-oadp-operator-oadp-1.3-4.12-e2e-test-aws-periodic) [![AWS builds](https://prow.ci.openshift.org/badge.svg?jobs=periodic-ci-openshift-oadp-operator-oadp-1.3-4.13-e2e-test-aws-periodic)](https://prow.ci.openshift.org/job-history/gs/origin-ci-test/logs/periodic-ci-openshift-oadp-operator-oadp-1.3-4.13-e2e-test-aws-periodic) [![AWS builds](https://prow.ci.openshift.org/badge.svg?jobs=periodic-ci-openshift-oadp-operator-oadp-1.3-4.14-e2e-test-aws-periodic)](https://prow.ci.openshift.org/job-history/gs/origin-ci-test/logs/periodic-ci-openshift-oadp-operator-oadp-1.3-4.14-e2e-test-aws-periodic) +[![AWS builds](https://prow.ci.openshift.org/badge.svg?jobs=periodic-ci-openshift-oadp-operator-oadp-1.3-4.15-e2e-test-aws-periodic)](https://prow.ci.openshift.org/job-history/gs/origin-ci-test/logs/periodic-ci-openshift-oadp-operator-oadp-1.3-4.15-e2e-test-aws-periodic) -Azure: + Note: Official Overview and documentation can be found in the [OpenShift Documentation](https://docs.openshift.com/container-platform/latest/backup_and_restore/application_backup_and_restore/oadp-intro.html) diff --git a/tests/e2e/sample-applications/mongo-persistent/mongo-persistent-block.yaml b/tests/e2e/sample-applications/mongo-persistent/mongo-persistent-block.yaml index 71760e4dc5c..470d3820834 100644 --- a/tests/e2e/sample-applications/mongo-persistent/mongo-persistent-block.yaml +++ b/tests/e2e/sample-applications/mongo-persistent/mongo-persistent-block.yaml @@ -147,7 +147,6 @@ items: timeoutSeconds: 2 successThreshold: 1 failureThreshold: 40 # 40x30sec before restart pod - restartPolicy: Always volumes: - name: block-volume-pv persistentVolumeClaim: diff --git a/tests/e2e/sample-applications/mongo-persistent/mongo-persistent-csi.yaml b/tests/e2e/sample-applications/mongo-persistent/mongo-persistent-csi.yaml index 1295a6d8564..25c2c87a5b1 100644 --- a/tests/e2e/sample-applications/mongo-persistent/mongo-persistent-csi.yaml +++ b/tests/e2e/sample-applications/mongo-persistent/mongo-persistent-csi.yaml @@ -104,7 +104,6 @@ items: timeoutSeconds: 2 successThreshold: 1 failureThreshold: 40 # 40x30sec before restart pod - restartPolicy: Always volumes: - name: mongo-data persistentVolumeClaim: diff --git a/tests/e2e/sample-applications/mongo-persistent/mongo-persistent.yaml b/tests/e2e/sample-applications/mongo-persistent/mongo-persistent.yaml index 2cd3ab6b586..bae860a3547 100644 --- a/tests/e2e/sample-applications/mongo-persistent/mongo-persistent.yaml +++ b/tests/e2e/sample-applications/mongo-persistent/mongo-persistent.yaml @@ -117,7 +117,6 @@ items: timeoutSeconds: 2 successThreshold: 1 failureThreshold: 40 # 40x30sec before restart pod - restartPolicy: Always volumes: - name: mongo-data persistentVolumeClaim: diff --git a/tests/e2e/sample-applications/mysql-persistent/mysql-persistent-csi.yaml b/tests/e2e/sample-applications/mysql-persistent/mysql-persistent-csi.yaml index c17ffc98911..1e1b43072df 100644 --- a/tests/e2e/sample-applications/mysql-persistent/mysql-persistent-csi.yaml +++ b/tests/e2e/sample-applications/mysql-persistent/mysql-persistent-csi.yaml @@ -126,7 +126,6 @@ items: timeoutSeconds: 2 successThreshold: 1 failureThreshold: 40 # 40x30sec before restart pod - restartPolicy: Always volumes: - name: mysql-data persistentVolumeClaim: diff --git a/tests/e2e/sample-applications/mysql-persistent/mysql-persistent-twovol-csi.yaml b/tests/e2e/sample-applications/mysql-persistent/mysql-persistent-twovol-csi.yaml index 19e48c694d4..3bde6f22031 100644 --- a/tests/e2e/sample-applications/mysql-persistent/mysql-persistent-twovol-csi.yaml +++ b/tests/e2e/sample-applications/mysql-persistent/mysql-persistent-twovol-csi.yaml @@ -118,7 +118,6 @@ items: timeoutSeconds: 2 successThreshold: 1 failureThreshold: 40 # 40x30sec before restart pod - restartPolicy: Always volumes: - name: mysql-data persistentVolumeClaim: diff --git a/tests/e2e/sample-applications/mysql-persistent/mysql-persistent.yaml b/tests/e2e/sample-applications/mysql-persistent/mysql-persistent.yaml index 26abb7b53f3..fb05f40241c 100644 --- a/tests/e2e/sample-applications/mysql-persistent/mysql-persistent.yaml +++ b/tests/e2e/sample-applications/mysql-persistent/mysql-persistent.yaml @@ -139,7 +139,6 @@ items: timeoutSeconds: 2 successThreshold: 1 failureThreshold: 40 # 40x30sec before restart pod - restartPolicy: Always volumes: - name: mysql-data persistentVolumeClaim: