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

Fix iOS template and test run #106

Merged
merged 3 commits into from Feb 8, 2019
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Fix title and errors

  • Loading branch information
srirambv committed Jan 29, 2019
commit 9708c9329f63cb8bf7223c4bf856a4285a617cb5
@@ -276,7 +276,7 @@ def ios_testruns():
bigline = bigline + ios_template
print(bigline)
print("")
iPad5GiOS12Title = "Manual test run for " + ios_key + "on iPad Pro/5th Gen running iOS12"
iPad5GiOS12Title = "Manual test run for " + ios_key + " on iPad Pro/5th Gen running iOS12"
iPad5GiOS12List = ['ipad', 'release-notes/exclude', 'tests']

if args.test is None:
@@ -289,7 +289,7 @@ def ios_testruns():
bigline = bigline + ios_template
print(bigline)
print("")
iPadMiniiOS12Title = "Manual test run for " + ios_key + "on iPad Mini running iOS12"
iPadMiniiOS12Title = "Manual test run for " + ios_key + " on iPad Mini running iOS12"
iPadMiniiOS12List = ['ipad', 'release-notes/exclude', 'tests']

if args.test is None:
@@ -302,7 +302,7 @@ def ios_testruns():
bigline = bigline + ios_template
print(bigline)
print("")
iPhone6iOS12Title = "Manual test run for " + ios_key + "on iPhone 6/SE running iOS12"
iPhone6iOS12Title = "Manual test run for " + ios_key + " on iPhone 6/SE running iOS12"
iPhone6iOS12List = ['iPhone', 'release-notes/exclude', 'tests']

if args.test is None:
@@ -315,8 +315,8 @@ def ios_testruns():
bigline = bigline + ios_template
print(bigline)
print("")
iOS11iPhone7Title = "Manual test run for " + ios_key + "on iPhone 7/8 running iOS12"
iOS11iPhone7List = ['iPhone', 'release-notes/exclude', 'tests']
iPhone8iOS12Title = "Manual test run for " + ios_key + " on iPhone 7/8 running iOS12"
iPhone8iOS12List = ['iPhone', 'release-notes/exclude', 'tests']

if args.test is None:
ios_repo.create_issue(title=iPhone8iOS12Title,body=bigline,assignee="GeetaSarvadnya",milestone=ios_milestone[ios_key],labels=iPhone8iOS12List)
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.