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

CI: Add GH actions workflow #1371

Merged
merged 2 commits into from
Dec 17, 2024
Merged

CI: Add GH actions workflow #1371

merged 2 commits into from
Dec 17, 2024

Conversation

ctlong
Copy link
Member

@ctlong ctlong commented Dec 9, 2024

Are you submitting this PR against the develop branch?

Yes

What is this change about?

Add a GH actions workflow for CI purposes.

Please provide contextual information.

None

What version of cf-deployment have you run this cf-acceptance-test change against?

N/A

Please check all that apply for this PR:

  • introduces a new test --- Are you sure everyone should be running this test?
  • changes an existing test
  • requires an update to a CATs integration-config

Did you update the README as appropriate for this change?

  • YES
  • N/A

If you are introducing a new acceptance test, what is your rationale for including it CATs rather than your own acceptance test suite?

N/A

How many more (or fewer) seconds of runtime will this change introduce to CATs?

None

What is the level of urgency for publishing this change?

  • Urgent - unblocks current or future work
  • Slightly Less than Urgent

Tag your pair, your PM, and/or team!

None

@ctlong ctlong force-pushed the ci/add-gh-actions branch from db13a5e to 0329743 Compare December 9, 2024 18:45
@ctlong
Copy link
Member Author

ctlong commented Dec 9, 2024

Part of #1372

@ctlong ctlong requested review from a team December 9, 2024 18:49
davewalter
davewalter previously approved these changes Dec 16, 2024
Copy link
Member

@davewalter davewalter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. The only question I have is whether this workflow needs to run on a schedule in addition to when changes are made to the core branches?

@ctlong
Copy link
Member Author

ctlong commented Dec 16, 2024

Looks good. The only question I have is whether this workflow needs to run on a schedule in addition to when changes are made to the core branches?

It doesn't need to run on a schedule. I added the schedule out of habit, as many of the GH actions workflows I've written in the past contain jobs that may change over time (e.g. linting). These specific jobs should be consistent without code changes though, so I'll remove the schedule.

Removes the unnecessary schedule from the GH Actions CI workflow. The
schedule is unnecessary because there's currently no external dependency
in any of the jobs in the workflow that could benefit from testing over
time, without code changes. For example, that usually takes the form of
a linting job, where the linting tool improves over time.
@ctlong ctlong merged commit 2848e56 into develop Dec 17, 2024
5 checks passed
@ctlong ctlong deleted the ci/add-gh-actions branch December 17, 2024 00:22
ctlong added a commit that referenced this pull request Dec 17, 2024
@ctlong
Copy link
Member Author

ctlong commented Dec 17, 2024

The revert commit above was accidental. I've deleted it now.

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.

2 participants