Skip to content

Commit

Permalink
bump pinned version for packaging tests (#1513)
Browse files Browse the repository at this point in the history
* bump pinned version for packaging tests

* bump version for agent-upgrade tests

* bump latest pinned version

* modify prior target version for update assertion
  • Loading branch information
rogercoll authored Nov 29, 2022
1 parent de2cf10 commit b8d1a03
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.27.2"
target_agent_version_1: "1.34.0"
when: inventory_hostname is search("amd64")

- name: pick right agent version for arm64
set_fact:
target_agent_version_1: "1.27.2"
target_agent_version_1: "1.34.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.27.2"
target_agent_version: "1.33.2"

- 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.27.3" # minimum version for sles 12.5,15.*,debian 11 and ubuntu 20.10,21.04,22.04
target_agent_version: "1.34.0" # minimum version for sles 12.5,15.*,debian 11 and ubuntu 20.10,21.04,22.04

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.27.3" # minimum version for al2022, sles 12.5,15.*,debian 11 and ubuntu 20.10,21.04,22.04
target_agent_version: "1.34.0" # minimum version for al2022, sles 12.5,15.*,debian 11 and ubuntu 20.10,21.04,22.04

...

0 comments on commit b8d1a03

Please sign in to comment.