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

Updated osx_image to xcode8.2, close #334 #350

Closed
wants to merge 10 commits into from

Conversation

Iron-Ham
Copy link
Contributor

@Iron-Ham Iron-Ham commented Dec 21, 2016

Changes in this pull request

  • Updated osx_image in Travis to xcode8.2, as in: Update travis-ci to Xcode8.2 #334
  • Doesn't require tests, as it'll either pass with no changes to the codebase or break CI. 🤷🏽‍♂️

Pull request checklist

  • All tests pass. Demo project builds and runs.
  • I added tests, an experiment, or detailed why my change isn't tested.
  • I have reviewed the contributing guide

@facebook-github-bot
Copy link
Contributor

@heshamsalman updated the pull request - view changes

@facebook-github-bot
Copy link
Contributor

@heshamsalman updated the pull request - view changes

@coveralls
Copy link

coveralls commented Dec 22, 2016

Coverage Status

Coverage remained the same at 97.955% when pulling 0c0308d on heshamsalman:chore/update_travis_version into 2957ee5 on Instagram:master.

@facebook-github-bot
Copy link
Contributor

@heshamsalman updated the pull request - view changes

@coveralls
Copy link

coveralls commented Dec 22, 2016

Coverage Status

Coverage remained the same at 97.955% when pulling b070f7f on heshamsalman:chore/update_travis_version into 2957ee5 on Instagram:master.

Copy link
Contributor

@jessesquires jessesquires left a comment

Choose a reason for hiding this comment

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

Thanks @heshamsalman ! 🎉

Looks like we need a few more tweaks. 😄

@@ -36,6 +36,7 @@ env:

- DESTINATION="OS=10.0,name=iPhone 6s" SDK="$IOS_SDK" SCHEME="$IOS_SCHEME" RUN_TESTS="YES" BUILD_EXAMPLE="YES" RUN_UI_TESTS="NO" POD_LINT="NO"
- DESTINATION="OS=10.1,name=iPhone 6s" SDK="$IOS_SDK" SCHEME="$IOS_SCHEME" RUN_TESTS="YES" BUILD_EXAMPLE="NO" RUN_UI_TESTS="YES" POD_LINT="NO"
- DESTINATION="OS=10.2,name=iPhone 6s" SDK="$IOS_SDK" SCHEME="$IOS_SCHEME" RUN_TESTS="YES" BUILD_EXAMPLE="NO" RUN_UI_TESTS="YES" POD_LINT="NO"
Copy link
Contributor

Choose a reason for hiding this comment

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

RUN_UI_TESTS should be NO

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@jessesquires what's the rational for running UI/Unit tests on some targets but not others?

Copy link
Contributor

Choose a reason for hiding this comment

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

@heshamsalman - oops, sorry. just saw this.

they are flaky, in general but specifically on travis too

@@ -14,7 +14,7 @@ env:
- TVOS_SCHEME="IGListKit-tvOS"
- MACOS_SCHEME="IGListKit-macOS"

- IOS_SDK=iphonesimulator10.1
- IOS_SDK=iphonesimulator
Copy link
Contributor

Choose a reason for hiding this comment

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

should be iphonesimulator10.2

@@ -14,7 +14,7 @@ env:
- TVOS_SCHEME="IGListKit-tvOS"
- MACOS_SCHEME="IGListKit-macOS"

- IOS_SDK=iphonesimulator10.1
- IOS_SDK=iphonesimulator
- TVOS_SDK=appletvsimulator10.0
Copy link
Contributor

Choose a reason for hiding this comment

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

should be appletvsimulator10.1

@facebook-github-bot
Copy link
Contributor

@heshamsalman updated the pull request - view changes

@@ -36,6 +36,7 @@ env:

- DESTINATION="OS=10.0,name=iPhone 6s" SDK="$IOS_SDK" SCHEME="$IOS_SCHEME" RUN_TESTS="YES" BUILD_EXAMPLE="YES" RUN_UI_TESTS="NO" POD_LINT="NO"
- DESTINATION="OS=10.1,name=iPhone 6s" SDK="$IOS_SDK" SCHEME="$IOS_SCHEME" RUN_TESTS="YES" BUILD_EXAMPLE="NO" RUN_UI_TESTS="YES" POD_LINT="NO"
- DESTINATION="OS=10.2,name=iPhone 6s" SDK="$IOS_SDK" SCHEME="$IOS_SCHEME" RUN_TESTS="YES" BUILD_EXAMPLE="NO" RUN_UI_TESTS="NO" POD_LINT="NO"
Copy link
Contributor

