diff mbox series

[ovs-dev,1/2] appveyor: Remove reference to master branch.

Message ID 20240410-dei-main-ci-v1-1-25e2dc7b1b39@ovn.org
State Accepted
Delegated to: Simon Horman
Headers show
Series ci: Remove reference to master branch. | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed
ovsrobot/intel-ovs-compilation success test: success

Commit Message

Simon Horman April 10, 2024, 2:09 p.m. UTC
The OvS primary development branch has been renamed main
so there is no longer any need for this CI configuration
to refer to master.

Signed-off-by: Simon Horman <horms@ovn.org>
---
 appveyor.yml | 1 -
 1 file changed, 1 deletion(-)

Comments

Alin Serdean April 10, 2024, 2:13 p.m. UTC | #1
Acked-by: Alin Gabriel Serdean <aserdean@ovn.org>


> 
> On 10 Apr 2024, at 16:09, Simon Horman <horms@ovn.org> wrote:
> 
> The OvS primary development branch has been renamed main
> so there is no longer any need for this CI configuration
> to refer to master.
> 
> Signed-off-by: Simon Horman <horms@ovn.org>
> ---
> appveyor.yml | 1 -
> 1 file changed, 1 deletion(-)
> 
> diff --git a/appveyor.yml b/appveyor.yml
> index 050c7dead786..baa844753962 100644
> --- a/appveyor.yml
> +++ b/appveyor.yml
> @@ -3,7 +3,6 @@ image: Visual Studio 2019
> branches:
>   only:
>   - main
> -  - master
> configuration:
>   - Debug
>   - Release
> 
> --
> 2.43.0
> 
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
Eelco Chaudron April 10, 2024, 2:15 p.m. UTC | #2
On 10 Apr 2024, at 16:09, Simon Horman wrote:

> The OvS primary development branch has been renamed main
> so there is no longer any need for this CI configuration
> to refer to master.
>
> Signed-off-by: Simon Horman <horms@ovn.org>

Thanks for following through with the main branch change.

Acked-by: Eelco Chaudron <echaudro@redhat.com>
Ilya Maximets April 10, 2024, 5:01 p.m. UTC | #3
On 4/10/24 16:09, Simon Horman wrote:
> The OvS primary development branch has been renamed main
> so there is no longer any need for this CI configuration
> to refer to master.
> 
> Signed-off-by: Simon Horman <horms@ovn.org>
> ---
>  appveyor.yml | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/appveyor.yml b/appveyor.yml
> index 050c7dead786..baa844753962 100644
> --- a/appveyor.yml
> +++ b/appveyor.yml
> @@ -3,7 +3,6 @@ image: Visual Studio 2019
>  branches:
>    only:
>    - main
> -  - master
>  configuration:
>    - Debug
>    - Release
> 

Acked-by: Ilya Maximets <i.maximets@ovn.org>
diff mbox series

Patch

diff --git a/appveyor.yml b/appveyor.yml
index 050c7dead786..baa844753962 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -3,7 +3,6 @@  image: Visual Studio 2019
 branches:
   only:
   - main
-  - master
 configuration:
   - Debug
   - Release