Skip to content
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

ogma-cli: Introduce CI test job. Refs #139. #140

Merged
merged 3 commits into from
May 20, 2024
Merged

Conversation

ivanperez-keera
Copy link
Member

@ivanperez-keera ivanperez-keera commented May 20, 2024

Introduce a CI job that installs and tests ogma, as prescribed in the solution proposed for #139.

Ogma doesn't currently rely on Travis CI for testing, because Travis is
setup to run on all NASA repositories and we run out of cycles very
quickly. We need to automate the testing process as much as possible
regardless, and follow our own guide for compliance with NPR7150.2D but
using Github instead of Travis CI.

This commit introduces a Github Actions file that builds the source code
in every push action and with every pull requests.
A prior commit has introduced a Github Actions file to build Ogma with
every push and every pull request.

This commit removes the corresponding Travis CI file, since it no longer
makes sense to keep it.
@ivanperez-keera
Copy link
Member Author

Change Manager: Verified that:

  • Solution is implemented:
  • Implementation is documented. Details:
    The script added is documented.
  • Change history is clear.
  • Commit messages are clear.
  • Changelogs are updated.
  • Examples are updated. Details:
    No examples affected.
  • Required version bumps are evaluated. Details:
    No bump needed (maintenance change).

@ivanperez-keera ivanperez-keera merged commit 7fb0e25 into develop May 20, 2024
2 checks passed
@ivanperez-keera ivanperez-keera deleted the develop-ci branch May 20, 2024 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant