Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): test prepare-cluster on pr #60

Merged
merged 9 commits into from
May 17, 2024

Conversation

emosbaugh
Copy link
Member

No description provided.

@emosbaugh emosbaugh force-pushed the emosbaugh/e2e-test-prepare-cluster branch from eb52dd0 to 9f65be7 Compare May 16, 2024 22:01
.github/workflows/test-create-customer.yml Outdated Show resolved Hide resolved
Comment on lines 63 to 74
- name: helm-install
id: helm-install
uses: replicatedhq/compatibility-actions/helm-install@v1
with:
kubeconfig: ${{ steps.create-cluster.outputs.cluster-kubeconfig }}
helm-path: helm
registry-username: ${{ github.ref_name }}@example.com
registry-password: ${{ steps.create-customer.outputs.license-id }}
chart: oci://registry.replicated.com/${{ env.APP_SLUG }}/release__${{ steps.create-release.outputs.release-sequence }}/wordpress
name: wordpress
namespace: default
run-preflights: false
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doing both helm and kots install?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@emosbaugh emosbaugh requested a review from jdewinne May 17, 2024 04:44
api-token: ${{ secrets.REPLICATED_API_TOKEN }}
app-slug: replicated-actions-ci # from the Replicated QA team
yaml-dir: ./test/kots-install
kubernetes-distribution: kind
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this fail on the preflights?

@emosbaugh emosbaugh merged commit 1c6fcd7 into main May 17, 2024
9 checks passed
@emosbaugh emosbaugh deleted the emosbaugh/e2e-test-prepare-cluster branch May 17, 2024 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants