From 71f916deb6134a64ec6df7bf6100b5a878e58e8d Mon Sep 17 00:00:00 2001 From: Kexiang Wang Date: Wed, 24 Apr 2024 15:24:27 -0400 Subject: [PATCH 1/6] tmp --- .github/workflows/standalone.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/standalone.yml diff --git a/.github/workflows/standalone.yml b/.github/workflows/standalone.yml new file mode 100644 index 0000000000000..2b6befb0df346 --- /dev/null +++ b/.github/workflows/standalone.yml @@ -0,0 +1,23 @@ +name: Example with Custom ENTRYPOINT and CMD + +on: + pull_request: + types: [opened, edited, labeled] + +jobs: + custom-entrypoint-cmd-job: + runs-on: ubuntu-latest + container: + image: ghcr.io/risingwavelabs/risingwave:v1.8.1 + ports: + - 4566:4566 + options: >- + --entrypoint "/risingwave/bin/risingwave" + -- single_node + steps: + - name: Check out code + uses: actions/checkout@v2 + + - name: Run custom command + run: | + echo "Running with custom ENTRYPOINT and CMD" \ No newline at end of file From 58875f30d8336fb90ee7ef83ab16d3dc263221d4 Mon Sep 17 00:00:00 2001 From: Kexiang Wang Date: Wed, 24 Apr 2024 15:26:47 -0400 Subject: [PATCH 2/6] tmp --- .github/workflows/standalone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/standalone.yml b/.github/workflows/standalone.yml index 2b6befb0df346..47185a1659ceb 100644 --- a/.github/workflows/standalone.yml +++ b/.github/workflows/standalone.yml @@ -8,7 +8,7 @@ jobs: custom-entrypoint-cmd-job: runs-on: ubuntu-latest container: - image: ghcr.io/risingwavelabs/risingwave:v1.8.1 + image: risingwavelabs/risingwave:v1.8.1 ports: - 4566:4566 options: >- From cb9d0d8c3a1cbff689ae9360dba1244cdf8bc568 Mon Sep 17 00:00:00 2001 From: Kexiang Wang Date: Wed, 24 Apr 2024 15:31:20 -0400 Subject: [PATCH 3/6] tmp --- .github/workflows/standalone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/standalone.yml b/.github/workflows/standalone.yml index 47185a1659ceb..46f28225d3d48 100644 --- a/.github/workflows/standalone.yml +++ b/.github/workflows/standalone.yml @@ -12,8 +12,7 @@ jobs: ports: - 4566:4566 options: >- - --entrypoint "/risingwave/bin/risingwave" - -- single_node + --entrypoint "/risingwave/bin/risingwave single_node" steps: - name: Check out code uses: actions/checkout@v2 From ffe6641439750a1827951874092386e49453a222 Mon Sep 17 00:00:00 2001 From: Kexiang Wang Date: Wed, 24 Apr 2024 17:05:47 -0400 Subject: [PATCH 4/6] tmp --- .github/workflows/standalone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/standalone.yml b/.github/workflows/standalone.yml index 46f28225d3d48..ce0ede2bc9927 100644 --- a/.github/workflows/standalone.yml +++ b/.github/workflows/standalone.yml @@ -12,7 +12,8 @@ jobs: ports: - 4566:4566 options: >- - --entrypoint "/risingwave/bin/risingwave single_node" + --entrypoint "/risingwave/bin/risingwave" + --single_node steps: - name: Check out code uses: actions/checkout@v2 From d45b12ca8457d9f0e8f4f7db94addf1fddccdebc Mon Sep 17 00:00:00 2001 From: Kexiang Wang Date: Wed, 24 Apr 2024 17:07:50 -0400 Subject: [PATCH 5/6] tmp --- .github/workflows/standalone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/standalone.yml b/.github/workflows/standalone.yml index ce0ede2bc9927..b05cdb53080fb 100644 --- a/.github/workflows/standalone.yml +++ b/.github/workflows/standalone.yml @@ -13,7 +13,7 @@ jobs: - 4566:4566 options: >- --entrypoint "/risingwave/bin/risingwave" - --single_node + single_node steps: - name: Check out code uses: actions/checkout@v2 From 843b6219dccfb6bebaffe8cbe7a1fb14597c813b Mon Sep 17 00:00:00 2001 From: Kexiang Wang Date: Wed, 24 Apr 2024 17:11:37 -0400 Subject: [PATCH 6/6] tmp --- .github/workflows/standalone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/standalone.yml b/.github/workflows/standalone.yml index b05cdb53080fb..7d3bd88b0aef2 100644 --- a/.github/workflows/standalone.yml +++ b/.github/workflows/standalone.yml @@ -13,7 +13,7 @@ jobs: - 4566:4566 options: >- --entrypoint "/risingwave/bin/risingwave" - single_node + "single_node" steps: - name: Check out code uses: actions/checkout@v2