Skip to content

Commit

Permalink
kgrid has reached EOL and is no longer maintained (replicatedhq#3942)
Browse files Browse the repository at this point in the history
  • Loading branch information
divolgin authored Jun 16, 2023
1 parent 1506b2f commit 41be443
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 123 deletions.
40 changes: 0 additions & 40 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -449,43 +449,3 @@ jobs:
TESTIM_ACCESS_TOKEN: ${{ secrets.TESTIM_ACCESS_TOKEN }}
E2E_GH_PAT: ${{ secrets.E2E_GH_PAT }}
KOTS_BUILD_STATUS_SLACK_WEBHOOK_URL: ${{ secrets.KOTS_BUILD_STATUS_SLACK_WEBHOOK_URL }}

# start-kgrid-test:
# runs-on: ubuntu-20.04
# needs: [release-go-api-tagged, generate-tag]
# if: github.ref_type == 'branch'
# env:
# GIT_TAG: ${{ needs.generate-tag.outputs.tag }}
# steps:
# - name: Checkout
# uses: actions/checkout@v3
# - uses: kceb/pull-request-url-action@v2
# id: pr_url
# - name: Expose git commit data
# uses: rlespinasse/[email protected] # no v1 tag
# - name: Create staging gitops commit
# env:
# REPLICATEDCOM_GITHUB_PRIVATE_KEY: ${{ secrets.REPLICATEDCOM_GITHUB_PRIVATE_KEY }}
# PR_URL: ${{ steps.pr_url.outputs.url }}
# GITOPS_OWNER: replicatedcom
# GITOPS_REPO: gitops-deploy
# GITOPS_BRANCH: main
# RUN_ID: ${{ github.run_id }}
# run: ./hack/deploy-kgrid.sh
# - name: Create production gitops commit
# id: deploy_kgrid
# env:
# REPLICATEDCOM_GITHUB_PRIVATE_KEY: ${{ secrets.REPLICATEDCOM_GITHUB_PRIVATE_KEY }}
# PR_URL: ${{ steps.pr_url.outputs.url }}
# OVERLAY: production
# GITOPS_OWNER: replicatedcom
# GITOPS_REPO: gitops-deploy
# GITOPS_BRANCH: release
# run: ./hack/deploy-kgrid.sh
# - name: Wait for production kgrid tests
# env:
# KGRID_API_TOKEN: ${{ secrets.KGRID_API_TOKEN }}
# KGRID_RUN_ID: ${{ steps.deploy_kgrid.outputs.kgrid-run-id }}
# run: |
# printf "\n\nSupport bundles are available in the Replicated production AWS account under the 'kgrid-support-bundles' S3 bucket. To download a support bundle, you can do so using the AWS Management Console, or by configuring the AWS cli tool with the appropriate credentials and running the following command: \n\naws s3 cp <test-supportbundle-s3-url> <local-filename>.tar.gz\n\n"
# ./hack/wait-kgrid.sh
42 changes: 0 additions & 42 deletions hack/deploy-kgrid.sh

This file was deleted.

41 changes: 0 additions & 41 deletions hack/wait-kgrid.sh

This file was deleted.

0 comments on commit 41be443

Please sign in to comment.