You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/03/26 18:20:28 UTC

[cordova-paramedic] branch janpio-improve_saucelabs created (now 1f70154)

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

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


      at 1f70154  remove sauceAppiumVersion from all configs

This branch includes the following new commits:

     new 1f70154  remove sauceAppiumVersion from all configs

The 1 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/01: remove sauceAppiumVersion from all configs

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

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

commit 1f701546ca2b7ff775034254f1bbee8e84b723a8
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Tue Mar 26 18:57:21 2019 +0100

    remove sauceAppiumVersion from all configs
---
 conf/periodic/android-6.0.config.json | 1 -
 conf/periodic/android-7.0.config.json | 1 -
 conf/periodic/ios-10.0.config.json    | 3 +--
 conf/pr/android-6.0.config.json       | 1 -
 conf/pr/android-7.0.config.json       | 1 -
 conf/pr/ios-10.0.config.json          | 3 +--
 6 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/conf/periodic/android-6.0.config.json b/conf/periodic/android-6.0.config.json
index fd7b744..9c6e80b 100644
--- a/conf/periodic/android-6.0.config.json
+++ b/conf/periodic/android-6.0.config.json
@@ -3,6 +3,5 @@
     "action": "run",
     "cleanUpAfterRun": true,
     "saucePlatformVersion": "6.0",
-    "sauceAppiumVersion": "1.6.4",
     "verbose": true
 }
diff --git a/conf/periodic/android-7.0.config.json b/conf/periodic/android-7.0.config.json
index 0cea7b2..9037cbb 100644
--- a/conf/periodic/android-7.0.config.json
+++ b/conf/periodic/android-7.0.config.json
@@ -3,7 +3,6 @@
     "action": "run",
     "cleanUpAfterRun": true,
     "saucePlatformVersion": "7.0",
-    "sauceAppiumVersion": "1.6.4",
     "sauceDeviceName": "Android GoogleAPI Emulator",
     "verbose": true
 }
diff --git a/conf/periodic/ios-10.0.config.json b/conf/periodic/ios-10.0.config.json
index 44665e5..2273dc6 100644
--- a/conf/periodic/ios-10.0.config.json
+++ b/conf/periodic/ios-10.0.config.json
@@ -3,6 +3,5 @@
     "action": "run",
     "cleanUpAfterRun": true,
     "verbose": true,
-    "saucePlatformVersion": "10.0",
-    "sauceAppiumVersion": "1.6.4"
+    "saucePlatformVersion": "10.0"
 }
diff --git a/conf/pr/android-6.0.config.json b/conf/pr/android-6.0.config.json
index 9aa2404..3651091 100644
--- a/conf/pr/android-6.0.config.json
+++ b/conf/pr/android-6.0.config.json
@@ -3,6 +3,5 @@
     "action": "run",
     "cleanUpAfterRun": true,
     "saucePlatformVersion": "6.0",
-    "sauceAppiumVersion": "1.6.4",
     "verbose": true
 }
diff --git a/conf/pr/android-7.0.config.json b/conf/pr/android-7.0.config.json
index 02d6a7b..0e31612 100644
--- a/conf/pr/android-7.0.config.json
+++ b/conf/pr/android-7.0.config.json
@@ -3,7 +3,6 @@
     "action": "run",
     "cleanUpAfterRun": true,
     "saucePlatformVersion": "7.0",
-    "sauceAppiumVersion": "1.6.4",
     "sauceDeviceName": "Android GoogleAPI Emulator",
     "verbose": true
 }
diff --git a/conf/pr/ios-10.0.config.json b/conf/pr/ios-10.0.config.json
index 89c3f19..c3566db 100644
--- a/conf/pr/ios-10.0.config.json
+++ b/conf/pr/ios-10.0.config.json
@@ -3,6 +3,5 @@
     "action": "run",
     "cleanUpAfterRun": true,
     "verbose": true,
-    "saucePlatformVersion": "10.0",
-    "sauceAppiumVersion": "1.6.4"
+    "saucePlatformVersion": "10.0"
 }


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