-
Notifications
You must be signed in to change notification settings - Fork 48
Conversation
d7a9916
to
cc7c565
Compare
test/components/flatcar-linux-update-operator/fluo_reboot_test.go
Outdated
Show resolved
Hide resolved
test/components/flatcar-linux-update-operator/fluo_reboot_test.go
Outdated
Show resolved
Hide resolved
test/components/flatcar-linux-update-operator/fluo_reboot_test.go
Outdated
Show resolved
Hide resolved
6b9a098
to
31d9f2a
Compare
I am not sure what's going wrong in the 'Packet FLUO' pipeline it always errors out on
|
Oh CI code only applies the annotations to packet and to packet_fluo 🤦 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't fully understand what this is testing exactly. There seems to be nothing specific to Lokomotive in those tests, perhaps they should be moved to FLUO repository?
Also, how possible reboots play with #1084? Won't reboot interrupt the other test and make it fail?
test/components/flatcar-linux-update-operator/fluo_reboot_test.go
Outdated
Show resolved
Hide resolved
This tests FLUO on lokomotive and if it can safely reboot machine. This is most basic test for stateless nodes. This pipeline also runs rook-ceph tests and hence we can extend the testing on FLUO further to test upgrading nodes with rook-ceph running.
The argument is true for so many other component e2e tests like prometheus-operator, metallb, contour, etc.
This is marked as disruptive e2e test. |
1cefc27
to
462b7fa
Compare
462b7fa
to
510664c
Compare
Signed-off-by: Suraj Deshmukh <[email protected]>
This commit adds a reboot test for FLUO, the test verifies if the FLUO can reboot a node running stateless applications. Signed-off-by: Suraj Deshmukh <[email protected]>
510664c
to
8eab54a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.