Skip to content

Commit c627b98

Browse files
committed
perf: add hosted-inference-api to migration jobs
1 parent 34d93ff commit c627b98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/k8s_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
call-k8-db-upgrade:
2323
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/k8s_db_upgrade.yml@dev
2424
needs: [call-az-acr-push-test]
25-
if: ${{ github.event.repository.name == 'refinery-gateway' || github.event.repository.name == 'gates-gateway' || github.event.repository.name == 'cognition-gateway' }}
25+
if: ${{ github.event.repository.name == 'refinery-gateway' || github.event.repository.name == 'gates-gateway' || github.event.repository.name == 'cognition-gateway' || github.event.repository.name == 'hosted-inference-api' }}
2626
secrets: inherit
2727
with:
2828
alembic_upgrade_rev: 'head'
@@ -86,7 +86,7 @@ jobs:
8686
call-k8-db-downgrade:
8787
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/k8s_db_downgrade.yml@dev
8888
needs: [call-az-acr-push-test, call-k8-db-upgrade, k8-test]
89-
if: ${{ failure() && (github.event.repository.name == 'refinery-gateway' || github.event.repository.name == 'gates-gateway' || github.event.repository.name == 'cognition-gateway') }}
89+
if: ${{ failure() && (github.event.repository.name == 'refinery-gateway' || github.event.repository.name == 'gates-gateway' || github.event.repository.name == 'cognition-gateway' || github.event.repository.name == 'hosted-inference-api') }}
9090
secrets: inherit
9191
with:
9292
alembic_downgrade_rev: ${{ needs.call-k8-db-upgrade.outputs.ALEMBIC_CURRENT_REV }}

0 commit comments

Comments
 (0)