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

test: run integration tests every four hours #390

Merged
merged 1 commit into from
Jul 4, 2024

Conversation

YutongLi291
Copy link
Contributor

What was the problem/requirement? (What/Why)

To better the repo's code quality, we should run the integration tests on a scheduled basis, to prevent flakiness, issues with dependencies, etc.

What was the solution? (How)

Every 4 hours, the integration tests will be ran as an action workflow in mainline.

What is the impact of this change?

Better repo quality and guarantee that the main functionality is tested.

How was this change tested?

hatch build. Verified that the syntax was correct.

Was this change documented?

N/A

Is this a breaking change?

No

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@YutongLi291 YutongLi291 requested a review from a team as a code owner July 3, 2024 23:35
@YutongLi291 YutongLi291 enabled auto-merge (squash) July 3, 2024 23:37
@YutongLi291 YutongLi291 requested a review from jericht July 4, 2024 00:03
@@ -1,6 +1,8 @@
name: Mainline Merge Integration Tests

on:
schedule:
- cron: '0 */4 * * *'
Copy link
Contributor

Choose a reason for hiding this comment

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

Chatted offline,

Why 4 ? Because worker agent side is running every 4 hours too.

@YutongLi291 YutongLi291 merged commit 9eb54d5 into aws-deadline:mainline Jul 4, 2024
15 checks passed
rena-cheng pushed a commit to rena-cheng/deadline-cloud that referenced this pull request Jul 9, 2024
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.

3 participants