[dpdk-dev] [PATCH] version: 20.05-rc0

Bruce Richardson bruce.richardson at intel.com
Thu Feb 27 12:17:18 CET 2020


On Wed, Feb 26, 2020 at 03:01:04PM +0100, David Marchand wrote:
> On Wed, Feb 26, 2020 at 2:55 PM Thomas Monjalon <thomas at monjalon.net> wrote:
> >
> > 26/02/2020 14:38, David Marchand:
> > > Start a new release cycle with empty release notes.
> > > ABI must now be checked with v20.02 as a reference.
> > >
> > > Signed-off-by: David Marchand <david.marchand at redhat.com>
> > > ---
> > >  .travis.yml                            |   4 +
> > >  ABI_VERSION                            |   2 +-
> > >  VERSION                                |   2 +-
> > >  doc/guides/rel_notes/index.rst         |   1 +
> > >  doc/guides/rel_notes/release_20_05.rst | 139 +++++++++++++++++++++++++
> > >  5 files changed, 146 insertions(+), 2 deletions(-)
> > >  create mode 100644 doc/guides/rel_notes/release_20_05.rst
> >
> > Acked-by: Thomas Monjalon <thomas at monjalon.net>
> >
> >
> > > --- a/.travis.yml
> > > +++ b/.travis.yml
> > > +env:
> > > +  global:
> > > +    - REF_GIT_TAG=v20.02
> >
> > One question: why REF_GIT_TAG was not needed in Travis during 20.02?
> 
> The .ci/linux-build.sh script has a default value for parameters.
> http://git.dpdk.org/dpdk/tree/.ci/linux-build.sh#n71&h=v20.02
> 
> This could be removed, so that we only have explicit values in the
> .travis.yml configuration.
> No strong opinion keeping them.
> 
Why do we need to update the git ref tag at all. Since these releases are
all ABI compatible with each other, can we not leave the checks still to be
against 19.11?


More information about the dev mailing list