Skip to content

Commit

Permalink
Merge pull request #499 from flatcar/krnowak/falco-master
Browse files Browse the repository at this point in the history
kola: Go back to using master version of falco driver loader
  • Loading branch information
krnowak authored Feb 13, 2024
2 parents 59ce1a2 + a3f8234 commit bd2e8e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kola/tests/misc/falco.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ func init() {

func loadFalco(c cluster.TestCluster) {
// load the falco binary
// TODO: master or 0.37.0 is broken for Flatcar, especially when we update glibc to 2.38
c.MustSSH(c.Machines()[0], "docker run --rm --privileged -v /root/.falco:/root/.falco -v /proc:/host/proc:ro -v /boot:/host/boot:ro -v /lib/modules:/host/lib/modules:ro -v /usr:/host/usr:ro -v /etc:/host/etc:ro falcosecurity/falco-driver-loader:0.36.2")
c.MustSSH(c.Machines()[0], "docker run --rm --privileged -v /root/.falco:/root/.falco -v /proc:/host/proc:ro -v /boot:/host/boot:ro -v /lib/modules:/host/lib/modules:ro -v /usr:/host/usr:ro -v /etc:/host/etc:ro falcosecurity/falco-driver-loader:master")
// Build must succeed and falco must be running
c.MustSSH(c.Machines()[0], "dmesg | grep falco")
c.MustSSH(c.Machines()[0], "lsmod | grep falco")
Expand Down

0 comments on commit bd2e8e9

Please sign in to comment.