-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat: refactor CI tests - WPB-11406 #1707
base: develop
Are you sure you want to change the base?
Conversation
@@ -676,8 +741,6 @@ class Build | |||
result = "playground-#{normalized_branch_name}/#{suffix}" | |||
when "Development" | |||
result = "development/#{suffix}" | |||
when "Internal" |
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.
these are unused build flavors
@@ -268,7 +323,7 @@ platform :ios do | |||
end | |||
|
|||
def generate_build_number | |||
build_number = `curl -H "Accept: text/plain" -X POST -d '' "https://incrementator.appspot.com/api/v1/code/ORUHILeMbXB4D5Z5conFzYoYpQPjVnyUA4pu56X2MHVJSFxM/increment"` | |||
build_number = `curl -H "Accept: text/plain" -X POST -d '' "https://incrementator.appspot.com/api/v1/code/iqZCQLhyVYKxWVzecuQHXBbhfJJJdtoxUXvtMzn99MoFlJIW/increment"` |
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.
need to revert this
Test Results59 tests 57 ✅ 19s ⏱️ Results for commit 1a03543. ♻️ This comment has been updated with latest results. |
8597c93
to
1797a97
Compare
Issue
This PR allows to test all related frameworks when touching a framework on a PR. Previously it was not running tests of frameworks having the dependency.
It also moves the develop tests that are run when a PR is merged to be run nightly at 21:00.
TODO
Testing
Running PR as a test
Checklist
[WPB-XXX]
.