Skip to content

Commit

Permalink
[DOP-13487] Implement HDFS tests in github
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-pedchenko committed Mar 5, 2024
1 parent a4c6173 commit 9115612
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env.docker
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RABBITMQ_USER=guest
RABBITMQ_PASSWORD=guest

# HDFS
HDFS_HOST=rnd-dwh
HDFS_HOST=test-hive
HDFS_WEBHDFS_PORT=9870
HDFS_IPC_PORT=9820

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/hdfs-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
with:
context: .
tags: syncmaster_worker:${{ github.sha }}
target: test
file: docker/worker.dockerfile
load: true
cache-to: type=gha,mode=max
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/hive-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
with:
context: .
tags: syncmaster_worker:${{ github.sha }}
target: test
file: docker/worker.dockerfile
load: true
cache-to: type=gha,mode=max
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/oracle-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
with:
context: .
tags: syncmaster_worker:${{ github.sha }}
target: test
file: docker/worker.dockerfile
load: true
cache-to: type=gha,mode=max
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/s3-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
context: .
tags: syncmaster_worker:${{ github.sha }}
file: docker/worker.dockerfile
target: test
load: true
cache-to: type=gha,mode=max
cache-from: type=gha
Expand Down

0 comments on commit 9115612

Please sign in to comment.