Skip to content

Commit

Permalink
handle pre-release test just like currnet GA
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Mar 18, 2024
1 parent 14642a2 commit 55c3147
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Check if we want additional helm customizations
id: configurable-extra-values
run: |
if [ "${{ matrix.values }}" = "values.yaml" ]; then
if [ "${{ matrix.values }}" = "values.yaml" -o "${{ matrix.values }}" = "pre-release_values.yaml"]; then
echo "Enabling clustered tests"
echo "helm_install_params=--set alfresco-repository.autoscaling.enabled=true --set dtas.additionalArgs[0]='-k not test_renditions'" >> "$GITHUB_OUTPUT"
fi
Expand Down
2 changes: 0 additions & 2 deletions test/enterprise-integration-test-values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
alfresco-repository:
autoscaling:
enabled: true
resources:
requests:
cpu: "0.5"
Expand Down

0 comments on commit 55c3147

Please sign in to comment.