@@ -60,7 +60,7 @@ x-common-env: &common-env
60
60
# disable user/group modifications
61
61
PULP_ALLOW_LOCAL_RESOURCE_MANAGEMENT : ' false'
62
62
63
- # role content workaround ..
63
+ # role content workaround
64
64
PULP_ANSIBLE_BASE_ROLES_REQUIRE_VIEW : ' false'
65
65
66
66
# Resource server
@@ -72,11 +72,15 @@ x-common-env: &common-env
72
72
# PULP_RESOURCE_SERVER__SECRET_KEY='?'
73
73
# PULP_RESOURCE_SERVER__VALIDATE_HTTPS='false'
74
74
75
+ # Integration test settings
76
+ HUB_TEST_AUTHENTICATION_BACKEND : " community"
77
+ HUB_TEST_MARKS : " deployment_community"
78
+
75
79
# Unpin dependencies on setup.py if set to 0
76
80
LOCK_REQUIREMENTS : 0
77
81
78
82
# DEV EDITABLE STUFF
79
- # To enable editable installs of local checkouts set DEV_SOURCE_PATH keeping the ordering as follows:
83
+ # To enable editable to install local checkouts set DEV_SOURCE_PATH keeping the ordering as follows:
80
84
# "dynaconf:pulpcore:galaxy_importer:pulp_ansible:pulp_container:galaxy_ng:django-ansible-base"
81
85
# This can be done as part of the `docker compose` call:
82
86
# $ DEV_SOURCE_PATH="pulp_container:galaxy_ng" docker compose -f dev/compose/aap.yaml up
@@ -229,8 +233,7 @@ services:
229
233
/src/galaxy_ng/dev/compose/bin/wait /var/lib/pulp/.migrated;
230
234
/src/galaxy_ng/dev/compose/bin/devinstall;
231
235
232
- # Worker needs gpg in order to consume signing tasks;
233
- gpg --list-secret-keys;
236
+ cp -r /src/galaxy_ng/profiles/community/galaxy-importer /etc/galaxy-importer;
234
237
235
238
/src/galaxy_ng/dev/compose/bin/reloader /venv/bin/pulpcore-worker
236
239
"
0 commit comments