mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-12 20:46:47 +00:00
pull in updated listener
This commit is contained in:
@@ -538,9 +538,9 @@ var _ = Describe("Test AutoScalingRunnerSet controller", Ordered, func() {
|
|||||||
autoscalingRunnerSetTestInterval,
|
autoscalingRunnerSetTestInterval,
|
||||||
).Should(Succeed(), "Failed to eventually figure out github secret data update")
|
).Should(Succeed(), "Failed to eventually figure out github secret data update")
|
||||||
|
|
||||||
updatedListener := new(v1alpha1.AutoscalingListener)
|
|
||||||
Eventually(
|
Eventually(
|
||||||
func() error {
|
func() error {
|
||||||
|
updatedListener := new(v1alpha1.AutoscalingListener)
|
||||||
err := k8sClient.Get(
|
err := k8sClient.Get(
|
||||||
ctx,
|
ctx,
|
||||||
client.ObjectKey{
|
client.ObjectKey{
|
||||||
|
|||||||
Reference in New Issue
Block a user