Skip to content

Commit

Permalink
Fix tests-{openshift,kubernetes} build
Browse files Browse the repository at this point in the history
  • Loading branch information
smlx committed Apr 16, 2020
1 parent 621cd05 commit 8c554d5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,14 @@ openshift-test-services-up: main-test-services-up $(foreach image,$(openshift-te
kubernetes-test-services-up: main-test-services-up $(foreach image,$(kubernetes-test-services),build\:$(image))
IMAGE_REPO=$(CI_BUILD_TAG) docker-compose -p $(CI_BUILD_TAG) up -d $(kubernetes-test-services)

# hack to work around the fact that the *-test-services variable is used for
# both builds and brining services up. instead of using their own images, the
# tests-{kubernetes,openshift} services use the same tests image.
.PHONY: build\:tests-kubernetes
build\:tests-kubernetes: build\:tests
.PHONY: build\:tests-openshift
build\:tests-openshift: build\:tests

.PHONY: drupaltest-services-up
drupaltest-services-up: main-test-services-up $(foreach image,$(drupal-test-services),build\:$(image))
IMAGE_REPO=$(CI_BUILD_TAG) docker-compose -p $(CI_BUILD_TAG) up -d $(drupal-test-services)
Expand Down

0 comments on commit 8c554d5

Please sign in to comment.