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

Port CI/CD from CircleCI to GitHub Actions #200

Closed
5 tasks
aj-stein-nist opened this issue Apr 6, 2022 · 1 comment · Fixed by #204
Closed
5 tasks

Port CI/CD from CircleCI to GitHub Actions #200

aj-stein-nist opened this issue Apr 6, 2022 · 1 comment · Fixed by #204
Assignees
Labels

Comments

@aj-stein-nist
Copy link
Collaborator

User Story:

As a NIST OSCAL developer working on the Metaschema project, to have effective continuous integration and continuous deployment be implemented and operated like the other OSCAL repositories, I would like that the CI/CD workflows in this repo be ported from CircleCI to GitHub Actions.

Goals:

  • Align all repos with the same CI/CD tooling in OSCAL, not just the Metaschema repo (this is the remaining outlier)
  • Facilitate reusable code across different GitHub Actions (CircleCI and GHA YAML are similar but not 1:1 identical and support it)
  • Make sure the logical steps of the workflow in this repo align with the others and how they are structured in other OSCAL repos (build, verify build with validators, run unit tests, publish website on pages.nist.gov in a shareable way, not just similar CircleCI).

Dependencies:

N/A at this time.

Acceptance Criteria

  • All previously defined steps in CircleCI will run successfully in GitHub Actions
  • Necessary updates for documentation and design are documented for other team developers to troubleshoot and operate pipeline
  • All website and readme documentation affected by the changes in this issue have been updated. Changes to the website can be made in the docs/content directory of your branch.
  • A Pull Request (PR) is submitted that fully addresses the goals of this User Story. This issue is referenced in the PR.
  • The CI-CD build process runs without any reported errors on the PR. This can be confirmed by reviewing that all checks have passed in the PR.

{The items above are general acceptance criteria for all User Stories. Please describe anything else that must be completed for this issue to be considered resolved.}

@aj-stein-nist aj-stein-nist added the enhancement New feature or request label Apr 6, 2022
@aj-stein-nist aj-stein-nist added this to Need Triage in Issue Triage via automation Apr 6, 2022
@aj-stein-nist aj-stein-nist self-assigned this Apr 12, 2022
@aj-stein-nist aj-stein-nist moved this from Need Triage to Allocated to Milestone in Issue Triage Apr 12, 2022
@aj-stein-nist aj-stein-nist added this to the Metaschema 0.9.0 milestone Apr 12, 2022
@aj-stein-nist
Copy link
Collaborator Author

Per conversation during weekly sync with Dave on Monday and Friday's gameplan discussion summarized in #198 (comment), I am starting work on this now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant