Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ RUN INSTALL_PKGS=" \
PyYAML openssl firewalld-filesystem \
libpcap iproute strace \
openvswitch2.12 openvswitch2.12-devel \
ovn2.12 ovn2.12-central ovn2.12-host ovn2.12-vtep \
containernetworking-plugins yum-utils \
" && \
yum install -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False $INSTALL_PKGS && \
yumdownloader ovn2.11 ovn2.11-central ovn2.11-host ovn2.11-vtep && \
rpm -Uhv --force --nodeps ovn2.11* && rm -f *.rpm && \
yum clean all && rm -rf /var/cache/*

RUN mkdir -p /var/run/openvswitch && \
mkdir -p /var/run/ovn && \
mkdir -p /etc/cni/net.d && \
mkdir -p /opt/cni/bin && \
mkdir -p /usr/libexec/cni/ && \
Expand Down
2 changes: 1 addition & 1 deletion go-controller/hack/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

GO111MODULE=on ${GOPATH}/bin/golangci-lint run \
--tests=false --enable gofmt \
--timeout=5m0s \
--timeout=10m0s \
&& echo "lint OK!"