-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix cloude2e tests #3120
Fix cloude2e tests #3120
Conversation
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.
FIX LGTM 🚀
Anything we can do to make sure the build fail if something like happen again?
Not sure, I thought that the edit: nope, not sure how we can force the failure |
We need to hold off on merging this; it succeeds in my local env, but still has an issue in buildkite:
|
Another strange thing, when buildkite runs the cloude2e job part of the terrafrom output is |
Progress; the tests are running, and failing now:
The terraform state in buildkite does not properly record the fleet-server URL. |
I just tried locally to run
$ make -C ./dev-tools/cloud/ cloud-get-fleet-url
make: Entering directory '/home/mariorodriguez/Coding/work/fleet-server/dev-tools/cloud'
""
make: Leaving directory '/home/mariorodriguez/Coding/work/fleet-server/dev-tools/cloud' Checked manually also the tfstate file, and those variables are empty strings. |
4c78444
to
eb59ac0
Compare
eb59ac0
to
9ae4d8e
Compare
This pull request is now in conflicts. Could you fix it @michel-laterman? 🙏
|
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
@michel-laterman @kpollich How can we move forward with this one? I really would like us to rely on some working E2E fairly soon. |
This pull request is now in conflicts. Could you fix it @michel-laterman? 🙏
|
terraform provider has been updated in another PR. I'm closing the PR for now, if we want to port the status retry i added to the test we can do so at a later date |
Fix issue that prevented cloud e2e test from running.
Output on previous tests had an error:
This change correctly runs the test