Skip to content

Commit

Permalink
run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zreigz committed Nov 29, 2024
1 parent b59701d commit 996fc7d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
1 change: 0 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ env:
VENOM_VAR_pluralKey: ${{ secrets.E2E_PLURAL_PRIVATE_KEY }}
jobs:
plural-up-gcp:
if: false
name: plural up / GCP
permissions:
contents: 'read'
Expand Down
13 changes: 5 additions & 8 deletions test/plural/lib/cluster-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,11 @@ input:
project: ''

steps:
- script: az aks get-credentials --overwrite-existing --name {{ .input.name }} --resource-group {{ .input.project }}
assertions:
- result.code ShouldEqual 0
- script: plural ops cluster
assertions:
- result.code ShouldEqual 0
# - script: |
# export PLURAL_CONSOLE_TOKEN=$(kubectl get secret console-auth-token -n plrl-console -o jsonpath='{.data.access-token}' | base64 --decode) ;\
# plural cd login --url https://console.{{ .input.name }}.onplural.sh/gql --token $PLURAL_CONSOLE_TOKEN
# assertions:
# - result.code ShouldEqual 0
- script: |
export PLURAL_CONSOLE_TOKEN=$(kubectl get secret console-auth-token -n plrl-console -o jsonpath='{.data.access-token}' | base64 --decode) ;\
plural cd login --url https://console.{{ .input.name }}.onplural.sh/gql --token $PLURAL_CONSOLE_TOKEN
assertions:
- result.code ShouldEqual 0
2 changes: 1 addition & 1 deletion test/plural/up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ testcases:
region: {{ .region }}
name: {{ .username }}
project: {{ .project }}
# - type: cluster-services
- type: cluster-services

- name: Azure teardown
skip:
Expand Down

0 comments on commit 996fc7d

Please sign in to comment.