-
Notifications
You must be signed in to change notification settings - Fork 132
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
Conversation
a4d3354
to
c6863f6
Compare
Signed-off-by: Jean du Plessis <jean@upbound.io>
6e31edc
to
bbe3c16
Compare
Signed-off-by: Jean du Plessis <jean@upbound.io>
b070ec0
to
a3721f0
Compare
Signed-off-by: Jean du Plessis <jean@upbound.io>
a3721f0
to
03a62f2
Compare
/test-examples="examples/iam/v1beta1/policy.yaml" |
Signed-off-by: Jean du Plessis <jean@upbound.io>
ed8b1a4
to
b459ee9
Compare
/test-examples="examples/ec2/v1beta1/vpc.yaml" |
/test-examples="examples/glue/v1beta1/catalogdatabase.yaml" |
There was a problem hiding this 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.
Co-authored-by: Fatih Türken <103541666+turkenf@users.noreply.github.com>
Signed-off-by: Jean du Plessis <jean@upbound.io>
Backport failed for 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 |
Description of your changes
The workflows in the upbound/official-providers-ci are deprecated.
This PR moves the code into this repo.
I have:
make reviewable
to ensure this PR is ready for review.backport release-x.y
labels to auto-backport this PR if necessary.How has this code been tested
Workflow runs on this PR.