Skip to content

Commit

Permalink
Decouple creation of project in Harbor from E2E flow
Browse files Browse the repository at this point in the history
  • Loading branch information
pacphi committed Apr 29, 2024
1 parent 6141976 commit d7c41f4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/google-autopilot-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,16 +206,6 @@ jobs:
KUBECONFIG_CONTENTS: ${{ needs.obtain-base64-encoded-kubeconfig-for-harbor-cluster.outputs.b64kubeconfig }}
TF_BACKEND_GCS_BUCKET_NAME: ${{ secrets.TF_BACKEND_GCS_BUCKET_NAME }}
GOOGLE_KMS_KEYRING: ${{ secrets.GOOGLE_KMS_KEYRING }}
create-new-project-in-harbor:
needs: install-harbor
uses: clicktruck/platform-actions/.github/workflows/create-harbor-project.yml@main
with:
api-endpoint: harbor.${{ github.event.inputs.domain }}
project: "tanzu"
secrets:
HARBOR_USERNAME: "admin"
HARBOR_PASSWORD: ${{ needs.install-harbor.outputs.harbor_admin_password }}
PA_TOKEN: ${{ secrets.PA_TOKEN }}
create-tap-cluster:
if: github.event.inputs.footprint == 'single-cluster'
uses: ./.github/workflows/google-k8s-autopilot-cluster.yml
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/google-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,16 +223,6 @@ jobs:
KUBECONFIG_CONTENTS: ${{ needs.obtain-base64-encoded-kubeconfig-for-harbor-cluster.outputs.b64kubeconfig }}
TF_BACKEND_GCS_BUCKET_NAME: ${{ secrets.TF_BACKEND_GCS_BUCKET_NAME }}
GOOGLE_KMS_KEYRING: ${{ secrets.GOOGLE_KMS_KEYRING }}
create-new-project-in-harbor:
needs: install-harbor
uses: clicktruck/platform-actions/.github/workflows/create-harbor-project.yml@main
with:
api-endpoint: harbor.${{ github.event.inputs.domain }}
project: "tanzu"
secrets:
HARBOR_USERNAME: "admin"
HARBOR_PASSWORD: ${{ needs.install-harbor.outputs.harbor_admin_password }}
PA_TOKEN: ${{ secrets.PA_TOKEN }}
create-tap-cluster:
if: github.event.inputs.footprint == 'single-cluster'
uses: ./.github/workflows/google-k8s-cluster.yml
Expand Down

0 comments on commit d7c41f4

Please sign in to comment.