Choose a reason for hiding this comment

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

ok, for some reason it looks like travis thinks 10.2, iPhone 6s doesn't exist 😅 (it does)

let's try using name=iPhone 7 for 10.2

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's unable to find the due to a duplicate simulator for the 10.2 image. I'll use their suggested workaround until Travis fixes it on their end.

travis-ci/travis-ci#7031

@coveralls
Copy link

coveralls commented Dec 22, 2016

Coverage Status

Coverage remained the same at 97.955% when pulling e677ae5 on heshamsalman:chore/update_travis_version into 2957ee5 on Instagram:master.

@facebook-github-bot
Copy link
Contributor

@heshamsalman updated the pull request - view changes

@coveralls
Copy link

coveralls commented Dec 22, 2016

Coverage Status

Coverage remained the same at 97.955% when pulling 4f17572 on heshamsalman:chore/update_travis_version into 2957ee5 on Instagram:master.

@facebook-github-bot
Copy link
Contributor

@heshamsalman updated the pull request - view changes

@coveralls
Copy link

coveralls commented Dec 22, 2016

Coverage Status

Coverage remained the same at 97.955% when pulling 2671314 on heshamsalman:chore/update_travis_version into 2957ee5 on Instagram:master.

@facebook-github-bot
Copy link
Contributor

@heshamsalman updated the pull request - view changes

@coveralls
Copy link

coveralls commented Dec 22, 2016

Coverage Status

Coverage remained the same at 97.955% when pulling a6d5d8e on heshamsalman:chore/update_travis_version into 2957ee5 on Instagram:master.

@facebook-github-bot
Copy link
Contributor

@heshamsalman updated the pull request - view changes

@facebook-github-bot
Copy link
Contributor

@heshamsalman updated the pull request - view changes

@coveralls
Copy link

coveralls commented Dec 22, 2016

Coverage Status

Coverage remained the same at 97.955% when pulling a1a5fbe on heshamsalman:chore/update_travis_version into 2957ee5 on Instagram:master.

@facebook-github-bot
Copy link
Contributor

@heshamsalman updated the pull request - view changes

@coveralls
Copy link

coveralls commented Dec 22, 2016

Coverage Status

Coverage remained the same at 97.955% when pulling 0622c86 on heshamsalman:chore/update_travis_version into 2957ee5 on Instagram:master.

@facebook-github-bot
Copy link
Contributor

@heshamsalman updated the pull request - view changes

@coveralls
Copy link

coveralls commented Dec 22, 2016

Coverage Status

Coverage remained the same at 97.955% when pulling d3d5467 on heshamsalman:chore/update_travis_version into 2957ee5 on Instagram:master.

@jessesquires
Copy link
Contributor

thanks so much @heshamsalman !

it looks like the ipad simulators are not duplicated.

how about we switch to iPad Air 2 for 10.2? then we won't need this workaround

@facebook-github-bot
Copy link
Contributor

@heshamsalman updated the pull request - view changes

@coveralls
Copy link

coveralls commented Dec 23, 2016

Coverage Status

Coverage increased (+0.01%) to 97.967% when pulling 3b1c6d9 on heshamsalman:chore/update_travis_version into 2957ee5 on Instagram:master.

2 similar comments
@coveralls
Copy link

Coverage Status

Coverage increased (+0.01%) to 97.967% when pulling 3b1c6d9 on heshamsalman:chore/update_travis_version into 2957ee5 on Instagram:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.01%) to 97.967% when pulling 3b1c6d9 on heshamsalman:chore/update_travis_version into 2957ee5 on Instagram:master.

Copy link
Contributor

@jessesquires jessesquires left a comment

Choose a reason for hiding this comment

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

Looks like travis is ✅

Thanks so much for the time and patience @heshamsalman ! 🙌

@jessesquires jessesquires changed the title Updated osx_image to xcode8.2 Updated osx_image to xcode8.2, close #334 Dec 23, 2016
@Iron-Ham
Copy link
Contributor Author

Iron-Ham commented Dec 23, 2016

🤠 Just glad to contribute!

woo

@facebook-github-bot
Copy link
Contributor

@jessesquires has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants