You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2019/04/25 02:35:30 UTC

[cordova-paramedic] branch erisu-config-test created (now ffe5a42)

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a change to branch erisu-config-test
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git.


      at ffe5a42  Fix iOS Configs for Backward Testing and Cleanup

This branch includes the following new commits:

     new 5600016  Bump iOS 12.2 Sauce Appium Version to 1.13.0-beta.3
     new ffe5a42  Fix iOS Configs for Backward Testing and Cleanup

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-paramedic] 01/02: Bump iOS 12.2 Sauce Appium Version to 1.13.0-beta.3

Posted by er...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch erisu-config-test
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git

commit 5600016b885bfdec197e1d7468dfaf42bc682cb0
Author: エリス <el...@gmail.com>
AuthorDate: Thu Apr 25 11:21:20 2019 +0900

    Bump iOS 12.2 Sauce Appium Version to 1.13.0-beta.3
---
 conf/pr/ios-12.2.config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/pr/ios-12.2.config.json b/conf/pr/ios-12.2.config.json
index ac7d11d..5ebf122 100644
--- a/conf/pr/ios-12.2.config.json
+++ b/conf/pr/ios-12.2.config.json
@@ -4,5 +4,5 @@
     "cleanUpAfterRun": true,
     "verbose": true,
     "saucePlatformVersion": "12.2",
-    "sauceAppiumVersion": "1.12.1"
+    "sauceAppiumVersion": "1.13.0-beta.3"
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-paramedic] 02/02: Fix iOS Configs for Backward Testing and Cleanup

Posted by er...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch erisu-config-test
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git

commit ffe5a426b340d66f9c9afb2425c7e79a449aa8c8
Author: エリス <el...@gmail.com>
AuthorDate: Thu Apr 25 11:33:43 2019 +0900

    Fix iOS Configs for Backward Testing and Cleanup
---
 conf/periodic/ios-10.0.config.json       | 2 +-
 conf/periodic/ios-9.3.config.json        | 5 +++--
 conf/periodic/local/ios-10.0.config.json | 4 ++--
 conf/periodic/local/ios-9.3.config.json  | 5 +++--
 conf/pr/ios-9.3.config.json              | 5 +++--
 conf/pr/local/ios-10.0.config.json       | 2 +-
 conf/pr/local/ios-9.3.config.json        | 5 +++--
 7 files changed, 16 insertions(+), 12 deletions(-)

diff --git a/conf/periodic/ios-10.0.config.json b/conf/periodic/ios-10.0.config.json
index 44665e5..89c3f19 100644
--- a/conf/periodic/ios-10.0.config.json
+++ b/conf/periodic/ios-10.0.config.json
@@ -1,5 +1,5 @@
 {
-    "platform": "ios@https://github.com/apache/cordova-ios.git",
+    "platform": "ios",
     "action": "run",
     "cleanUpAfterRun": true,
     "verbose": true,
diff --git a/conf/periodic/ios-9.3.config.json b/conf/periodic/ios-9.3.config.json
index fc4ff1b..66e4a6e 100644
--- a/conf/periodic/ios-9.3.config.json
+++ b/conf/periodic/ios-9.3.config.json
@@ -1,7 +1,8 @@
 {
-    "platform": "ios@https://github.com/apache/cordova-ios.git",
+    "platform": "ios@4.5.5",
+    "args": "--buildFlag='-UseModernBuildSystem=0'",
     "action": "run",
     "cleanUpAfterRun": true,
     "verbose": true,
     "saucePlatformVersion": "9.3"
-}
+}
\ No newline at end of file
diff --git a/conf/periodic/local/ios-10.0.config.json b/conf/periodic/local/ios-10.0.config.json
index e433e81..60a1ba5 100644
--- a/conf/periodic/local/ios-10.0.config.json
+++ b/conf/periodic/local/ios-10.0.config.json
@@ -1,7 +1,7 @@
 {
-    "platform": "ios@https://github.com/apache/cordova-ios.git",
+    "platform": "ios",
     "action": "run",
     "cleanUpAfterRun": true,
-    "target": "iPhone-SE\\,\\ 10\\.0",
+    "target": "iPhone-SE, 10.0",
     "verbose": true
 }
diff --git a/conf/periodic/local/ios-9.3.config.json b/conf/periodic/local/ios-9.3.config.json
index 0d55e09..693bda0 100644
--- a/conf/periodic/local/ios-9.3.config.json
+++ b/conf/periodic/local/ios-9.3.config.json
@@ -1,7 +1,8 @@
 {
-    "platform": "ios@https://github.com/apache/cordova-ios.git",
+    "platform": "ios@4.5.5",
+    "args": "--buildFlag='-UseModernBuildSystem=0'",
     "action": "run",
     "cleanUpAfterRun": true,
-    "target": "iPhone-SE\\,\\ 9\\.3",
+    "target": "iPhone-SE, 9.3",
     "verbose": true
 }
diff --git a/conf/pr/ios-9.3.config.json b/conf/pr/ios-9.3.config.json
index 4f101e6..66e4a6e 100644
--- a/conf/pr/ios-9.3.config.json
+++ b/conf/pr/ios-9.3.config.json
@@ -1,7 +1,8 @@
 {
-    "platform": "ios",
+    "platform": "ios@4.5.5",
+    "args": "--buildFlag='-UseModernBuildSystem=0'",
     "action": "run",
     "cleanUpAfterRun": true,
     "verbose": true,
     "saucePlatformVersion": "9.3"
-}
+}
\ No newline at end of file
diff --git a/conf/pr/local/ios-10.0.config.json b/conf/pr/local/ios-10.0.config.json
index b678dfd..60a1ba5 100644
--- a/conf/pr/local/ios-10.0.config.json
+++ b/conf/pr/local/ios-10.0.config.json
@@ -2,6 +2,6 @@
     "platform": "ios",
     "action": "run",
     "cleanUpAfterRun": true,
-    "target": "iPhone-SE\\,\\ 10\\.0",
+    "target": "iPhone-SE, 10.0",
     "verbose": true
 }
diff --git a/conf/pr/local/ios-9.3.config.json b/conf/pr/local/ios-9.3.config.json
index 9440b9d..693bda0 100644
--- a/conf/pr/local/ios-9.3.config.json
+++ b/conf/pr/local/ios-9.3.config.json
@@ -1,7 +1,8 @@
 {
-    "platform": "ios",
+    "platform": "ios@4.5.5",
+    "args": "--buildFlag='-UseModernBuildSystem=0'",
     "action": "run",
     "cleanUpAfterRun": true,
-    "target": "iPhone-SE\\,\\ 9\\.3",
+    "target": "iPhone-SE, 9.3",
     "verbose": true
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org