Skip to content

Commit 0441491

Browse files
committed
don't limit resources for pulp in PR checks
1 parent b940b9b commit 0441491

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pr_check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export APP_NAME="patchman" # name of app-sre "application" folder this componen
77
export COMPONENT_NAME="patchman" # name of app-sre "resourceTemplate" in deploy.yaml for this component
88
export IMAGE="quay.io/cloudservices/patchman-engine-app"
99
export DOCKERFILE="Dockerfile"
10-
export COMPONENTS_W_RESOURCES="vmaas content-sources-backend"
10+
export COMPONENTS_W_RESOURCES="vmaas content-sources-backend pulp"
1111

1212
export IQE_PLUGINS="patchman"
1313
export IQE_MARKER_EXPRESSION="patch_smoke"

0 commit comments

Comments
 (0)