Skip to content
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 ngrok failures #2598

Merged
merged 2 commits into from Mar 10, 2022
Merged

Fix ngrok failures #2598

merged 2 commits into from Mar 10, 2022

Conversation

syntastical
Copy link
Contributor

@syntastical syntastical commented Mar 8, 2022

What this PR does / why we need it:

Remove the need for tunneling with testim and improve performance for pull request testing

Which issue(s) this PR fixes:

Fixes #NONE

Special notes for your reviewer:

NONE

Does this PR introduce a user-facing change?

NONE

Does this PR require documentation?

NONE

@syntastical syntastical requested a review from a team March 8, 2022 22:35
Copy link

@label-checker label-checker bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Label type:: is required.

@syntastical syntastical added bug::normal type::bug Something isn't working labels Mar 9, 2022
exit $EXIT_CODE

- name: delete velero namespace
run: kubectl delete namespace velero
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why remove this? it was causing issues before.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Each run/job should be on it's own VM, but also the namespace is deleted at the beginning of this step (even though it shouldn't be needed), so this was redundant

@syntastical syntastical merged commit de4f464 into main Mar 10, 2022
@syntastical syntastical deleted the fix-ngrok-failures branch March 10, 2022 22:15
kcboyle pushed a commit that referenced this pull request Mar 14, 2022
* Remove the usage for ngrok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug::normal type::bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants