-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add openshift-e2e-openstack-csi workflow to csi-driver-manila-operator #19179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
openshift-merge-robot
merged 1 commit into
openshift:master
from
shiftstack:manila/step-registry
Jun 24, 2021
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
ci-operator/step-registry/openshift/e2e/openstack/csi/manila/OWNERS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| approvers: | ||
| - openstack-approvers | ||
| - bertinatto | ||
| - gnufied | ||
| - huffmanca | ||
| - jsafrane | ||
| - tsmetana | ||
|
|
||
| reviewers: | ||
| - openstack-reviewers | ||
| - bertinatto | ||
| - gnufied | ||
| - huffmanca | ||
| - jsafrane | ||
| - tsmetana |
21 changes: 21 additions & 0 deletions
21
...nshift/e2e/openstack/csi/manila/openshift-e2e-openstack-csi-manila-workflow.metadata.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| { | ||
| "path": "openshift/e2e/openstack/csi/manila/openshift-e2e-openstack-csi-manila-workflow.yaml", | ||
| "owners": { | ||
| "approvers": [ | ||
| "openstack-approvers", | ||
| "bertinatto", | ||
| "gnufied", | ||
| "huffmanca", | ||
| "jsafrane", | ||
| "tsmetana" | ||
| ], | ||
| "reviewers": [ | ||
| "openstack-reviewers", | ||
| "bertinatto", | ||
| "gnufied", | ||
| "huffmanca", | ||
| "jsafrane", | ||
| "tsmetana" | ||
| ] | ||
| } | ||
| } |
19 changes: 19 additions & 0 deletions
19
...istry/openshift/e2e/openstack/csi/manila/openshift-e2e-openstack-csi-manila-workflow.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| workflow: | ||
| as: openshift-e2e-openstack-csi-manila | ||
| steps: | ||
| pre: | ||
| - chain: ipi-openstack-pre | ||
| - ref: storage-pv-save | ||
| - ref: storage-conf-csi-openstack-manila | ||
| test: | ||
| - ref: openshift-e2e-test | ||
| post: | ||
| - ref: storage-pv-check | ||
| - chain: ipi-openstack-post | ||
| env: | ||
| CONFIG_TYPE: "minimal" | ||
| BASE_DOMAIN: shiftstack.devcluster.openshift.com | ||
| TEST_CSI_DRIVER_MANIFEST: manifest-openstack-manila.yaml | ||
| TEST_SUITE: openshift/csi | ||
| documentation: |- | ||
| The Openshift E2E OpenStack `csi manila` workflow installs OpenStack Manila CSI driver and executes the `openshift/csi` end-to-end test suite on OpenStack with a default cluster configuration and a manifest to test Manila resources. |
13 changes: 13 additions & 0 deletions
13
ci-operator/step-registry/storage/conf/csi-openstack-manila/OWNERS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| approvers: | ||
| - bertinatto | ||
| - gnufied | ||
| - huffmanca | ||
| - jsafrane | ||
| - tsmetana | ||
|
|
||
| reviewers: | ||
| - bertinatto | ||
| - gnufied | ||
| - huffmanca | ||
| - jsafrane | ||
| - tsmetana |
11 changes: 11 additions & 0 deletions
11
...-registry/storage/conf/csi-openstack-manila/storage-conf-csi-openstack-manila-commands.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| #!/bin/bash | ||
| set -o errexit | ||
| set -o nounset | ||
| set -o pipefail | ||
|
|
||
| cd /go/src/github.com/openshift/csi-driver-manila-operator | ||
| cp test/e2e/manifest.yaml ${SHARED_DIR}/${TEST_CSI_DRIVER_MANIFEST} | ||
|
|
||
| # For debugging | ||
| echo "Using ${SHARED_DIR}/${TEST_CSI_DRIVER_MANIFEST}:" | ||
| cat ${SHARED_DIR}/${TEST_CSI_DRIVER_MANIFEST} |
19 changes: 19 additions & 0 deletions
19
...try/storage/conf/csi-openstack-manila/storage-conf-csi-openstack-manila-ref.metadata.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| { | ||
| "path": "storage/conf/csi-openstack-manila/storage-conf-csi-openstack-manila-ref.yaml", | ||
| "owners": { | ||
| "approvers": [ | ||
| "bertinatto", | ||
| "gnufied", | ||
| "huffmanca", | ||
| "jsafrane", | ||
| "tsmetana" | ||
| ], | ||
| "reviewers": [ | ||
| "bertinatto", | ||
| "gnufied", | ||
| "huffmanca", | ||
| "jsafrane", | ||
| "tsmetana" | ||
| ] | ||
| } | ||
| } |
18 changes: 18 additions & 0 deletions
18
...tep-registry/storage/conf/csi-openstack-manila/storage-conf-csi-openstack-manila-ref.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| ref: | ||
| as: storage-conf-csi-openstack-manila | ||
| # Canonical location of the CSI driver manifest | ||
| from: manila-csi-driver-operator-test | ||
EmilienM marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| commands: storage-conf-csi-openstack-manila-commands.sh | ||
| resources: | ||
| requests: | ||
| cpu: 10m | ||
| memory: 100Mi | ||
| env: | ||
| - name: TEST_CSI_DRIVER_MANIFEST | ||
| documentation: |- | ||
| The CSI driver manifest to create. Used by the `openshift-tests` as a | ||
| manifest for openshift/csi tests. The file must be in ${SHARED_DIR}. | ||
| documentation: |- | ||
| The csi-openstack-manila step creates ${SHARED_DIR}/${TEST_CSI_DRIVER_MANIFEST} for | ||
| OpenStack Manila CSI driver, which is consumed by openshift-e2e-test step to | ||
| run CSI driver certification suite. | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.