Skip to content

Commit

Permalink
fix: fix error in selfhost_integration
Browse files Browse the repository at this point in the history
Signed-off-by: shouren <[email protected]>
  • Loading branch information
Shouren committed Dec 23, 2024
1 parent c804813 commit 875f282
Showing 1 changed file with 7 additions and 18 deletions.
25 changes: 7 additions & 18 deletions .github/workflows/selfhost_intergration.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: SELFHOST-INTEGRATION-TEST
on:

schedule:
- cron: '0 14 * * *'

Expand All @@ -20,19 +19,13 @@ env:
E_VERSION: ${{ github.event.inputs.EXEC_VERSION || 'main'}}
ETYPE: ${{ github.event.inputs.EXEC_TEST_TYPE || 'all'}}
NPROC: 4
# ref https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

jobs:
build-openmldb:

runs-on: [self-hosted,generic]
if: github.repository == '4paradigm/OpenMLDB'
container:
image: ghcr.io/4paradigm/hybridsql:latest
env:
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
OS: linux
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -61,7 +54,8 @@ jobs:
openmldb-jdbc.jar
openmldb-native.jar
openmldb-linux.tar.gz
apiserver-cluster:
needs: build-openmldb

Expand Down Expand Up @@ -114,10 +108,10 @@ jobs:
to: ${{ secrets.MAIL_TO }}
from: GitHub Actions
attachments: surefire-reports.tar.gz



java-sdk-cluster-memory-0:
needs: build-openmldb

runs-on: [self-hosted,common-user]
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -168,8 +162,7 @@ jobs:
from: GitHub Actions
attachments: surefire-reports.tar.gz




java-sdk-cluster-memory-1:
needs: build-openmldb
runs-on: [self-hosted,common-user]
Expand Down Expand Up @@ -222,9 +215,7 @@ jobs:
from: GitHub Actions
attachments: surefire-reports.tar.gz





java-sdk-cluster-hdd:
needs: build-openmldb
runs-on: [self-hosted,common-user]
Expand Down Expand Up @@ -277,7 +268,6 @@ jobs:
from: GitHub Actions
attachments: surefire-reports.tar.gz



java-sdk-cluster-ssd:
needs: build-openmldb
Expand Down Expand Up @@ -331,7 +321,7 @@ jobs:
from: GitHub Actions
attachments: surefire-reports.tar.gz


java-sdk-yarn:
needs: build-openmldb
runs-on: [self-hosted,common-user]
Expand Down Expand Up @@ -387,7 +377,6 @@ jobs:
attachments: surefire-reports.tar.gz



java-sdk-kafka:
needs: build-openmldb
runs-on: [self-hosted,common-user]
Expand Down

0 comments on commit 875f282

Please sign in to comment.