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

Framework: Future CI Improvements #218

Open
cwschilly opened this issue Sep 26, 2023 · 1 comment
Open

Framework: Future CI Improvements #218

cwschilly opened this issue Sep 26, 2023 · 1 comment
Assignees
Labels

Comments

@cwschilly
Copy link
Collaborator

cwschilly commented Sep 26, 2023

Make the following improvements to the NGA CI:

  • Turn off unnecessary checks in Static Analysis
  • Turn off failing (but irrelevant) tests in CI
  • Create -Werror pipeline
@cwschilly cwschilly self-assigned this Sep 26, 2023
@cwschilly cwschilly added the FY24 label Sep 26, 2023
@JacobDomagala
Copy link
Collaborator

JacobDomagala commented Sep 28, 2023

  • Consider using incremental builds to save time
  • Weekly sync with upstream develop (staying out of sync can cause many conflicts and/or time wasted on things that already got changed in upstream branch)
  • Consider using github action that creates PR comments with compile warnings/errors/test failures
  • OPTIONAL: Check code formatting (we would have to use common clang-format, perhaps the one that tpetra/kokkos team uses?)

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

No branches or pull requests

2 participants