-
Notifications
You must be signed in to change notification settings - Fork 95
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
Add workflow to run conda-store user journey tests #2895
base: main
Are you sure you want to change the base?
Conversation
8bb4c2a
to
814d7e8
Compare
depends on conda-incubator/conda-store#1040 |
814d7e8
to
b58c5c7
Compare
Since these tests depend on a live cluster, I suggest extending the already existing local integration tests with this extra check https://github.com/nebari-dev/nebari/blob/main/.github/workflows/test_local_integration.yaml -- since it uses CiRun under the hood you should not be affected by any flakiness of the GH runner in case of constrained resources. |
510ace6
to
9b941d6
Compare
2162842
to
8d941b5
Compare
dac6a23
to
70ef674
Compare
My 2 cents on this: Iterating on these tests can be painful as it takes 20+ min to get the feedback (assuming deployment succeeded), I have found https://github.com/marketplace/actions/debugging-with-tmate to be quite useful to ssh into the runner and debug failures. |
9362f34
to
64eb69f
Compare
64eb69f
to
1c188bc
Compare
c62a967
to
a4e3482
Compare
a4e3482
to
a1f3c4d
Compare
Reference Issues or PRs
fixes #2760
What does this implement/fix?
Put a
x
in the boxes that apply