-
Notifications
You must be signed in to change notification settings - Fork 1k
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 a nightly CI job for integration tests #2652
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2652 +/- ##
==========================================
- Coverage 78.57% 78.52% -0.06%
==========================================
Files 179 179
Lines 15877 15877
==========================================
- Hits 12475 12467 -8
- Misses 3402 3410 +8
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
.github/workflows/nightly-ci.yml
Outdated
run: echo '::set-output name=WAS_EDITED::'$(test -n "$(git log --format=%H --since='24 hours ago')" && echo 'true' || echo 'false') | ||
|
||
integration-test-python: | ||
# all jobs MUST have this if check for 'ok-to-test' or 'approved' or 'lgtm' for security purposes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unnecessary comment?
Signed-off-by: Kevin Zhang <[email protected]>
Signed-off-by: Achal Shah <[email protected]>
Signed-off-by: Kevin Zhang <[email protected]>
cb48a38
to
04a362e
Compare
Signed-off-by: Kevin Zhang <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: achals, adchia, felixwang9817 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* Remove 3.7 wheels Signed-off-by: Kevin Zhang <[email protected]> * ci: Add a nightly CI job for integration tests Signed-off-by: Achal Shah <[email protected]> * Update and rebase Signed-off-by: Kevin Zhang <[email protected]> * Fix Signed-off-by: Kevin Zhang <[email protected]> Co-authored-by: Kevin Zhang <[email protected]>
…2652)" This reverts commit 6645efb. Signed-off-by: Danny Chiao <[email protected]>
## [0.22.2](v0.22.1...v0.22.2) (2022-07-29) ### Reverts * **ci:** "Fix night ci syntax error and update readme ([#2935](#2935))" ([31f54c8](31f54c8)) * **ci:** fix: Fix nightly ci again ([#2939](#2939)). This reverts commit c363619. ([33cbaeb](33cbaeb)) * **ci:** Revert "ci: Add a nightly CI job for integration tests ([#2652](#2652))" ([d4bb394](d4bb394)) * **ci:** Revert "fix: Deprecate 3.7 wheels and fix verification workflow ([#2934](#2934))" ([efadb22](efadb22)) * Revert "fix: Change numpy version on setup.py and upgrade it to resolve dependabot warning ([#2887](#2887))" ([87190cb](87190cb))
Signed-off-by: Achal Shah [email protected]
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #