-
Notifications
You must be signed in to change notification settings - Fork 0
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
use self hosted runner and disable windows workflow #182
Conversation
the jobs for windows are queued forever, disable it for development Signed-off-by: Yulong Ruan <ruanyl@amazon.com> temp: skip bwc-tests Signed-off-by: SuZhou-Joe <suzhou@amazon.com> --------- Signed-off-by: Yulong Ruan <ruanyl@amazon.com> Signed-off-by: SuZhou-Joe <suzhou@amazon.com> Co-authored-by: SuZhou-Joe <suzhou@amazon.com>
use forked function-test repo for development Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
Codecov Report
@@ Coverage Diff @@
## workspace-pr-integr #182 +/- ##
=======================================================
- Coverage 66.50% 66.46% -0.05%
=======================================================
Files 3406 3408 +2
Lines 65111 65209 +98
Branches 10426 10436 +10
=======================================================
+ Hits 43302 43340 +38
- Misses 19221 19274 +53
- Partials 2588 2595 +7
Flags with carried forward coverage won't be shown. Click here to find out more. see 11 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@@ -307,6 +298,7 @@ jobs: | |||
retention-days: 1 | |||
|
|||
bwc-tests: | |||
if: false |
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.
Maybe we can enable bwc-tests?
Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
@@ -54,7 +54,7 @@ jobs: | |||
uses: actions/checkout@v2 | |||
with: | |||
path: ${{ env.FTR_PATH }} | |||
repository: opensearch-project/opensearch-dashboards-functional-test | |||
repository: ruanyl/opensearch-dashboards-functional-test | |||
ref: '${{ github.base_ref }}' |
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.
@ruanyl @SuZhou-Joe Do we need to set ref to workspace
branch of FT repo to do workspace-specific test integration?
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.
Both should work, what about using workspace branch as the ref for our development? @ruanyl
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.
There have been some commits to fix workspace failed FT on the workspace branch. https://github.com/opensearch-project/opensearch-dashboards-functional-test/commits/workspace. Or we can also migrate them later.
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.
That should work, I will update
Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
This reverts commit 499f5ad.
disable github workflows running on windows for development (#161) --------- Signed-off-by: Yulong Ruan <ruanyl@amazon.com> Signed-off-by: SuZhou-Joe <suzhou@amazon.com> Co-authored-by: SuZhou-Joe <suzhou@amazon.com>
disable github workflows running on windows for development (#161) --------- Signed-off-by: Yulong Ruan <ruanyl@amazon.com> Signed-off-by: SuZhou-Joe <suzhou@amazon.com> Co-authored-by: SuZhou-Joe <suzhou@amazon.com>
Description
Use self hosted runner and disable windows workflow + use forked functional-test repo for development
Issues Resolved
Screenshot
Testing the changes
Check List
yarn test:jest
yarn test:jest_integration
yarn test:ftr