Skip to content

Commit

Permalink
REVERTME: appease tests by installing using RC
Browse files Browse the repository at this point in the history
  • Loading branch information
iurly committed Apr 16, 2024
1 parent 0bbb47e commit 480196f
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
7 changes: 7 additions & 0 deletions molecule/agent-smoke-kmodule/converge.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,10 @@
driver:
install_build_dependencies: true
type: kmod
repository:
deb:
url: https://download.sysdig.com/rc/deb
gpg_key: https://download.sysdig.com/DRAIOS-GPG-KEY.public
rpm:
url: https://download.sysdig.com/rc/rpm/$basearch
gpg_key: https://download.sysdig.com/DRAIOS-GPG-KEY.public
7 changes: 7 additions & 0 deletions molecule/agent-smoke-legacy-ebpf/converge.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,10 @@
driver:
install_build_dependencies: true
type: legacy_ebpf
repository:
deb:
url: https://download.sysdig.com/rc/deb
gpg_key: https://download.sysdig.com/DRAIOS-GPG-KEY.public
rpm:
url: https://download.sysdig.com/rc/rpm/$basearch
gpg_key: https://download.sysdig.com/DRAIOS-GPG-KEY.public
7 changes: 7 additions & 0 deletions molecule/agent-smoke-universal-ebpf/converge.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,10 @@
driver:
install_build_dependencies: false
type: universal_ebpf
repository:
deb:
url: https://download.sysdig.com/rc/deb
gpg_key: https://download.sysdig.com/DRAIOS-GPG-KEY.public
rpm:
url: https://download.sysdig.com/rc/rpm/$basearch
gpg_key: https://download.sysdig.com/DRAIOS-GPG-KEY.public
7 changes: 7 additions & 0 deletions molecule/agent-uninstall-clean-all/converge.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@
driver:
install_build_dependencies: true
type: kmod
repository:
deb:
url: https://download.sysdig.com/rc/deb
gpg_key: https://download.sysdig.com/DRAIOS-GPG-KEY.public
rpm:
url: https://download.sysdig.com/rc/rpm/$basearch
gpg_key: https://download.sysdig.com/DRAIOS-GPG-KEY.public
- role: sysdig.agent.agent_uninstall
vars:
retain_agent_configuration: false
Expand Down

0 comments on commit 480196f

Please sign in to comment.