-
Notifications
You must be signed in to change notification settings - Fork 17
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
Adds support for cloud-run-v2, modal work pool metadata #279
Conversation
Thanks so much for the PR @EmilRex! I'll take a look at this today, and in the meantime will kick off the pending tests. |
For the life of me I cannot figure out why the test is failing... probably overlooking something simple:
|
@EmilRex Taking a look into how this works behind the scenes. In the meantime, I wonder if these base job configs aren't set up / available in this environment? These tests use the staging instance in the |
Ah, that might be it... I only checked against production to confirm that |
The endpoint to list the base job configs differs between OSS and Cloud. This change calculates the correct endpoint, and updates the test to refer to the specific evergreen workspace used for testing.
Alrighty, should be all set here @EmilRex. Thanks to a tip from @jakekaplan, I updated the endpoint to use based on if the target is OSS or Cloud, which should more closely match what the Prefect client is doing. Tests are now passing and I believe we've enumerated every type there is based on the docs (added a link to those in a comment for future reference). |
Closes #276