Skip to content

Commit

Permalink
ci: update upgrade scenario (#1720)
Browse files Browse the repository at this point in the history
  • Loading branch information
brushknight authored Aug 10, 2023
1 parent 5f63f46 commit ac47a72
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions test/packaging/ansible/agent-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@

- name: pick right agent version for amd64
set_fact:
target_agent_version_1: "1.39.0"
target_agent_version_1: "1.46.0"
when: inventory_hostname is search("amd64")

- name: pick right agent version for arm64
set_fact:
target_agent_version_1: "1.39.0"
target_agent_version_1: "1.46.0"
when: inventory_hostname is search("arm64")

- name: install initial version
Expand All @@ -54,7 +54,7 @@
name: agent-upgrade
vars:
# this used only for check that latest is grater than given
target_agent_version: "1.39.0"
target_agent_version: "1.46.0"

- name: assert service countinues running after upgrade
include_role:
Expand Down
2 changes: 1 addition & 1 deletion test/packaging/ansible/installation-pinned.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- name: Installation tests suite
vars:
env_vars:
target_agent_version: "1.39.0" # minimum version for sles 12.5,15.*,debian 11 and ubuntu 20.10,21.04,22.04
target_agent_version: "1.46.0" # minimum version for sles 15.5

block:

Expand Down
2 changes: 1 addition & 1 deletion test/packaging/ansible/roles/assert-version/vars/main.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---

target_agent_version: "1.39.0" # minimum version for al2022, sles 12.5,15.*,debian 11 and ubuntu 20.10,21.04,22.04
target_agent_version: "1.46.0" # minimum version sles 15.5

...

0 comments on commit ac47a72

Please sign in to comment.