Skip to content

Commit

Permalink
Merge pull request #2310 from lsst-sqre/u/rra/upgrades
Browse files Browse the repository at this point in the history
Update versions for minikube testing
  • Loading branch information
rra authored Jul 14, 2023
2 parents 4e9819e + 54cc3af commit 0fd2ad5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
minikube:
name: Test deploy
runs-on: ubuntu-latest
timeout-minutes: 30
needs: [helm]

steps:
Expand All @@ -85,10 +86,11 @@ jobs:
- name: Setup Minikube
if: steps.filter.outputs.minikube == 'true'
uses: manusa/actions-setup-minikube@v2.7.2
uses: medyagh/setup-minikube@v0.0.13
with:
minikube version: 'v1.28.0'
kubernetes version: 'v1.25.2'
kubernetes-version: "v1.27.3"
cpus: max
memory: 5500m # Linux virtual machines have 7GB of RAM

- name: Test interaction with the cluster
if: steps.filter.outputs.minikube == 'true'
Expand All @@ -97,17 +99,17 @@ jobs:
- name: Download installer dependencies
if: steps.filter.outputs.minikube == 'true'
run: |
curl -sSL -o /tmp/vault.zip https://releases.hashicorp.com/vault/1.12.1/vault_1.12.1_linux_amd64.zip
curl -sSL -o /tmp/vault.zip https://releases.hashicorp.com/vault/1.14.0/vault_1.14.0_linux_amd64.zip
unzip /tmp/vault.zip
sudo mv vault /usr/local/bin/vault
sudo chmod +x /usr/local/bin/vault
sudo curl -sSL -o /usr/local/bin/argocd https://github.com/argoproj/argo-cd/releases/download/v2.7.6/argocd-linux-amd64
sudo curl -sSL -o /usr/local/bin/argocd https://github.com/argoproj/argo-cd/releases/download/v2.7.7/argocd-linux-amd64
sudo chmod +x /usr/local/bin/argocd
sudo apt-get install socat
sudo pip install -r installer/requirements.txt
- name: Run installer
timeout-minutes: 30
timeout-minutes: 15
if: steps.filter.outputs.minikube == 'true'
run: |
cd installer
Expand All @@ -120,6 +122,7 @@ jobs:
kubectl get ingress -A
- name: Wait for all applications to be healthy
timeout-minutes: 15
if: steps.filter.outputs.minikube == 'true'
run: |
argocd app wait -l "argocd.argoproj.io/instance=science-platform" \
Expand Down
6 changes: 3 additions & 3 deletions environments/values-minikube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ alert-stream-broker:
argo-workflows:
enabled: false
cachemachine:
enabled: true
enabled: false
cert-manager:
enabled: true
datalinker:
Expand All @@ -25,11 +25,11 @@ kubernetes-replicator:
mobu:
enabled: true
moneypenny:
enabled: true
enabled: false
narrativelog:
enabled: false
noteburst:
enabled: true
enabled: false
nublado:
enabled: false
nublado2:
Expand Down

0 comments on commit 0fd2ad5

Please sign in to comment.