mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-11 22:10:11 +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
|
|
@ -23,10 +23,10 @@ spec:
|
|||
|
||||
# This test will download the zfs-localpv operator file from this branch.
|
||||
# Change the env value according to versioned branch name for zfs-localpv provisioner
|
||||
# from openebs/zfs-localpv repo. for e.g. (v1.4.x , v1.5.x OR master)
|
||||
# by default test-specific value of `ZFS_BRANCH` is master.
|
||||
# from openebs/zfs-localpv repo. for e.g. (v1.4.x , v1.5.x OR develop)
|
||||
# by default test-specific value of `ZFS_BRANCH` is develop.
|
||||
- name: ZFS_BRANCH
|
||||
value: 'master'
|
||||
value: 'develop'
|
||||
|
||||
# After v1.5.0 in each branch of openebs/zfs-localpv repo zfs-localpv driver image is set to
|
||||
# `ci` tag `openebs/zfs-driver:ci`. Give the full image name here with desired image tag to replace
|
||||
|
|
@ -126,4 +126,4 @@ spec:
|
|||
value: '4k'
|
||||
|
||||
command: ["/bin/bash"]
|
||||
args: ["-c", "ansible-playbook ./e2e-tests/experiments/zfs-localpv-provisioner/test.yml -i /etc/ansible/hosts -v; exit 0"]
|
||||
args: ["-c", "ansible-playbook ./e2e-tests/experiments/zfs-localpv-provisioner/test.yml -i /etc/ansible/hosts -v; exit 0"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue