-
- Downloads
Remove testfiles which are not used in the CI.
To reproduce this commit run in bash: for file in $(ls tests/files/) do if ! grep -Rq ${file%.*} .gitlab.ci; then rm tests/files/${file} fi done This also means that our CI matrix was not accurate.
Showing
- docs/developers/ci.md 45 additions, 48 deletionsdocs/developers/ci.md
- tests/files/packet_centos8-calico-ha-once-localhost.yml 0 additions, 18 deletionstests/files/packet_centos8-calico-ha-once-localhost.yml
- tests/files/packet_centos8-calico-ha.yml 0 additions, 13 deletionstests/files/packet_centos8-calico-ha.yml
- tests/files/packet_centos8-flannel-addons-ha.yml 0 additions, 74 deletionstests/files/packet_centos8-flannel-addons-ha.yml
- tests/files/packet_centos8-multus-calico.yml 0 additions, 7 deletionstests/files/packet_centos8-multus-calico.yml
- tests/files/packet_centos8-weave-upgrade-ha.yml 0 additions, 11 deletionstests/files/packet_centos8-weave-upgrade-ha.yml
- tests/files/packet_ubuntu20-docker-weave-sep.yml 0 additions, 16 deletionstests/files/packet_ubuntu20-docker-weave-sep.yml
- tests/files/vagrant_centos8-kube-router.rb 0 additions, 15 deletionstests/files/vagrant_centos8-kube-router.rb
- tests/files/vagrant_centos8-kube-router.yml 0 additions, 8 deletionstests/files/vagrant_centos8-kube-router.yml
- tests/files/vagrant_ubuntu20-weave-medium.rb 0 additions, 7 deletionstests/files/vagrant_ubuntu20-weave-medium.rb
- tests/files/vagrant_ubuntu20-weave-medium.yml 0 additions, 3 deletionstests/files/vagrant_ubuntu20-weave-medium.yml
Loading
Please register or sign in to comment