Skip to content

Commit

Permalink
Product tests fix for more tests
Browse files Browse the repository at this point in the history
- multinode-tls-kerberos updated to use `aaneja/hdp2.6-hive-kerberized-jdk17`

- singlenode-ldap updated to use new image `aaneja/centos6-oj8-openldap-jdk17`

- product-tests-specific-environment2 updated to only run on JDK 17 for now
  • Loading branch information
aaneja committed Dec 20, 2024
1 parent bbdbb16 commit 18d435a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/product-tests-specific-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ 8, 17 ]
java: [ 17 ]
runs-on: ubuntu-latest
needs: changes
if: needs.changes.outputs.codechange == 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
presto-master:
domainname: docker.cluster
hostname: presto-master
image: '${HADOOP_BASE_IMAGE}-kerberized:${DOCKER_IMAGES_VERSION}'
image: aaneja/hdp2.6-hive-kerberized-jdk17
command: /docker/volumes/conf/docker/files/presto-launcher-wrapper.sh multinode-tls-kerberos-master run
ports:
- '7778:7778'
Expand All @@ -17,7 +17,7 @@ services:
presto-worker-1:
domainname: docker.cluster
hostname: presto-worker-1
image: '${HADOOP_BASE_IMAGE}-kerberized:${DOCKER_IMAGES_VERSION}'
image: aaneja/hdp2.6-hive-kerberized-jdk17
extends:
file: ../common/standard.yml
service: java-17-base
Expand All @@ -34,7 +34,7 @@ services:
presto-worker-2:
domainname: docker.cluster
hostname: presto-worker-2
image: '${HADOOP_BASE_IMAGE}-kerberized:${DOCKER_IMAGES_VERSION}'
image: aaneja/hdp2.6-hive-kerberized-jdk17
extends:
file: ../common/standard.yml
service: java-17-base
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:

presto-master:
image: 'prestodb/centos6-oj8-openldap:${DOCKER_IMAGES_VERSION}'
image: 'aaneja/centos6-oj8-openldap-jdk17'
command: /docker/volumes/conf/docker/files/presto-launcher-wrapper.sh singlenode-ldap run
extra_hosts:
- "${LDAP_SERVER_HOST}:${LDAP_SERVER_IP}"
Expand Down

0 comments on commit 18d435a

Please sign in to comment.