This is an automated email from the ASF dual-hosted git repository.
wenjun pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 03059d3598 [Chore][Hotfix] Change docker-compose to docker compose in
ci (#16416)
03059d3598 is described below
commit 03059d359862101b9c450c77853e46b3ba420121
Author: xiangzihao <[email protected]>
AuthorDate: Fri Aug 2 22:27:34 2024 +0800
[Chore][Hotfix] Change docker-compose to docker compose in ci (#16416)
---
.../workflows/cluster-test/mysql_with_mysql_registry/start-job.sh | 8 ++++----
.../cluster-test/mysql_with_zookeeper_registry/start-job.sh | 8 ++++----
.../cluster-test/postgresql_with_postgresql_registry/start-job.sh | 8 ++++----
.../cluster-test/postgresql_with_zookeeper_registry/start-job.sh | 8 ++++----
4 files changed, 16 insertions(+), 16 deletions(-)
diff --git
a/.github/workflows/cluster-test/mysql_with_mysql_registry/start-job.sh
b/.github/workflows/cluster-test/mysql_with_mysql_registry/start-job.sh
index fd8a6b517b..fb106c7705 100644
--- a/.github/workflows/cluster-test/mysql_with_mysql_registry/start-job.sh
+++ b/.github/workflows/cluster-test/mysql_with_mysql_registry/start-job.sh
@@ -18,17 +18,17 @@
set -euox pipefail
#Start base service containers
-docker-compose -f
.github/workflows/cluster-test/mysql_with_mysql_registry/docker-compose-base.yaml
up -d
+docker compose -f
.github/workflows/cluster-test/mysql_with_mysql_registry/docker-compose-base.yaml
up -d
#Build ds mysql cluster image
docker build -t jdk8:ds_mysql_cluster -f
.github/workflows/cluster-test/mysql_with_mysql_registry/Dockerfile .
#Start ds mysql cluster container
-docker-compose -f
.github/workflows/cluster-test/mysql_with_mysql_registry/docker-compose-cluster.yaml
up -d
+docker compose -f
.github/workflows/cluster-test/mysql_with_mysql_registry/docker-compose-cluster.yaml
up -d
#Running tests
/bin/bash
.github/workflows/cluster-test/mysql_with_mysql_registry/running_test.sh
#Cleanup
-docker-compose -f
.github/workflows/cluster-test/mysql_with_mysql_registry/docker-compose-cluster.yaml
down -v --remove-orphans
-docker-compose -f
.github/workflows/cluster-test/mysql_with_mysql_registry/docker-compose-base.yaml
down -v --remove-orphans
+docker compose -f
.github/workflows/cluster-test/mysql_with_mysql_registry/docker-compose-cluster.yaml
down -v --remove-orphans
+docker compose -f
.github/workflows/cluster-test/mysql_with_mysql_registry/docker-compose-base.yaml
down -v --remove-orphans
diff --git
a/.github/workflows/cluster-test/mysql_with_zookeeper_registry/start-job.sh
b/.github/workflows/cluster-test/mysql_with_zookeeper_registry/start-job.sh
index b48683375b..3a5b30e60c 100644
--- a/.github/workflows/cluster-test/mysql_with_zookeeper_registry/start-job.sh
+++ b/.github/workflows/cluster-test/mysql_with_zookeeper_registry/start-job.sh
@@ -18,17 +18,17 @@
set -euox pipefail
#Start base service containers
-docker-compose -f
.github/workflows/cluster-test/mysql_with_zookeeper_registry/docker-compose-base.yaml
up -d
+docker compose -f
.github/workflows/cluster-test/mysql_with_zookeeper_registry/docker-compose-base.yaml
up -d
#Build ds mysql cluster image
docker build -t jdk8:ds_mysql_cluster -f
.github/workflows/cluster-test/mysql_with_zookeeper_registry/Dockerfile .
#Start ds mysql cluster container
-docker-compose -f
.github/workflows/cluster-test/mysql_with_zookeeper_registry/docker-compose-cluster.yaml
up -d
+docker compose -f
.github/workflows/cluster-test/mysql_with_zookeeper_registry/docker-compose-cluster.yaml
up -d
#Running tests
/bin/bash
.github/workflows/cluster-test/mysql_with_zookeeper_registry/running_test.sh
#Cleanup
-docker-compose -f
.github/workflows/cluster-test/mysql_with_zookeeper_registry/docker-compose-cluster.yaml
down -v --remove-orphans
-docker-compose -f
.github/workflows/cluster-test/mysql_with_zookeeper_registry/docker-compose-base.yaml
down -v --remove-orphans
+docker compose -f
.github/workflows/cluster-test/mysql_with_zookeeper_registry/docker-compose-cluster.yaml
down -v --remove-orphans
+docker compose -f
.github/workflows/cluster-test/mysql_with_zookeeper_registry/docker-compose-base.yaml
down -v --remove-orphans
diff --git
a/.github/workflows/cluster-test/postgresql_with_postgresql_registry/start-job.sh
b/.github/workflows/cluster-test/postgresql_with_postgresql_registry/start-job.sh
index 8b153ff3a0..5b523940c3 100644
---
a/.github/workflows/cluster-test/postgresql_with_postgresql_registry/start-job.sh
+++
b/.github/workflows/cluster-test/postgresql_with_postgresql_registry/start-job.sh
@@ -18,17 +18,17 @@
set -euox pipefail
#Start base service containers
-docker-compose -f
.github/workflows/cluster-test/postgresql_with_postgresql_registry/docker-compose-base.yaml
up -d
+docker compose -f
.github/workflows/cluster-test/postgresql_with_postgresql_registry/docker-compose-base.yaml
up -d
#Build ds postgresql cluster image
docker build -t jdk8:ds_postgresql_cluster -f
.github/workflows/cluster-test/postgresql_with_postgresql_registry/Dockerfile .
#Start ds postgresql cluster container
-docker-compose -f
.github/workflows/cluster-test/postgresql_with_postgresql_registry/docker-compose-cluster.yaml
up -d
+docker compose -f
.github/workflows/cluster-test/postgresql_with_postgresql_registry/docker-compose-cluster.yaml
up -d
#Running tests
/bin/bash
.github/workflows/cluster-test/postgresql_with_postgresql_registry/running_test.sh
#Cleanup
-docker-compose -f
.github/workflows/cluster-test/postgresql_with_postgresql_registry/docker-compose-cluster.yaml
down -v --remove-orphans
-docker-compose -f
.github/workflows/cluster-test/postgresql_with_postgresql_registry/docker-compose-base.yaml
down -v --remove-orphans
+docker compose -f
.github/workflows/cluster-test/postgresql_with_postgresql_registry/docker-compose-cluster.yaml
down -v --remove-orphans
+docker compose -f
.github/workflows/cluster-test/postgresql_with_postgresql_registry/docker-compose-base.yaml
down -v --remove-orphans
diff --git
a/.github/workflows/cluster-test/postgresql_with_zookeeper_registry/start-job.sh
b/.github/workflows/cluster-test/postgresql_with_zookeeper_registry/start-job.sh
index d906c64b2f..559e36faad 100644
---
a/.github/workflows/cluster-test/postgresql_with_zookeeper_registry/start-job.sh
+++
b/.github/workflows/cluster-test/postgresql_with_zookeeper_registry/start-job.sh
@@ -18,17 +18,17 @@
set -euox pipefail
#Start base service containers
-docker-compose -f
.github/workflows/cluster-test/postgresql_with_zookeeper_registry/docker-compose-base.yaml
up -d
+docker compose -f
.github/workflows/cluster-test/postgresql_with_zookeeper_registry/docker-compose-base.yaml
up -d
#Build ds postgresql cluster image
docker build -t jdk8:ds_postgresql_cluster -f
.github/workflows/cluster-test/postgresql_with_zookeeper_registry/Dockerfile .
#Start ds postgresql cluster container
-docker-compose -f
.github/workflows/cluster-test/postgresql_with_zookeeper_registry/docker-compose-cluster.yaml
up -d
+docker compose -f
.github/workflows/cluster-test/postgresql_with_zookeeper_registry/docker-compose-cluster.yaml
up -d
#Running tests
/bin/bash
.github/workflows/cluster-test/postgresql_with_zookeeper_registry/running_test.sh
#Cleanup
-docker-compose -f
.github/workflows/cluster-test/postgresql_with_zookeeper_registry/docker-compose-cluster.yaml
down -v --remove-orphans
-docker-compose -f
.github/workflows/cluster-test/postgresql_with_zookeeper_registry/docker-compose-base.yaml
down -v --remove-orphans
+docker compose -f
.github/workflows/cluster-test/postgresql_with_zookeeper_registry/docker-compose-cluster.yaml
down -v --remove-orphans
+docker compose -f
.github/workflows/cluster-test/postgresql_with_zookeeper_registry/docker-compose-base.yaml
down -v --remove-orphans