Skip to content

Commit

Permalink
test alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Aug 19, 2024
1 parent 938339a commit cc3ebe1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 10 deletions.
25 changes: 19 additions & 6 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ on:
- '.github/workflows/test-make.yml'

env:
ACS_CHART_VERSION: 8.3.0
ACS_VALUES_VERSION: cfb0d426eff14a8b581c31e61db5e670da09ba3b
ACS_CHART_VERSION: 172410cfb4ad44d4839d9aefd31b4bcefc44f316
ACS_VALUES_VERSION: 172410cfb4ad44d4839d9aefd31b4bcefc44f316
ARTIFACT_NAME: alfresco-docker-images

concurrency:
Expand Down Expand Up @@ -179,13 +179,26 @@ jobs:
ls -l test/helm/enterprise-integration-test-values.yaml &&
cat test/helm/enterprise-integration-test-values.yaml
- name: Checkout github source
uses: actions/checkout@v4
with:
repository: Alfresco/acs-deployment
ref: ${{ env.ACS_CHART_VERSION }}
path: github-source

- name: Setup helm repository
working-directory: github-source/helm/alfresco-content-services
run: |
helm repo add self https://alfresco.github.io/alfresco-helm-charts/
helm repo add activiti https://activiti.github.io/activiti-cloud-helm-charts
helm repo add bitnami https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami/
helm repo add elastic https://helm.elastic.co
helm dependency build
- name: Helm install
id: helm_install
run: |
helm repo add alfresco https://kubernetes-charts.alfresco.com/stable
helm repo update
helm install acs alfresco/alfresco-content-services \
--version ${{ env.ACS_CHART_VERSION }} \
helm install acs ./github-source/helm/alfresco-content-services \
--set global.search.sharedSecret="$(openssl rand -hex 24)" \
--set global.known_urls=http://localhost \
--set global.alfrescoRegistryPullSecrets=regcred \
Expand Down
6 changes: 2 additions & 4 deletions test/helm/test-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,10 @@ alfresco-connector-ms365:
image:
repository: localhost/alfresco-ooi-service
tag: latest
internalPort: null
environment:
ALFRESCO_ADMIN_PASSWORD: admin
ALFRESCO_ADMIN_USERNAME: admin
livenessProbe: {}
livenessProbe: null
resources:
requests:
cpu: "0.01"
Expand All @@ -72,10 +71,9 @@ alfresco-connector-msteams:
image:
repository: localhost/alfresco-ms-teams-service
tag: latest
internalPort: null
readinessProbe:
initialDelaySeconds: 120
livenessProbe: {}
livenessProbe: null
microsoft:
app:
id: admin
Expand Down

0 comments on commit cc3ebe1

Please sign in to comment.