Skip to content

Commit

Permalink
fix: update e2e test
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Oct 18, 2024
1 parent 687c4fc commit f4c47dd
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 32 deletions.
2 changes: 1 addition & 1 deletion bundle/manifests/volsync.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ metadata:
}
]
capabilities: Basic Install
createdAt: "2024-10-17T15:08:47Z"
createdAt: "2024-10-18T13:00:30Z"
olm.skipRange: '>=0.4.0 <0.11.0'
operators.operatorframework.io/builder: operator-sdk-v1.31.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
Expand Down
20 changes: 10 additions & 10 deletions custom-scorecard-tests/config-downstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,16 +95,6 @@ stages:
storage:
spec:
mountPath: {}
- entrypoint:
- volsync-custom-scorecard-tests
- test_restic_manual_PVC_copy_trigger.yml
image: quay.io/backube/volsync-custom-scorecard-tests:latest
labels:
suite: volsync-e2e
test: test_restic_manual_PVC_copy_trigger.yml
storage:
spec:
mountPath: {}
- entrypoint:
- volsync-custom-scorecard-tests
- test_restic_manual_normal.yml
Expand Down Expand Up @@ -145,6 +135,16 @@ stages:
storage:
spec:
mountPath: {}
- entrypoint:
- volsync-custom-scorecard-tests
- test_restic_manual_pvc_copy_trigger.yml
image: quay.io/backube/volsync-custom-scorecard-tests:latest
labels:
suite: volsync-e2e
test: test_restic_manual_pvc_copy_trigger.yml
storage:
spec:
mountPath: {}
- entrypoint:
- volsync-custom-scorecard-tests
- test_restic_with_customca_configmap.yml
Expand Down
20 changes: 10 additions & 10 deletions custom-scorecard-tests/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,16 +95,6 @@ stages:
storage:
spec:
mountPath: {}
- entrypoint:
- volsync-custom-scorecard-tests
- test_restic_manual_PVC_copy_trigger.yml
image: quay.io/backube/volsync-custom-scorecard-tests:latest
labels:
suite: volsync-e2e
test: test_restic_manual_PVC_copy_trigger.yml
storage:
spec:
mountPath: {}
- entrypoint:
- volsync-custom-scorecard-tests
- test_restic_manual_normal.yml
Expand Down Expand Up @@ -145,6 +135,16 @@ stages:
storage:
spec:
mountPath: {}
- entrypoint:
- volsync-custom-scorecard-tests
- test_restic_manual_pvc_copy_trigger.yml
image: quay.io/backube/volsync-custom-scorecard-tests:latest
labels:
suite: volsync-e2e
test: test_restic_manual_pvc_copy_trigger.yml
storage:
spec:
mountPath: {}
- entrypoint:
- volsync-custom-scorecard-tests
- test_restic_with_customca_configmap.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,6 @@
storage:
spec:
mountPath: {}
- entrypoint:
- volsync-custom-scorecard-tests
- test_restic_manual_PVC_copy_trigger.yml
image: quay.io/backube/volsync-custom-scorecard-tests:latest
labels:
suite: volsync-e2e
test: test_restic_manual_PVC_copy_trigger.yml
storage:
spec:
mountPath: {}
- entrypoint:
- volsync-custom-scorecard-tests
- test_restic_manual_normal.yml
Expand Down Expand Up @@ -131,6 +121,16 @@
storage:
spec:
mountPath: {}
- entrypoint:
- volsync-custom-scorecard-tests
- test_restic_manual_pvc_copy_trigger.yml
image: quay.io/backube/volsync-custom-scorecard-tests:latest
labels:
suite: volsync-e2e
test: test_restic_manual_pvc_copy_trigger.yml
storage:
spec:
mountPath: {}
- entrypoint:
- volsync-custom-scorecard-tests
- test_restic_with_customca_configmap.yml
Expand Down
1 change: 0 additions & 1 deletion test-e2e/test_restic_manual_PVC_copy_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
requests:
storage: 1Gi


- name: Write data into the source PVC
include_role:
name: write_to_pvc
Expand Down

0 comments on commit f4c47dd

Please sign in to comment.