diff mbox series

[ovs-dev,v3,dpdk-latest,3/3] travis: Update to use DPDK 18.11-rc3.

Message ID 20181115183543.13416-4-ktraynor@redhat.com
State Superseded
Delegated to: Ian Stokes
Headers show
Series Update to DPDK 18.11-rc3 | expand

Commit Message

Kevin Traynor Nov. 15, 2018, 6:35 p.m. UTC
Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
---
 .travis/linux-build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stokes, Ian Nov. 22, 2018, 9:42 a.m. UTC | #1
On 11/15/2018 6:35 PM, Kevin Traynor wrote:
> Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
> ---
>   .travis/linux-build.sh | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/.travis/linux-build.sh b/.travis/linux-build.sh
> index 4c9e95201..a402b1a85 100755
> --- a/.travis/linux-build.sh
> +++ b/.travis/linux-build.sh
> @@ -84,5 +84,5 @@ fi
>   if [ "$DPDK" ]; then
>       if [ -z "$DPDK_VER" ]; then
> -        DPDK_VER="18.08"
> +        DPDK_VER="18.11-rc3"

I take it this is just a placeholder for 18.11, there wont be an 
18.11-rc3 at http://fast.dpdk.org/rel/ when travis attempts to 
download.It would probably be ok from the git POV in travis if thats used.

Thanks.
Ian
>       fi
>       install_dpdk $DPDK_VER
>
Kevin Traynor Nov. 22, 2018, 3:21 p.m. UTC | #2
On 11/22/2018 09:42 AM, Ian Stokes wrote:
> On 11/15/2018 6:35 PM, Kevin Traynor wrote:
>> Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
>> ---
>>   .travis/linux-build.sh | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/.travis/linux-build.sh b/.travis/linux-build.sh
>> index 4c9e95201..a402b1a85 100755
>> --- a/.travis/linux-build.sh
>> +++ b/.travis/linux-build.sh
>> @@ -84,5 +84,5 @@ fi
>>   if [ "$DPDK" ]; then
>>       if [ -z "$DPDK_VER" ]; then
>> -        DPDK_VER="18.08"
>> +        DPDK_VER="18.11-rc3"
> 
> I take it this is just a placeholder for 18.11, there wont be an
> 18.11-rc3 at http://fast.dpdk.org/rel/ when travis attempts to
> download.It would probably be ok from the git POV in travis if thats used.
> 

Yeah, it's more of placeholder until the official tarball, but I thought
it would be ok for the git checkout tag and to allow some initial travis
runs. I'll send one that will work with a tarball, and squash the
patches while I'm at it. We can fix up when the release happens.

> Thanks.
> Ian
>>       fi
>>       install_dpdk $DPDK_VER
>>
>
Stokes, Ian Nov. 22, 2018, 3:26 p.m. UTC | #3
> On 11/22/2018 09:42 AM, Ian Stokes wrote:
> > On 11/15/2018 6:35 PM, Kevin Traynor wrote:
> >> Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
> >> ---
> >>   .travis/linux-build.sh | 2 +-
> >>   1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/.travis/linux-build.sh b/.travis/linux-build.sh index
> >> 4c9e95201..a402b1a85 100755
> >> --- a/.travis/linux-build.sh
> >> +++ b/.travis/linux-build.sh
> >> @@ -84,5 +84,5 @@ fi
> >>   if [ "$DPDK" ]; then
> >>       if [ -z "$DPDK_VER" ]; then
> >> -        DPDK_VER="18.08"
> >> +        DPDK_VER="18.11-rc3"
> >
> > I take it this is just a placeholder for 18.11, there wont be an
> > 18.11-rc3 at http://fast.dpdk.org/rel/ when travis attempts to
> > download.It would probably be ok from the git POV in travis if thats
> used.
> >
> 
> Yeah, it's more of placeholder until the official tarball, but I thought
> it would be ok for the git checkout tag and to allow some initial travis
> runs. I'll send one that will work with a tarball, and squash the patches
> while I'm at it. We can fix up when the release happens.
> 

Sounds good.
Thanks
Ian
> > Thanks.
> > Ian
> >>       fi
> >>       install_dpdk $DPDK_VER
> >>
> >
diff mbox series

Patch

diff --git a/.travis/linux-build.sh b/.travis/linux-build.sh
index 4c9e95201..a402b1a85 100755
--- a/.travis/linux-build.sh
+++ b/.travis/linux-build.sh
@@ -84,5 +84,5 @@  fi
 if [ "$DPDK" ]; then
     if [ -z "$DPDK_VER" ]; then
-        DPDK_VER="18.08"
+        DPDK_VER="18.11-rc3"
     fi
     install_dpdk $DPDK_VER