-
Notifications
You must be signed in to change notification settings - Fork 2
Conversation
🎉 New recipe runs created for the following recipes at sha
|
The first two recipes listed in the previous comment are unchanged by this PR. Once the story tracked in pangeo-forge/user-stories#3 is complete, Pangeo Forge Cloud would recognize this, and exclude them from the list. (If they're unchanged, we don't need to test them.) |
/run recipe-test recipe_run_id=157 |
/run recipe-test recipe_run_id=158 |
/run recipe-test recipe_run_id=159 |
✨ A test of your recipe I'll notify you with a comment on this thread when this test is complete. (This could be a little while...) In the meantime, you can follow the logs for this recipe run at https://pangeo-forge.org/dashboard/recipe-run/157 |
✨ A test of your recipe I'll notify you with a comment on this thread when this test is complete. (This could be a little while...) In the meantime, you can follow the logs for this recipe run at https://pangeo-forge.org/dashboard/recipe-run/158 |
✨ A test of your recipe I'll notify you with a comment on this thread when this test is complete. (This could be a little while...) In the meantime, you can follow the logs for this recipe run at https://pangeo-forge.org/dashboard/recipe-run/159 |
Pangeo Forge Cloud told me that our test of your recipe To see what error caused the failure, please review the logs at https://pangeo-forge.org/dashboard/recipe-run/158 If you haven't yet tried pruning and running your recipe locally, I suggest trying that now. Please report back on the results of your local testing in a new comment below, and a Pangeo Forge maintainer will help you with next steps! |
Pangeo Forge Cloud told me that our test of your recipe To see what error caused the failure, please review the logs at https://pangeo-forge.org/dashboard/recipe-run/157 If you haven't yet tried pruning and running your recipe locally, I suggest trying that now. Please report back on the results of your local testing in a new comment below, and a Pangeo Forge maintainer will help you with next steps! |
Pangeo Forge Cloud told me that our test of your recipe To see what error caused the failure, please review the logs at https://pangeo-forge.org/dashboard/recipe-run/159 If you haven't yet tried pruning and running your recipe locally, I suggest trying that now. Please report back on the results of your local testing in a new comment below, and a Pangeo Forge maintainer will help you with next steps! |
@cisaacstern I can probably work on this tomorrow but wanted to check my steps with you:
Most importantly, do you see any problem with this workflow in terms of security? Should we parse the instance_ids into a json files instead of text? |
@jbusecke, all three of the recipes tested in this PR (including the 2 that previously worked, under different names) failed. Before we move forward with any approach to adding new datasets, I suggest we dig into the logs linked above, and get all three of these recipes to succeed. In terms of how we'd move forward with adding new dataset id's after this, I think we can add at least a few dozen directly to Feel free to ping me tomorrow when you're working on this if you'd like to review the logs together. |
Oh yes, sorry I did not check properly. I was under the (wrong) assumption that the two that previously worked, did work here aswell. |
Actually where do you see that the two previously running ones fail? These were the CanESM ones (155, 156), which as far as I can see were not run and still show |
Oh good catch! You are correct, the three that failed were the three added by this PR. I deliberately did not run the two existing recipes initially, but will do that now as a double-check. |
/run recipe-test recipe_run_id=155 |
/run recipe-test recipe_run_id=156 |
✨ A test of your recipe I'll notify you with a comment on this thread when this test is complete. (This could be a little while...) In the meantime, you can follow the logs for this recipe run at https://pangeo-forge.org/dashboard/recipe-run/155 |
✨ A test of your recipe I'll notify you with a comment on this thread when this test is complete. (This could be a little while...) In the meantime, you can follow the logs for this recipe run at https://pangeo-forge.org/dashboard/recipe-run/156 |
Ok great, so it looks like it's just the 3 new instance ids added by this PR which are failing. |
Co-authored-by: Julius Busecke <[email protected]>
🎉 New recipe runs created for the following recipes at sha
|
/run recipe-test recipe_run_id=162 |
✨ A test of your recipe I'll notify you with a comment on this thread when this test is complete. (This could be a little while...) In the meantime, you can follow the logs for this recipe run at https://pangeo-forge.org/dashboard/recipe-run/162 |
Pangeo Forge Cloud told me that our test of your recipe To see what error caused the failure, please review the logs at https://pangeo-forge.org/dashboard/recipe-run/162 If you haven't yet tried pruning and running your recipe locally, I suggest trying that now. Please report back on the results of your local testing in a new comment below, and a Pangeo Forge maintainer will help you with next steps! |
This PR supersedes #2. It achieves the same goal as that PR, but more concisely, by using the newly-added
dict_object
feature in Pangeo Forge Cloud.