Skip to content

Commit

Permalink
Merge pull request #1793 from marquiz/devel/e2e-topology-updater
Browse files Browse the repository at this point in the history
test/e2e: specify -sleep-interval in topology-updater exclude-memory test
  • Loading branch information
k8s-ci-robot authored Jul 16, 2024
2 parents 81320d1 + 5aeea28 commit 57fc83f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/topology_updater_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ excludeList:

podSpecOpts := []testpod.SpecOption{
testpod.SpecWithContainerImage(dockerImage()),
testpod.SpecWithContainerExtraArgs("-sleep-interval=5s"),
testpod.SpecWithConfigMap(cm.Name, "/etc/kubernetes/node-feature-discovery"),
}
topologyUpdaterDaemonSet = testds.NFDTopologyUpdater(kcfg, podSpecOpts...)
Expand Down

0 comments on commit 57fc83f

Please sign in to comment.