-
Notifications
You must be signed in to change notification settings - Fork 108
Closed
Labels
area: CI/CD π·π½ββοΈneeds: triage π¦Someone needs to have a look at this issue and triageSomeone needs to have a look at this issue and triagetype: bug πSomething isn't workingSomething isn't working
Milestone
Description
Describe the bug
pytests are failing for at least several PRs. Logs indicate that an exception is being raised by many tests due to various env vars not being set:
==================================== ERRORS ====================================
_ ERROR at setup of test_set_config_from_environment_variables[nebari_config_options1] _
Traceback (most recent call last):
File "/usr/share/miniconda/envs/nebari-dev/lib/python3.10/site-packages/_pytest/runner.py", line 342, in from_call
<snip>
File "/usr/share/miniconda/envs/nebari-dev/lib/python3.10/os.py", line 680, in __getitem__
raise KeyError(key) from None
KeyError: 'AWS_ACCESS_KEY_ID'
See full logs here:
https://github.com/nebari-dev/nebari/actions/runs/11386526924/job/31851899812?pr=2752
Expected behavior
PR Pytests should pass.
OS and architecture in which you are running Nebari
This is an issue with the existing github Nebari test pipeline.
How to Reproduce the problem?
Example failing PRs:
#2752
#2730
Command output
No response
Versions and dependencies used.
No response
Compute environment
None
Integrations
No response
Anything else?
No response
Metadata
Metadata
Assignees
Labels
area: CI/CD π·π½ββοΈneeds: triage π¦Someone needs to have a look at this issue and triageSomeone needs to have a look at this issue and triagetype: bug πSomething isn't workingSomething isn't working
Type
Projects
Status
Done πͺπΎ