LIBCIR-443. Modify "tests" GitHub Action to enable test to succeed.#33
Merged
dsteelma-umd merged 2 commits intomdsoar-mainfrom Jun 17, 2025
Merged
LIBCIR-443. Modify "tests" GitHub Action to enable test to succeed.#33dsteelma-umd merged 2 commits intomdsoar-mainfrom
dsteelma-umd merged 2 commits intomdsoar-mainfrom
Conversation
In DSpace 8.1, "build.yml" was changed to pull Docker images from “ghcr.io” Docker registry, which requires access credentials. Since UMD does not access to these credentials, the “tests” GitHub Action fails. Followed the DRUM (LIBDRUM-957) changes to , restore the “tests” GitHub Action by commenting out the use of the “ghcr.io” Docker registry and associated credentials. Also commented out the "codecov" task, as UMD does not have the credentials to run it (see LIBDRUM-892). Update "docs/MdsoarAngularCustomizations.md" to record the change. https://umd-dit.atlassian.net/browse/LIBCIR-443
The MD-SOAR configuration disables the "End User Agreement" and "Privacy Policy", so skipping the "end-to-end" tests that checks them. https://umd-dit.atlassian.net/browse/LIBCIR-443
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In DSpace 8.1, "build.yml" was changed to pull Docker images from “ghcr.io” Docker registry, which requires access credentials.
Since UMD does not access to these credentials, the “tests” GitHub Action fails.
Followed the DRUM (LIBDRUM-957) changes to , restore the “tests” GitHub Action by commenting out the use of the “ghcr.io” Docker registry and associated credentials.
Also commented out the "codecov" task, as UMD does not have the credentials to run it (see LIBDRUM-892).
Update "docs/MdsoarAngularCustomizations.md" to record the change.
Also disabled the following “end-to-end” tests:
https://umd-dit.atlassian.net/browse/LIBCIR-443