Skip to content

Commit

Permalink
ci(workflows): fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pinglin committed Mar 10, 2024
1 parent b7911ff commit 2edbfee
Show file tree
Hide file tree
Showing 9 changed files with 132 additions and 431 deletions.
3 changes: 0 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ INITMODEL_ENABLED=false
# configuration directory path
CONFIG_DIR_PATH=./configs

# Instill Core instance host
INSTILL_CORE_HOST=localhost

# container build
DOCKER_BUILDKIT=1
COMPOSE_DOCKER_CLI_BUILD=1
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/helm-integration-test-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ jobs:

- name: Checkout repo
uses: actions/checkout@v3
with:
repository: instill-ai/core

- name: Load .env file
uses: cardinalby/export-env-action@v2
Expand Down Expand Up @@ -111,7 +109,7 @@ jobs:
# disable the mac test temporary
# if: inputs.target == 'latest' && github.ref == 'refs/heads/main'
runs-on: [self-hosted, macOS, vdp]
timeout-minutes: 20
timeout-minutes: 60
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.12.0
Expand Down Expand Up @@ -149,8 +147,6 @@ jobs:

- name: Checkout repo
uses: actions/checkout@v3
with:
repository: instill-ai/core

- name: Load .env file
uses: cardinalby/export-env-action@v2
Expand Down Expand Up @@ -226,7 +222,7 @@ jobs:
# disable the mac test temporary
# if: inputs.target == 'release'
runs-on: [self-hosted, macOS, vdp]
timeout-minutes: 20
timeout-minutes: 60
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.12.0
Expand Down
Loading

0 comments on commit 2edbfee

Please sign in to comment.