Skip to content

Commit

Permalink
ci: Change to available pubsub-emulator image
Browse files Browse the repository at this point in the history
Signed-off-by: Ferenc Géczi <ferenc.geczi@ibm.com>
  • Loading branch information
Ferenc- committed May 28, 2024
1 parent 36d1b8b commit 67b43e7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 40 deletions.
36 changes: 6 additions & 30 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,7 @@ jobs:
- image: cimg/redis:5.0.14
- image: rabbitmq:3.9.13
- image: mongo:4.2.3
- image: egymgmbh/pubsub-emulator
command:
- test-project
- test-topic
- test-subscription
- image: vanmoof/pubsub-emulator
working_directory: ~/repo
steps:
- checkout
Expand All @@ -156,11 +152,7 @@ jobs:
- image: cimg/redis:5.0.14
- image: rabbitmq:3.9.13
- image: mongo:4.2.3
- image: egymgmbh/pubsub-emulator
command:
- test-project
- test-topic
- test-subscription
- image: vanmoof/pubsub-emulator
working_directory: ~/repo
steps:
- checkout
Expand All @@ -184,11 +176,7 @@ jobs:
- image: cimg/redis:5.0.14
- image: rabbitmq:3.9.13
- image: mongo:4.2.3
- image: egymgmbh/pubsub-emulator
command:
- test-project
- test-topic
- test-subscription
- image: vanmoof/pubsub-emulator
working_directory: ~/repo
steps:
- checkout
Expand All @@ -212,11 +200,7 @@ jobs:
- image: cimg/redis:5.0.14
- image: rabbitmq:3.9.13
- image: mongo:4.2.3
- image: egymgmbh/pubsub-emulator
command:
- test-project
- test-topic
- test-subscription
- image: vanmoof/pubsub-emulator
working_directory: ~/repo
steps:
- checkout
Expand All @@ -241,11 +225,7 @@ jobs:
- image: cimg/redis:5.0.14
- image: rabbitmq:3.9.13
- image: mongo:4.2.3
- image: egymgmbh/pubsub-emulator
command:
- test-project
- test-topic
- test-subscription
- image: vanmoof/pubsub-emulator
working_directory: ~/repo
steps:
- checkout
Expand All @@ -270,11 +250,7 @@ jobs:
- image: cimg/redis:5.0.14
- image: rabbitmq:3.9.13
- image: mongo:4.2.3
- image: egymgmbh/pubsub-emulator
command:
- test-project
- test-topic
- test-subscription
- image: vanmoof/pubsub-emulator
working_directory: ~/repo
steps:
- checkout
Expand Down
4 changes: 2 additions & 2 deletions .tekton/python-tracer-prepuller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ spec:
image: alpine/git@sha256:6ff4de047dcc8f0c7d75d2efff63fbc189e87d2f458305f2cc8f165ff83309cf
command: ["sh", "-c", "'true'"]
- name: prepuller-google-cloud-pubsub
# egymgmbh/pubsub-emulator:gh-mb117
image: egymgmbh/pubsub-emulator@sha256:88897fa72337b22a8edabf17a8b30bf9d9c6388b7c7e6d8c2b5e5c96d73fede1
# vanmoof/pubsub-emulator:latest
image: vanmoof/pubsub-emulator@sha256:ff71206d65589b58a8b6928c35349a58dbfd7f20eb2dc7822e0f32e5c40791c8
command: ["sh", "-c", "'true'"]
- name: prepuller-cassandra
# cassandra:3.11.16-jammy
Expand Down
9 changes: 2 additions & 7 deletions .tekton/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,8 @@ metadata:
spec:
sidecars:
- name: google-cloud-pubsub
# egymgmbh/pubsub-emulator:gh-mb117
image: egymgmbh/pubsub-emulator@sha256:88897fa72337b22a8edabf17a8b30bf9d9c6388b7c7e6d8c2b5e5c96d73fede1
command:
- /init.sh
- test-project
- test-topic
- test-subscription
# vanmoof/pubsub-emulator:latest
image: vanmoof/pubsub-emulator@sha256:ff71206d65589b58a8b6928c35349a58dbfd7f20eb2dc7822e0f32e5c40791c8
- name: mariadb
# mariadb:11.3.2
image: mariadb@sha256:851f05fe1e4cb290442c1b12b7108436a33fd8f6a733d4989950322d06d45c65
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:
- 5672:5672

pubsub:
image: docker.io/egymgmbh/pubsub-emulator
image: docker.io/vanmoof/pubsub-emulator
environment:
- PUBSUB_EMULATOR_HOST=0.0.0.0:8085
command:
Expand Down

0 comments on commit 67b43e7

Please sign in to comment.