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: nightly integration test runs #103

Merged
merged 2 commits into from
Jan 30, 2025
Merged

ci: nightly integration test runs #103

merged 2 commits into from
Jan 30, 2025

Conversation

mujahidkay
Copy link
Member

@mujahidkay mujahidkay commented Jan 21, 2025

Closes: #100

Notification test (by removing the failure condition)

@mujahidkay mujahidkay force-pushed the mk/integration-nightly branch 2 times, most recently from f10c480 to f9b206b Compare January 30, 2025 11:55
@mujahidkay mujahidkay requested a review from Muneeb147 January 30, 2025 11:56
@mujahidkay mujahidkay self-assigned this Jan 30, 2025
@@ -21,76 +22,3 @@ jobs:
- run: yarn install
- run: yarn build
- run: yarn test
integration:

Choose a reason for hiding this comment

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

Whe removed from here?

Copy link
Member Author

Choose a reason for hiding this comment

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

To make it a separate workflow that can run daily. Don't need the lint and unit jobs to run daily.

Choose a reason for hiding this comment

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

Don't we want integration run on a PR? Assuming pr.yml triggeres on PR creation/push

Copy link
Member Author

Choose a reason for hiding this comment

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

on:
  pull_request:

determines whether it runs on a pull request or not, and its part on the integration.yml file. Filename can be anything. As you can see integration workflow being triggered on this PR right now.

Copy link

@Muneeb147 Muneeb147 Jan 30, 2025

Choose a reason for hiding this comment

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

I missed on: pull_request hook in integration.yaml

We can keep one file and conditionally trigger lint and unit jobs (when github.event is pullrequest).

Choose a reason for hiding this comment

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

Well it's just a suggestion but not a blocker.
Approving

Copy link
Member Author

Choose a reason for hiding this comment

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

Nice suggestion. I'll cater to it whenever Im doing a cleanup/refactor.

@mujahidkay mujahidkay merged commit c896490 into main Jan 30, 2025
3 checks passed
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.

Nightly Integration Test Run
2 participants