Skip to content

Commit b2f6d95

Browse files
author
Fran Tsao
committed
#153 fixed ubuntu tests; updated pipfiles
1 parent f8486e3 commit b2f6d95

File tree

5 files changed

+15
-37
lines changed

5 files changed

+15
-37
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
dist: bionic
33
language: python
4-
python: 3.7
4+
python: 3.9
55
sudo: required
66
services:
77
- docker
@@ -31,7 +31,7 @@ env:
3131
- DOCKER_IMAGE_BASE=amd64/ubuntu:xenial JDK_MAJOR=8 JDK_VERSION=8u292-b10-0ubuntu1~16.04.1 DOCKER_TAG_TO_PUBLISH=8u292-xenial-openjdk-headless
3232
- DOCKER_IMAGE_BASE=amd64/ubuntu:xenial JDK_MAJOR=9 JDK_VERSION=9~b114-0ubuntu1 DOCKER_TAG_TO_PUBLISH=9b114-xenial-openjdk-headless
3333
- DOCKER_IMAGE_BASE=amd64/ubuntu:bionic DOCKER_TAG_TO_PUBLISH=11-bionic-openjdk-headless
34-
- DOCKER_IMAGE_BASE=amd64/ubuntu:bionic JDK_MAJOR=11 JDK_VERSION=11.0.11+9-0ubuntu2~18.04-0ubuntu1~18.04.1 DOCKER_TAG_TO_PUBLISH=11.0.11-bionic-openjdk-headless
34+
- DOCKER_IMAGE_BASE=amd64/ubuntu:bionic JDK_MAJOR=11 JDK_VERSION=11.0.11+9-0ubuntu2~18.04 DOCKER_TAG_TO_PUBLISH=11.0.11-bionic-openjdk-headless
3535
- DOCKER_IMAGE_BASE=amd64/ubuntu:bionic JDK_MAJOR=8 JDK_VERSION=8u292-b10-0ubuntu1~18.04 DOCKER_TAG_TO_PUBLISH=8u292-bionic-openjdk-headless
3636
- DOCKER_IMAGE_BASE=amd64/ubuntu:focal DOCKER_TAG_TO_PUBLISH=14-focal-openjdk-headless
3737
- DOCKER_IMAGE_BASE=amd64/ubuntu:focal JDK_MAJOR=14 JDK_VERSION=14.0.2+12-1~20.04 DOCKER_TAG_TO_PUBLISH=14.0.2-focal-openjdk-headless

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ yamllint = "==1.26.1"
1414
[dev-packages]
1515

1616
[requires]
17-
python_version = "3.7"
17+
python_version = "3.9"

Pipfile.lock

+2-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vars/openjdk/Ubuntu-18.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
---
2+
java_open_jdk_apt_extra_packages:
3+
- python3-apt
4+
- apt-transport-https
5+
- gnupg2
26

37
# Using pattern described in Ansible Best Practices and Conventions (Appendix B), Ansible for Devops (p. 406)
48
__java_open_jdk_version_major: 11
59
# Supported openjdk major releases: 8, 11
610

7-
# Needed because Ubuntu Bionic SRU Exception with OpenJDK
8-
__java_required_repositories_openjdk:
9-
- "ppa:openjdk-r/ppa"
11+
__java_required_repositories_openjdk: []
1012
__java_required_libs_openjdk: []
1113
__java_required_key_repositories_openjdk: []
1214

vars/openjdk/Ubuntu-20.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
2-
2+
java_open_jdk_apt_extra_packages:
3+
- python3-apt
4+
- apt-transport-https
5+
- gnupg2
36
# Using pattern described in Ansible Best Practices and Conventions (Appendix B), Ansible for Devops (p. 406)
47
__java_open_jdk_version_major: 14
58
# Supported openjdk major releases: 8, 11, 13, 14
69

7-
# Needed because Ubuntu Bionic SRU Exception with OpenJDK
8-
__java_required_repositories_openjdk:
9-
- "ppa:openjdk-r/ppa"
10+
__java_required_repositories_openjdk: []
1011
__java_required_libs_openjdk: []
1112
__java_required_key_repositories_openjdk: []
1213

0 commit comments

Comments
 (0)