Skip to content

Commit

Permalink
chore: add suse repos (#1951)
Browse files Browse the repository at this point in the history
* chore: add suse repos

* fix pinned version
  • Loading branch information
gsanchezgavier authored Nov 11, 2024
1 parent 2b90c9d commit 3027673
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/packaging/ansible/installation-pinned.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
tasks:
- name: Installation tests suite
vars:
target_agent_version: "1.52.3" # minimum version for ubuntu 24
target_agent_version: "1.57.1" # minimum version for ubuntu sles 15.6

block:

Expand Down
2 changes: 2 additions & 0 deletions test/provision/terraform/install-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
vars:
instances_requiring_opensuse_repos:
"sles-15.2": http://download.opensuse.org/distribution/leap/15.2/repo/oss/
"sles-15.3": http://download.opensuse.org/distribution/leap/15.3/repo/oss/
"sles-15.4": http://download.opensuse.org/distribution/leap/15.4/repo/oss/

tasks:
- name: Remove EOL repository sources
Expand Down

0 comments on commit 3027673

Please sign in to comment.