Skip to content

Commit 6f4c417

Browse files
authored
Setting latest aqua for tests (#166)
Signed-off-by: Martin Vala <[email protected]>
1 parent e6a0e9d commit 6f4c417

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/otp_upstream_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Preparing operator test environment
2828
run: ansible-playbook $ANSIBLE_BASE_ARGS --tags host_build
2929
- name: Operator test
30-
run: ansible-playbook $ANSIBLE_BASE_ARGS -e operator_dir=/tmp/community-operators-for-catalog/upstream-community-operators/aqua -e operator_version=6.0.0 --tags pure_test -e strict_mode=true -vv
30+
run: ansible-playbook $ANSIBLE_BASE_ARGS -e operator_dir=/tmp/community-operators-for-catalog/upstream-community-operators/aqua -e operator_version=6.2.0 --tags pure_test -e strict_mode=true -vv
3131
otpu_manifest_to_bundle_format:
3232
name: Manifest to bundle format
3333
runs-on: ubuntu-latest
@@ -43,7 +43,7 @@ jobs:
4343
- name: Preparing operator test environment
4444
run: ansible-playbook $ANSIBLE_BASE_ARGS --tags host_build
4545
- name: Operator test
46-
run: ansible-playbook $ANSIBLE_BASE_ARGS -e operator_dir=/tmp/community-operators-for-catalog/upstream-community-operators/aqua -e operator_version=6.0.0 --tags pure_test -e strict_mode=true -vv
46+
run: ansible-playbook $ANSIBLE_BASE_ARGS -e operator_dir=/tmp/community-operators-for-catalog/upstream-community-operators/aqua -e operator_version=6.2.0 --tags pure_test -e strict_mode=true -vv
4747
otpu_index_from_scratch:
4848
name: Index from scratch
4949
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)