* [PATCH v1 1/1] .mergify/config.yml: Remove rebase_fallback attribute (deprecated)
@ 2023-02-13 16:04 Michael Kubacki
2023-02-13 19:20 ` [edk2-devel] " Rebecca Cran
2023-02-13 19:56 ` Michael D Kinney
0 siblings, 2 replies; 5+ messages in thread
From: Michael Kubacki @ 2023-02-13 16:04 UTC (permalink / raw)
To: devel; +Cc: Michael D Kinney, Liming Gao, Sean Brogan
From: Michael Kubacki <michael.kubacki@microsoft.com>
PR builds and CI are currently broken due to a mergify brownout
today because edk2 uses the `rebase_fallback` attribute of the
`queue` action.
Message from Mergify/Summary:
```
The configuration uses the deprecated rebase_fallback attribute
of the queue action.
A brownout is planned on February 13th, 2023.
This option will be removed on March 13th, 2023.
For more information: https://docs.mergify.com/actions/queue/
```
Therefore, this change removes the attribute per the guidance in
the following changelog message to retain existing behavior.
https://changelog.mergify.com/changelog/rebasefallback-is-deprecated
```
The option rebase_fallback is now deprecated and should not be
used anymore.
Mergify will always report errors in the future if a rebase merge
is impossible.
```
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
---
Notes:
PR with change is here:
https://github.com/tianocore/edk2/pull/4035
.mergify/config.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.mergify/config.yml b/.mergify/config.yml
index bd6da4c77937..3471896a3495 100644
--- a/.mergify/config.yml
+++ b/.mergify/config.yml
@@ -38,7 +38,6 @@ pull_request_rules:
actions:
queue:
method: rebase
- rebase_fallback: none
name: default
- name: Post a comment on a PR that can not be merged due to a merge conflict
--
2.28.0.windows.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [edk2-devel] [PATCH v1 1/1] .mergify/config.yml: Remove rebase_fallback attribute (deprecated)
2023-02-13 16:04 [PATCH v1 1/1] .mergify/config.yml: Remove rebase_fallback attribute (deprecated) Michael Kubacki
@ 2023-02-13 19:20 ` Rebecca Cran
2023-02-13 19:56 ` Michael D Kinney
1 sibling, 0 replies; 5+ messages in thread
From: Rebecca Cran @ 2023-02-13 19:20 UTC (permalink / raw)
To: devel, mikuback; +Cc: Michael D Kinney, Liming Gao, Sean Brogan
Reviewed-by: Rebecca Cran <rebecca@bsdio.com>
On 2/13/23 09:04, Michael Kubacki wrote:
> From: Michael Kubacki <michael.kubacki@microsoft.com>
>
> PR builds and CI are currently broken due to a mergify brownout
> today because edk2 uses the `rebase_fallback` attribute of the
> `queue` action.
>
> Message from Mergify/Summary:
>
> ```
> The configuration uses the deprecated rebase_fallback attribute
> of the queue action.
>
> A brownout is planned on February 13th, 2023.
>
> This option will be removed on March 13th, 2023.
> For more information: https://docs.mergify.com/actions/queue/
> ```
>
> Therefore, this change removes the attribute per the guidance in
> the following changelog message to retain existing behavior.
>
> https://changelog.mergify.com/changelog/rebasefallback-is-deprecated
>
> ```
> The option rebase_fallback is now deprecated and should not be
> used anymore.
>
> Mergify will always report errors in the future if a rebase merge
> is impossible.
> ```
>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Cc: Sean Brogan <sean.brogan@microsoft.com>
> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
> ---
>
> Notes:
> PR with change is here:
> https://github.com/tianocore/edk2/pull/4035
>
> .mergify/config.yml | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/.mergify/config.yml b/.mergify/config.yml
> index bd6da4c77937..3471896a3495 100644
> --- a/.mergify/config.yml
> +++ b/.mergify/config.yml
> @@ -38,7 +38,6 @@ pull_request_rules:
> actions:
> queue:
> method: rebase
> - rebase_fallback: none
> name: default
>
> - name: Post a comment on a PR that can not be merged due to a merge conflict
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v1 1/1] .mergify/config.yml: Remove rebase_fallback attribute (deprecated)
2023-02-13 16:04 [PATCH v1 1/1] .mergify/config.yml: Remove rebase_fallback attribute (deprecated) Michael Kubacki
2023-02-13 19:20 ` [edk2-devel] " Rebecca Cran
@ 2023-02-13 19:56 ` Michael D Kinney
2023-02-13 22:50 ` Michael D Kinney
1 sibling, 1 reply; 5+ messages in thread
From: Michael D Kinney @ 2023-02-13 19:56 UTC (permalink / raw)
To: mikuback@linux.microsoft.com, devel@edk2.groups.io
Cc: Gao, Liming, Sean Brogan, Kinney, Michael D
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
> -----Original Message-----
> From: mikuback@linux.microsoft.com <mikuback@linux.microsoft.com>
> Sent: Monday, February 13, 2023 8:05 AM
> To: devel@edk2.groups.io
> Cc: Kinney, Michael D <michael.d.kinney@intel.com>; Gao, Liming <gaoliming@byosoft.com.cn>; Sean Brogan
> <sean.brogan@microsoft.com>
> Subject: [PATCH v1 1/1] .mergify/config.yml: Remove rebase_fallback attribute (deprecated)
>
> From: Michael Kubacki <michael.kubacki@microsoft.com>
>
> PR builds and CI are currently broken due to a mergify brownout
> today because edk2 uses the `rebase_fallback` attribute of the
> `queue` action.
>
> Message from Mergify/Summary:
>
> ```
> The configuration uses the deprecated rebase_fallback attribute
> of the queue action.
>
> A brownout is planned on February 13th, 2023.
>
> This option will be removed on March 13th, 2023.
> For more information: https://docs.mergify.com/actions/queue/
> ```
>
> Therefore, this change removes the attribute per the guidance in
> the following changelog message to retain existing behavior.
>
> https://changelog.mergify.com/changelog/rebasefallback-is-deprecated
>
> ```
> The option rebase_fallback is now deprecated and should not be
> used anymore.
>
> Mergify will always report errors in the future if a rebase merge
> is impossible.
> ```
>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Cc: Sean Brogan <sean.brogan@microsoft.com>
> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
> ---
>
> Notes:
> PR with change is here:
> https://github.com/tianocore/edk2/pull/4035
>
> .mergify/config.yml | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/.mergify/config.yml b/.mergify/config.yml
> index bd6da4c77937..3471896a3495 100644
> --- a/.mergify/config.yml
> +++ b/.mergify/config.yml
> @@ -38,7 +38,6 @@ pull_request_rules:
> actions:
> queue:
> method: rebase
> - rebase_fallback: none
> name: default
>
> - name: Post a comment on a PR that can not be merged due to a merge conflict
> --
> 2.28.0.windows.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v1 1/1] .mergify/config.yml: Remove rebase_fallback attribute (deprecated)
2023-02-13 19:56 ` Michael D Kinney
@ 2023-02-13 22:50 ` Michael D Kinney
2023-02-14 0:00 ` Michael D Kinney
0 siblings, 1 reply; 5+ messages in thread
From: Michael D Kinney @ 2023-02-13 22:50 UTC (permalink / raw)
To: mikuback@linux.microsoft.com, devel@edk2.groups.io
Cc: Gao, Liming, Sean Brogan, Kinney, Michael D
Hi Michael,
Thank you for fixing this. I will merge it immediately.
EDK II CI is blocked today without this change.
Mike
> -----Original Message-----
> From: Kinney, Michael D <michael.d.kinney@intel.com>
> Sent: Monday, February 13, 2023 11:56 AM
> To: mikuback@linux.microsoft.com; devel@edk2.groups.io
> Cc: Gao, Liming <gaoliming@byosoft.com.cn>; Sean Brogan <sean.brogan@microsoft.com>; Kinney, Michael D
> <michael.d.kinney@intel.com>
> Subject: RE: [PATCH v1 1/1] .mergify/config.yml: Remove rebase_fallback attribute (deprecated)
>
> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
>
>
> > -----Original Message-----
> > From: mikuback@linux.microsoft.com <mikuback@linux.microsoft.com>
> > Sent: Monday, February 13, 2023 8:05 AM
> > To: devel@edk2.groups.io
> > Cc: Kinney, Michael D <michael.d.kinney@intel.com>; Gao, Liming <gaoliming@byosoft.com.cn>; Sean Brogan
> > <sean.brogan@microsoft.com>
> > Subject: [PATCH v1 1/1] .mergify/config.yml: Remove rebase_fallback attribute (deprecated)
> >
> > From: Michael Kubacki <michael.kubacki@microsoft.com>
> >
> > PR builds and CI are currently broken due to a mergify brownout
> > today because edk2 uses the `rebase_fallback` attribute of the
> > `queue` action.
> >
> > Message from Mergify/Summary:
> >
> > ```
> > The configuration uses the deprecated rebase_fallback attribute
> > of the queue action.
> >
> > A brownout is planned on February 13th, 2023.
> >
> > This option will be removed on March 13th, 2023.
> > For more information: https://docs.mergify.com/actions/queue/
> > ```
> >
> > Therefore, this change removes the attribute per the guidance in
> > the following changelog message to retain existing behavior.
> >
> > https://changelog.mergify.com/changelog/rebasefallback-is-deprecated
> >
> > ```
> > The option rebase_fallback is now deprecated and should not be
> > used anymore.
> >
> > Mergify will always report errors in the future if a rebase merge
> > is impossible.
> > ```
> >
> > Cc: Michael D Kinney <michael.d.kinney@intel.com>
> > Cc: Liming Gao <gaoliming@byosoft.com.cn>
> > Cc: Sean Brogan <sean.brogan@microsoft.com>
> > Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
> > ---
> >
> > Notes:
> > PR with change is here:
> > https://github.com/tianocore/edk2/pull/4035
> >
> > .mergify/config.yml | 1 -
> > 1 file changed, 1 deletion(-)
> >
> > diff --git a/.mergify/config.yml b/.mergify/config.yml
> > index bd6da4c77937..3471896a3495 100644
> > --- a/.mergify/config.yml
> > +++ b/.mergify/config.yml
> > @@ -38,7 +38,6 @@ pull_request_rules:
> > actions:
> > queue:
> > method: rebase
> > - rebase_fallback: none
> > name: default
> >
> > - name: Post a comment on a PR that can not be merged due to a merge conflict
> > --
> > 2.28.0.windows.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v1 1/1] .mergify/config.yml: Remove rebase_fallback attribute (deprecated)
2023-02-13 22:50 ` Michael D Kinney
@ 2023-02-14 0:00 ` Michael D Kinney
0 siblings, 0 replies; 5+ messages in thread
From: Michael D Kinney @ 2023-02-14 0:00 UTC (permalink / raw)
To: mikuback@linux.microsoft.com, devel@edk2.groups.io
Cc: Gao, Liming, Sean Brogan, Kinney, Michael D
Changes to mergify configuration require manual merge. Push label does not work.
Merged
PR: https://github.com/tianocore/edk2/pull/4037
Commit: https://github.com/tianocore/edk2/commit/b3f321f2d7871868951cf73edb8fa4d5a88854a5
Mike
> -----Original Message-----
> From: Kinney, Michael D <michael.d.kinney@intel.com>
> Sent: Monday, February 13, 2023 2:50 PM
> To: mikuback@linux.microsoft.com; devel@edk2.groups.io
> Cc: Gao, Liming <gaoliming@byosoft.com.cn>; Sean Brogan <sean.brogan@microsoft.com>; Kinney, Michael D
> <michael.d.kinney@intel.com>
> Subject: RE: [PATCH v1 1/1] .mergify/config.yml: Remove rebase_fallback attribute (deprecated)
>
> Hi Michael,
>
> Thank you for fixing this. I will merge it immediately.
>
> EDK II CI is blocked today without this change.
>
> Mike
>
> > -----Original Message-----
> > From: Kinney, Michael D <michael.d.kinney@intel.com>
> > Sent: Monday, February 13, 2023 11:56 AM
> > To: mikuback@linux.microsoft.com; devel@edk2.groups.io
> > Cc: Gao, Liming <gaoliming@byosoft.com.cn>; Sean Brogan <sean.brogan@microsoft.com>; Kinney, Michael D
> > <michael.d.kinney@intel.com>
> > Subject: RE: [PATCH v1 1/1] .mergify/config.yml: Remove rebase_fallback attribute (deprecated)
> >
> > Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
> >
> >
> > > -----Original Message-----
> > > From: mikuback@linux.microsoft.com <mikuback@linux.microsoft.com>
> > > Sent: Monday, February 13, 2023 8:05 AM
> > > To: devel@edk2.groups.io
> > > Cc: Kinney, Michael D <michael.d.kinney@intel.com>; Gao, Liming <gaoliming@byosoft.com.cn>; Sean Brogan
> > > <sean.brogan@microsoft.com>
> > > Subject: [PATCH v1 1/1] .mergify/config.yml: Remove rebase_fallback attribute (deprecated)
> > >
> > > From: Michael Kubacki <michael.kubacki@microsoft.com>
> > >
> > > PR builds and CI are currently broken due to a mergify brownout
> > > today because edk2 uses the `rebase_fallback` attribute of the
> > > `queue` action.
> > >
> > > Message from Mergify/Summary:
> > >
> > > ```
> > > The configuration uses the deprecated rebase_fallback attribute
> > > of the queue action.
> > >
> > > A brownout is planned on February 13th, 2023.
> > >
> > > This option will be removed on March 13th, 2023.
> > > For more information: https://docs.mergify.com/actions/queue/
> > > ```
> > >
> > > Therefore, this change removes the attribute per the guidance in
> > > the following changelog message to retain existing behavior.
> > >
> > > https://changelog.mergify.com/changelog/rebasefallback-is-deprecated
> > >
> > > ```
> > > The option rebase_fallback is now deprecated and should not be
> > > used anymore.
> > >
> > > Mergify will always report errors in the future if a rebase merge
> > > is impossible.
> > > ```
> > >
> > > Cc: Michael D Kinney <michael.d.kinney@intel.com>
> > > Cc: Liming Gao <gaoliming@byosoft.com.cn>
> > > Cc: Sean Brogan <sean.brogan@microsoft.com>
> > > Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
> > > ---
> > >
> > > Notes:
> > > PR with change is here:
> > > https://github.com/tianocore/edk2/pull/4035
> > >
> > > .mergify/config.yml | 1 -
> > > 1 file changed, 1 deletion(-)
> > >
> > > diff --git a/.mergify/config.yml b/.mergify/config.yml
> > > index bd6da4c77937..3471896a3495 100644
> > > --- a/.mergify/config.yml
> > > +++ b/.mergify/config.yml
> > > @@ -38,7 +38,6 @@ pull_request_rules:
> > > actions:
> > > queue:
> > > method: rebase
> > > - rebase_fallback: none
> > > name: default
> > >
> > > - name: Post a comment on a PR that can not be merged due to a merge conflict
> > > --
> > > 2.28.0.windows.1
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-02-14 0:00 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-13 16:04 [PATCH v1 1/1] .mergify/config.yml: Remove rebase_fallback attribute (deprecated) Michael Kubacki
2023-02-13 19:20 ` [edk2-devel] " Rebecca Cran
2023-02-13 19:56 ` Michael D Kinney
2023-02-13 22:50 ` Michael D Kinney
2023-02-14 0:00 ` Michael D Kinney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox