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

Move away from deprecated workflows #1551

Merged
merged 6 commits into from
Nov 1, 2024
Merged

Move away from deprecated workflows #1551

merged 6 commits into from
Nov 1, 2024

Conversation

jeanduplessis
Copy link
Collaborator

@jeanduplessis jeanduplessis commented Nov 1, 2024

Description of your changes

The workflows in the upbound/official-providers-ci are deprecated.
This PR moves the code into this repo.

I have:

  • Read and followed Crossplane's contribution process.
  • Run make reviewable to ensure this PR is ready for review.
  • Added backport release-x.y labels to auto-backport this PR if necessary.

How has this code been tested

Workflow runs on this PR.

Signed-off-by: Jean du Plessis <jean@upbound.io>
@jeanduplessis jeanduplessis force-pushed the cleanup_publish branch 2 times, most recently from 6e31edc to bbe3c16 Compare November 1, 2024 15:17
Signed-off-by: Jean du Plessis <jean@upbound.io>
@jeanduplessis jeanduplessis force-pushed the cleanup_publish branch 2 times, most recently from b070ec0 to a3721f0 Compare November 1, 2024 15:30
Signed-off-by: Jean du Plessis <jean@upbound.io>
@jeanduplessis
Copy link
Collaborator Author

/test-examples="examples/iam/v1beta1/policy.yaml"

Signed-off-by: Jean du Plessis <jean@upbound.io>
@jeanduplessis
Copy link
Collaborator Author

/test-examples="examples/ec2/v1beta1/vpc.yaml"

@jeanduplessis jeanduplessis changed the title Customize the CI workflow Move away from deprecated workflows from upbound/official-providers-ci Nov 1, 2024
@jeanduplessis jeanduplessis changed the title Move away from deprecated workflows from upbound/official-providers-ci Move away from deprecated workflows Nov 1, 2024
@turkenf
Copy link
Collaborator

turkenf commented Nov 1, 2024

/test-examples="examples/glue/v1beta1/catalogdatabase.yaml"

Copy link
Collaborator

@turkenf turkenf left a comment

Choose a reason for hiding this comment

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

Thank you @jeanduplessis, I left a few small comments.

I updated the required checks from the branch protection rules with the new ones, and also triggered a test to test the uptest datasource.

We can also add a label to test the backport pipeline and check it after the PR merge.

.github/workflows/backport-trigger.yml Show resolved Hide resolved
.github/workflows/backport-trigger.yml Show resolved Hide resolved
.github/workflows/backport.yml Outdated Show resolved Hide resolved
.github/workflows/backport.yml Show resolved Hide resolved
.github/workflows/ci.yml Outdated Show resolved Hide resolved
jeanduplessis and others added 2 commits November 1, 2024 21:04
Co-authored-by: Fatih Türken <103541666+turkenf@users.noreply.github.com>
Signed-off-by: Jean du Plessis <jean@upbound.io>
@jeanduplessis jeanduplessis merged commit ad5da24 into main Nov 1, 2024
8 checks passed
@jeanduplessis jeanduplessis deleted the cleanup_publish branch November 1, 2024 19:33
Copy link

github-actions bot commented Nov 1, 2024

Backport failed for release-1.16, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin release-1.16
git worktree add -d .worktree/backport-1551-to-release-1.16 origin/release-1.16
cd .worktree/backport-1551-to-release-1.16
git switch --create backport-1551-to-release-1.16
git cherry-pick -x ad5da24cbd65531c50ae6caa1dfa16a32bf95be3

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