You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: The above link is accessible only to members of ASF.
We should make the process-and-transfer workflow more robust. A recent string of failures that went unnoticed for 3 weeks highlighted two areas for improvement:
Move the dependencies for data_management/environment.yml to a requirements file, pin the versions, and confirm that dependabot is tracking those requirements. To fix the recent string of failures, I've pinned asf_search in the environment file, but dependabot won't keep track of it.
Ensure that errors (e.g. unhandled Python exceptions) within a job cause the job to fail. For example this run shows 4 successful jobs with 4 "Annotations" for errors caused by an unhandled Python exception. I think there's a GitHub Actions settings to ensure that jobs fail when commands within the job return an error code?
The text was updated successfully, but these errors were encountered:
Jira: https://asfdaac.atlassian.net/browse/TOOL-2989
Note: The above link is accessible only to members of ASF.
We should make the process-and-transfer workflow more robust. A recent string of failures that went unnoticed for 3 weeks highlighted two areas for improvement:
The text was updated successfully, but these errors were encountered: