mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 14:30:12 +01:00
* chore(ci): updating branch reference from master to develop(HEAD) (#384) Signed-off-by: mittachaitu <sai.chaithanya@mayadata.io> Co-authored-by: sai chaithanya <sai.chaithanya@mayadata.io>
This commit is contained in:
parent
95428184cc
commit
9d2966057a
22 changed files with 73 additions and 73 deletions
|
|
@ -1,6 +1,6 @@
|
|||
## About this experiment
|
||||
|
||||
This experiment upgrades the zfs-localpv driver components from any previous version to the latest desired stable version or to the master branch ci images.
|
||||
This experiment upgrades the zfs-localpv driver components from any previous version to the latest desired stable version or to the develop branch ci images.
|
||||
|
||||
## Supported platforms:
|
||||
|
||||
|
|
@ -47,4 +47,4 @@ To get the test-case result, get the corresponding e2e custom-resource `e2eresul
|
|||
kubectl get e2er
|
||||
kubectl get e2er upgrade-zfs-localpv -n e2e --no-headers -o custom-columns=:.spec.testStatus.phase
|
||||
kubectl get e2er upgrade-zfs-localpv -n e2e --no-headers -o custom-columns=:.spec.testStatus.result
|
||||
```
|
||||
```
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ spec:
|
|||
value: default
|
||||
|
||||
## Give the versioned branch name for zfs_localpv provisioner from openebs/zfs-localpv repo
|
||||
## for e.g. (v1.4.x , v1.5.x OR master)
|
||||
## for e.g. (v1.4.x , v1.5.x OR develop)
|
||||
- name: TO_VERSION_ZFS_BRANCH
|
||||
value: ''
|
||||
|
||||
|
|
@ -38,4 +38,4 @@ spec:
|
|||
value: 'openebs'
|
||||
|
||||
command: ["/bin/bash"]
|
||||
args: ["-c", "ansible-playbook ./e2e-tests/experiments/upgrade-zfs-localpv/test.yml -i /etc/ansible/hosts -v; exit 0"]
|
||||
args: ["-c", "ansible-playbook ./e2e-tests/experiments/upgrade-zfs-localpv/test.yml -i /etc/ansible/hosts -v; exit 0"]
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@
|
|||
## under `zfs.openebs.io` from v0.6 release.
|
||||
- name: Apply the new CRDs for zfs-LocalPV
|
||||
shell: >
|
||||
kubectl apply -f https://raw.githubusercontent.com/openebs/zfs-localpv/master/upgrade/crd.yaml
|
||||
kubectl apply -f https://raw.githubusercontent.com/openebs/zfs-localpv/develop/upgrade/crd.yaml
|
||||
args:
|
||||
executable: /bin/bash
|
||||
register: new_crds
|
||||
|
|
@ -76,7 +76,7 @@
|
|||
## apiversion to `zfs.openebs.io`. Previously this was `openebs.io`.
|
||||
- name: Download the Upgrade script for creating new CRs with apiversion as `zfs.openebs.io`
|
||||
get_url:
|
||||
url: https://raw.githubusercontent.com/openebs/zfs-localpv/master/upgrade/upgrade.sh
|
||||
url: https://raw.githubusercontent.com/openebs/zfs-localpv/develop/upgrade/upgrade.sh
|
||||
dest: ./upgrade.sh
|
||||
force: yes
|
||||
register: result
|
||||
|
|
@ -190,7 +190,7 @@
|
|||
|
||||
- name: Download the cleanup script for removing the resources with old CRs and delete old CRDs
|
||||
get_url:
|
||||
url: https://raw.githubusercontent.com/openebs/zfs-localpv/master/upgrade/cleanup.sh
|
||||
url: https://raw.githubusercontent.com/openebs/zfs-localpv/develop/upgrade/cleanup.sh
|
||||
dest: ./cleanup.sh
|
||||
force: yes
|
||||
register: result
|
||||
|
|
@ -219,4 +219,4 @@
|
|||
## Record SOT (start of test) in e2e result e2e-cr (e2e-custom-resource)
|
||||
- include_tasks: /e2e-tests/hack/update_e2e_result_resource.yml
|
||||
vars:
|
||||
status: 'EOT'
|
||||
status: 'EOT'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue