Skip to content

Commit

Permalink
reduce fiters for now
Browse files Browse the repository at this point in the history
Signed-off-by: Sanket Sudake <[email protected]>
  • Loading branch information
sanketsudake committed Nov 22, 2023
1 parent c595eff commit 5bac977
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@ jobs:
id: filter
with:
filters: |
kafkachanges:
kafkachanges:
- 'kafka-http-connector/**'
rabbitmqchanges:
- 'rabbitmq-http-connector/**'
sqschanges:
- 'aws-sqs-http-connector/**'
redischanges:
- 'redis-http-connector/**'
natschanges:
- 'nats-streaming-http-connector/**'
natsjetstreamchanges:
- 'nats-jetstream-http-connector/**'
# rabbitmqchanges:
# - 'rabbitmq-http-connector/**'
# sqschanges:
# - 'aws-sqs-http-connector/**'
# redischanges:
# - 'redis-http-connector/**'
# natschanges:
# - 'nats-streaming-http-connector/**'
# natsjetstreamchanges:
# - 'nats-jetstream-http-connector/**'
kafka:
needs: check
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:

- name: Setup Keda
uses: ./.github/actions/setup-keda

- name: Create Docker Image for Rabbitmq KEDA Connector
run: |
cd rabbitmq-http-connector/
Expand Down Expand Up @@ -162,12 +162,12 @@ jobs:
docker push localhost:5000/aws-sqs-connector:latest
- name: Create SQS Docker image with AWS CLI in KEDA Connetor
run: |
cd aws-sqs-http-connector/test/kubernetes
cd aws-sqs-http-connector/test/kubernetes
docker build -t localhost:5000/aws-sqs-test-connector:latest .
docker push localhost:5000/aws-sqs-test-connector:latest
- name: Deploy SQS Keda Connector, Keda ScaledObject and Localstack
run: |
cd aws-sqs-http-connector/test/kubernetes
cd aws-sqs-http-connector/test/kubernetes
kubectl apply -f keda-deployment.yml
kubectl apply -f keda-scaledObj.yml
kubectl apply -f localstack.yaml
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
kubectl get pods -n ot-operators
- name: Deploy Redis Keda Connector and Keda ScaledObject
run: |
cd redis-http-connector/test/kubernetes/
cd redis-http-connector/test/kubernetes/
kubectl apply -f keda-deployment.yaml
sleep 30s
kubectl apply -f Keda-ScaledObj.yaml
Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
kubectl get pods
- name: Deploy Nats Keda Connector and Keda ScaledObject
run: |
cd nats-streaming-http-connector/test/kubernetes/
cd nats-streaming-http-connector/test/kubernetes/
kubectl apply -f Keda-deployment.yaml
sleep 30s
kubectl apply -f keda-ScaledObject.yaml
Expand Down Expand Up @@ -342,7 +342,7 @@ jobs:
kubectl apply -f deployment.yaml
- name: Deploy Nats Keda Connector and Keda ScaledObject
run: |
cd nats-jetstream-http-connector/test/kubernetes/
cd nats-jetstream-http-connector/test/kubernetes/
kubectl apply -f Keda-deployment.yaml
sleep 30s
kubectl apply -f keda-ScaledObject.yaml
Expand Down

0 comments on commit 5bac977

Please sign in to comment.