Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit db1ebc2

Browse files
committed
Do not fail because of bitballoon
1 parent e47e5f5 commit db1ebc2

File tree

4 files changed

+16
-57
lines changed

4 files changed

+16
-57
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
- env: test=Zalenium
6363
script:
64-
- gem install bitballoon
64+
- gem install bitballoon || true
6565
- travis_retry ./test/before_install_pull
6666
- travis_retry ./test/script_scenario_zalenium
6767

CHANGELOG.md

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,3 @@
1-
## 3.11.0-p2
2-
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.11.0-p1...3.11.0-p2 (2018-03-16)
3-
+ Leo Gallucci (12):
4-
* [8e045e3] Upgrade Chrome patch level to 65.0.3325.162
5-
* [ab58c48] Upgrade Firefox major from 58.0.2 to 59.0
6-
* [86e0f09] Trigger build
7-
* [e426f8d] WIP Fixing the build
8-
* [9bf84ff] WIP Fixing the build
9-
* [dff289f] WIP Fixing the build
10-
* [df97ae1] WIP Fixing the build
11-
* [c18d7b5] WIP Fixing the build
12-
* [0ff2ddd] WIP Fixing the build
13-
* [b9a4c95] WIP Fixing the build
14-
* [2444f75] WIP Fixing the build
15-
* [a23648e] WIP Fixing the build
16-
+ **Image tag details:**
17-
+ Selenium version: 3.11.0 (e59cfb3)
18-
+ Chrome stable: 65.0.3325.162
19-
+ Firefox stable: 59.0
20-
+ Geckodriver: 0.20.0
21-
+ Chromedriver: 2.36.540471 (9c759b81a907e70363c6312294d30b6ccccc2752)
22-
+ Java: OpenJDK Java 1.8.0_151-8u151-b12-0ubuntu0.16.04.2-b12
23-
+ Default Timezone: Europe/Berlin
24-
+ FROM ubuntu:xenial-20180228
25-
+ Python: 3.5.2
26-
+ Tested on kernel CI host: 4.4.0-101-generic x86_64
27-
+ Built at CI host with: Docker version 17.09.0, build afdb6d4
28-
+ Built at CI host with: Docker Compose version 1.17.1, build 6d101fb
29-
+ Image version: 3.11.0-238
30-
+ Image size: 1.39GB
31-
+ Digest: sha256:9da4390c049e20df36296a9a41fcaa3e6b87bf7296bc9e35de6a256caf5a7a73
32-
331
## 3.11.0-p1
342
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.11.0-p0...3.11.0-p1 (2018-03-13)
353
+ Diego Molina (1):

LATEST_RELEASE.md

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,11 @@
1-
## 3.11.0-p2
2-
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.11.0-p1...3.11.0-p2 (2018-03-16)
3-
+ Leo Gallucci (12):
4-
* [8e045e3] Upgrade Chrome patch level to 65.0.3325.162
5-
* [ab58c48] Upgrade Firefox major from 58.0.2 to 59.0
6-
* [86e0f09] Trigger build
7-
* [e426f8d] WIP Fixing the build
8-
* [9bf84ff] WIP Fixing the build
9-
* [dff289f] WIP Fixing the build
10-
* [df97ae1] WIP Fixing the build
11-
* [c18d7b5] WIP Fixing the build
12-
* [0ff2ddd] WIP Fixing the build
13-
* [b9a4c95] WIP Fixing the build
14-
* [2444f75] WIP Fixing the build
15-
* [a23648e] WIP Fixing the build
1+
## 3.11.0-p1
2+
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.11.0-p0...3.11.0-p1 (2018-03-13)
3+
+ Diego Molina (1):
4+
* [2b07831] Upgrading GeckoDriver to 0.20.0
165
+ **Image tag details:**
176
+ Selenium version: 3.11.0 (e59cfb3)
18-
+ Chrome stable: 65.0.3325.162
19-
+ Firefox stable: 59.0
7+
+ Chrome stable: 65.0.3325.146
8+
+ Firefox stable: 58.0.2
209
+ Geckodriver: 0.20.0
2110
+ Chromedriver: 2.36.540471 (9c759b81a907e70363c6312294d30b6ccccc2752)
2211
+ Java: OpenJDK Java 1.8.0_151-8u151-b12-0ubuntu0.16.04.2-b12
@@ -26,7 +15,6 @@
2615
+ Tested on kernel CI host: 4.4.0-101-generic x86_64
2716
+ Built at CI host with: Docker version 17.09.0, build afdb6d4
2817
+ Built at CI host with: Docker Compose version 1.17.1, build 6d101fb
29-
+ Image version: 3.11.0-238
30-
+ Image size: 1.39GB
31-
+ Digest: sha256:9da4390c049e20df36296a9a41fcaa3e6b87bf7296bc9e35de6a256caf5a7a73
32-
18+
+ Image version: 3.11.0-233
19+
+ Image size: 1.38GB
20+
+ Digest: sha256:b2e5640bec2800af223e59f0c3ef27b6252b4b5256084c194a4485f422687bdc

test/script_scenario_zalenium

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,11 @@ if [ "${BITBALLOON_ACCESS_TOKEN}" != "" ] && [ "${BITBALLOON_SITE_ID}" != "" ];
8585
# Only update the site upon releases
8686
if [ "${TRAVIS_TAG}" != "" ]; then
8787
echo "{\"access_token\":\"${BITBALLOON_ACCESS_TOKEN}\",\"site_id\":\"${BITBALLOON_SITE_ID}\"}" > .bitballoon
88-
ls -la tmp_videos/ || die "We need tmp_videos to upload to bitballoon"
89-
bitballoon deploy tmp_videos/
90-
#=> Site deployed: http://zalenium.bitballoon.com
88+
if ls -la tmp_videos/; then
89+
bitballoon deploy tmp_videos/ || true
90+
#=> Site deployed: http://zalenium.bitballoon.com
91+
else
92+
echo "ERROR! We need tmp_videos/ to upload to bitballoon"
93+
fi
9194
fi
9295
fi

0 commit comments

Comments
 (0)