Skip to content

Commit

Permalink
Archive Accumulo
Browse files Browse the repository at this point in the history
  • Loading branch information
ebyhr committed Nov 21, 2024
1 parent 6ffd81c commit 5243573
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 10 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
fail-fast: false
matrix:
include:
- image: accumulo
test: accumulo
- image: almalinux9-oj17
platforms: linux/amd64,linux/arm64
- image: almalinux9-oj17-openldap-referrals
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ jobs:
testing/almalinux9-oj17-openldap-base
)
single_arch=(
testing/accumulo
testing/hdp3.1-hive
testing/hdp3.1-hive-kerberized
testing/hdp3.1-hive-kerberized-2
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 1 addition & 3 deletions bin/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,7 @@ for ARCH in "${platforms[@]}"; do

LOGS_PID=$!

if [[ ${ENVIRONMENT} == *"accumulo"* ]]; then
retry check_health
elif [[ ${ENVIRONMENT} == *"polaris"* ]]; then
if [[ ${ENVIRONMENT} == *"polaris"* ]]; then
# TODO Add test for Polaris
test true
elif [[ ${ENVIRONMENT} == *"unity"* ]]; then
Expand Down
4 changes: 0 additions & 4 deletions etc/compose/accumulo/docker-compose.yml

This file was deleted.

0 comments on commit 5243573

Please sign in to comment.