Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Feb 6, 2025
1 parent e8d8506 commit 67df104
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ plone5-acceptance-backend-start: ## Start backend acceptance server for Plone 5

.PHONY: acceptance-server-detached-start
acceptance-server-detached-start: ## Starts test acceptance server main fixture in detached mode (daemon)
docker run -d --name plone-client-acceptance-server -i --rm -p 55001:55001 -e APPLY_PROFILES=plone.app.contenttypes:plone-content,plone.restapi:default,plone.volto:default $(DOCKER_IMAGE_ACCEPTANCE)
docker run -d --name plone-client-acceptance-server -i --rm -p 55001:55001 -e APPLY_PROFILES=plone.app.contenttypes:plone-content,plone.restapi:default,plone.volto:default,plone.app.discussion:default $(DOCKER_IMAGE_ACCEPTANCE)

.PHONY: acceptance-server-detached-stop
acceptance-server-detached-stop: ## Stop test acceptance server main fixture in detached mode (daemon)
Expand Down
1 change: 1 addition & 0 deletions packages/client/news/6682.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test with Plone 6.1.0rc1. @sneridagh
1 change: 1 addition & 0 deletions packages/components/news/6682.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test with Plone 6.1.0rc1. @sneridagh
1 change: 1 addition & 0 deletions packages/generator-volto/news/6682.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test with Plone 6.1.0rc1. @sneridagh
1 change: 1 addition & 0 deletions packages/scripts/news/6682.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test with Plone 6.1.0rc1. @sneridagh
1 change: 1 addition & 0 deletions packages/seven/news/6682.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test with Plone 6.1.0rc1. @sneridagh
2 changes: 1 addition & 1 deletion packages/volto/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ acceptance-backend-start: ## Start backend acceptance server
.PHONY: ci-acceptance-backend-start
ci-acceptance-backend-start: ## Start backend acceptance server in headless mode for CI
# docker run -i --rm -p 55001:55001 $(DOCKER_IMAGE_ACCEPTANCE)
docker run -i --rm -p 55001:55001 -e APPLY_PROFILES=plone.app.contenttypes:plone-content,plone.restapi:default,plone.volto:default $(DOCKER_IMAGE_ACCEPTANCE)
docker run -i --rm -p 55001:55001 -e APPLY_PROFILES=plone.app.contenttypes:plone-content,plone.restapi:default,plone.volto:default,plone.app.discussion:default $(DOCKER_IMAGE_ACCEPTANCE)
# Uncomment next line and comment line above to use a custom image with the acceptance server (in case you need to use an specific backend add-on or version)
# docker run -i --rm -e ZSERVER_HOST=0.0.0.0 -e ZSERVER_PORT=55001 -p 55001:55001 -e ADDONS='$(KGS) $(TESTING_ADDONS)' -e APPLY_PROFILES=plone.app.contenttypes:plone-content,plone.restapi:default,plone.volto:default -e CONFIGURE_PACKAGES=plone.app.contenttypes,plone.restapi,plone.volto,plone.volto.cors $(DOCKER_IMAGE) ./bin/robot-server plone.app.robotframework.testing.VOLTO_ROBOT_TESTING

Expand Down
2 changes: 1 addition & 1 deletion packages/volto/news/6682.internal
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Use Plone 6.1.0rc1. @sneridagh
Test with Plone 6.1.0rc1. @sneridagh

0 comments on commit 67df104

Please sign in to comment.