Skip to content

Commit

Permalink
Merge pull request opendatahub-io#58 from Jooho/rhods_2.6_disable_git…
Browse files Browse the repository at this point in the history
…action

disable all gitaction for 2.6 branch
  • Loading branch information
Jooho authored Jan 18, 2024
2 parents fe737d2 + 14eeae4 commit 31e193d
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/agent-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- v*

# Run tests for any PRs.
pull_request:
#pull_request:

env:
IMAGE_NAME: kserve-agent
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/alibiexplainer-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- v*

# Run tests for any PRs.
pull_request:
#pull_request:

env:
IMAGE_NAME: alibi-explainer
Expand Down Expand Up @@ -86,5 +86,3 @@ jobs:
file: python/alibiexplainer.Dockerfile
push: true
tags: ${{ env.IMAGE_ID }}:${{ env.VERSION }}


2 changes: 1 addition & 1 deletion .github/workflows/artexplainer-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- v*

# Run tests for any PRs.
pull_request:
#pull_request:

env:
IMAGE_NAME: art-explainer
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/custom-model-grpc-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- master

# Run tests for any PRs.
pull_request:
#pull_request:

env:
IMAGE_NAME: custom-model-grpc
Expand Down Expand Up @@ -72,4 +72,3 @@ jobs:
docker tag $IMAGE_NAME $IMAGE_ID:$VERSION
docker push $IMAGE_ID:$VERSION
1 change: 0 additions & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -791,4 +791,3 @@ jobs:
kubectl logs -l 'component in (transformer)' -c kserve-container -n kserve-ci-e2e-test --tail 500
kubectl logs -l 'component in (explainer)' -c kserve-container -n kserve-ci-e2e-test --tail 500
kubectl logs $(kubectl get pod -n knative-serving -l "app=3scale-kourier-gateway" --output=jsonpath="{.items[0].metadata.name}") -n knative-serving
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Go
on:
push:
branches: [master, release*]
pull_request:
branches: []
#pull_request:
#branches: []
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kserve-controller-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- v*

# Run tests for any PRs.
pull_request:
#pull_request:

env:
IMAGE_NAME: kserve-controller
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lightgbm-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- v*

# Run tests for any PRs.
pull_request:
#pull_request:

env:
IMAGE_NAME: lgbserver
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/paddle-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- v*

# Run tests for any PRs.
pull_request:
#pull_request:

env:
IMAGE_NAME: paddleserver
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pmml-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- v*

# Run tests for any PRs.
pull_request:
#pull_request:

env:
IMAGE_NAME: pmmlserver
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Python package
on:
push:
branches: [master, release*]
pull_request:
branches: []
#pull_request:
#branches: []
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qpext-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- v*

# Run tests for any PRs.
pull_request:
#pull_request:

env:
IMAGE_NAME: kserve-qpext
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/router-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- v*

# Run tests for any PRs.
pull_request:
#pull_request:

env:
IMAGE_NAME: kserve-router
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/sklearnserver-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- v*

# Run tests for any PRs.
pull_request:
#pull_request:

env:
IMAGE_NAME: sklearnserver
Expand Down Expand Up @@ -86,4 +86,3 @@ jobs:
file: python/sklearn.Dockerfile
push: true
tags: ${{ env.IMAGE_ID }}:${{ env.VERSION }}

2 changes: 1 addition & 1 deletion .github/workflows/storage-initializer-docker-publisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- v*

# Run tests for any PRs.
pull_request:
#pull_request:

env:
IMAGE_NAME: kserve-storage-initializer
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/tf2openapi-docker-publisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- v*

# Run tests for any PRs.
pull_request:
#pull_request:

env:
IMAGE_NAME: tf2openapi
Expand Down Expand Up @@ -74,4 +74,3 @@ jobs:
docker tag $IMAGE_NAME $IMAGE_ID:$VERSION
docker push $IMAGE_ID:$VERSION
3 changes: 1 addition & 2 deletions .github/workflows/transformer-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- master

# Run tests for any PRs.
pull_request:
#pull_request:

env:
IMAGE_NAME: image-transformer
Expand Down Expand Up @@ -132,4 +132,3 @@ jobs:
docker tag $GRPC_IMAGE_NAME $IMAGE_ID:$VERSION
docker push $IMAGE_ID:$VERSION
2 changes: 1 addition & 1 deletion .github/workflows/xgbserver-docker-publisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- v*

# Run tests for any PRs.
pull_request:
#pull_request:

env:
IMAGE_NAME: xgbserver
Expand Down

0 comments on commit 31e193d

Please sign in to comment.