Skip to content

Commit

Permalink
Run docker image smoke test for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
chrzaszcz committed Mar 16, 2023
1 parent 67d51c8 commit 7db21b2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .circleci/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,15 @@ jobs:
- run:
name: Execute Docker image build and upload
command: tools/circle-build-and-push-docker.sh
- persist_workspace

docker_smoke_test:
executor: << parameters.executor >>
parameters:
executor:
type: executor
steps:
- restore_workspace
- run:
name: Smoke testing
command: IMAGE_TAG=`cat image_tag` mongooseim-docker/smoke_test.sh
Expand Down Expand Up @@ -967,3 +976,13 @@ workflows:
- edoc

filters: *all_tags
- docker_smoke_test:
name: docker_smoke_test
executor: otp_25
requires:
- docker_build_and_ship
- docker_smoke_test:
name: docker_smoke_test_arm64
executor: arm64
requires:
- docker_build_and_ship

0 comments on commit 7db21b2

Please sign in to comment.