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

Keep the uptest tool and remove all the other tools #4

Merged
merged 4 commits into from
Mar 14, 2024

Conversation

ulucinar
Copy link
Collaborator

@ulucinar ulucinar commented Mar 13, 2024

Description of your changes

Relevant PR: upbound/official-providers-ci#194

This PR keeps the uptest tool and removes all the other tools as well as the reusable CI workflows for the official provider repositories. The full list of reusable workflows and CI tools that are being removed with this PR are as follows:

  • .github/workflows/provider-ci.yml
  • .github/workflows/pr-comment-trigger.yml
  • .github/workflows/provider-publish-service-artifacts.yml
  • .github/workflows/native-provider-bump.yml
  • .github/workflows/provider-backport.yml
  • .github/workflows/issue-triage.yml
  • .github/workflows/pr-triage.yml
  • .github/workflows/provider-tag.yml
  • .github/workflows/provider-updoc.yml
  • .github/workflows/scan.yml
  • .github/workflows/provider-commands.yml
  • crddiff
  • buildtagger
  • lint-provider-family
  • perf
  • ttr
  • updoc

This PR also updates the name of the S3 release bucket to crossplane.uptest.releases. The previous bucket (upbound.official-providers-ci.releases) will now exclusively be used for the crddiff, buildtagger, lint-provider-family, perf, ttr & updoc releases and the new crossplane.uptest.releases bucket will contain the uptest releases.

This PR also renames the Go module as github.com/crossplane/uptest.

I have:

  • Run make reviewable test to ensure this PR is ready for review.

How has this code been tested

make build.all successfully builds the uptest tool.

- Remove the reusable CI workflows for the official provider repositories.

Signed-off-by: Alper Rifat Ulucinar <[email protected]>
@ulucinar ulucinar requested a review from sergenyalcin as a code owner March 13, 2024 12:14
- Run "go mod tidy" to remove the module dependencies that are
  no longer used.
- Rename the PROJECT_REPO in the Makefile.

Signed-off-by: Alper Rifat Ulucinar <[email protected]>
@ulucinar ulucinar changed the title Keep the uptest tool and remove all the other tools. Keep the uptest tool and remove all the other tools Mar 13, 2024
…nd/uptest and

crossplane/uptest repositories.

Signed-off-by: Alper Rifat Ulucinar <[email protected]>
Copy link
Member

@sergenyalcin sergenyalcin left a comment

Choose a reason for hiding this comment

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

Thanks @ulucinar LGTM!

@ulucinar ulucinar merged commit 49e18c7 into crossplane:main Mar 14, 2024
6 checks passed
@ulucinar ulucinar deleted the keep-uptest branch March 14, 2024 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants