Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(example): remove blockbox as example of raw #86

Merged
merged 2 commits into from
Jan 25, 2022
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
7 changes: 0 additions & 7 deletions pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,6 @@ packages:
source: https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2
hashsum: md5=1c947d57fce2f21ce0b43fe2ed7cd361
# yamllint enable rule:line-length
blockbox:
dest: /usr/local/src/
dl:
format: raw
# yamllint disable-line rule:line-length
source: https://raw.githubusercontent.com/openstack/cinder/master/contrib/block-box/docker-compose.yml
hashsum: 1751f8e4f6b4cddd8c4843a0f4473274
kubectl:
dest: /usr/local/bin
dl:
Expand Down
1 change: 0 additions & 1 deletion test/integration/default/controls/archives_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
end

%w[
docker-compose.yml
phantomjs-2.1.1-linux-x86_64/bin
].each do |f|
describe file("/usr/local/src/#{f}") do
Expand Down
6 changes: 0 additions & 6 deletions test/integration/default/files/_mapdata/debian-10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ values:
unwanted:
- /usr/local/boring_archive_software
wanted:
blockbox:
dest: /usr/local/src/
dl:
format: raw
hashsum: 1751f8e4f6b4cddd8c4843a0f4473274
source: https://raw.githubusercontent.com/openstack/cinder/master/contrib/block-box/docker-compose.yml
kubectl:
dest: /usr/local/bin
dl:
Expand Down
6 changes: 0 additions & 6 deletions test/integration/default/files/_mapdata/debian-11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ values:
unwanted:
- /usr/local/boring_archive_software
wanted:
blockbox:
dest: /usr/local/src/
dl:
format: raw
hashsum: 1751f8e4f6b4cddd8c4843a0f4473274
source: https://raw.githubusercontent.com/openstack/cinder/master/contrib/block-box/docker-compose.yml
kubectl:
dest: /usr/local/bin
dl:
Expand Down
6 changes: 0 additions & 6 deletions test/integration/default/files/_mapdata/debian-9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ values:
unwanted:
- /usr/local/boring_archive_software
wanted:
blockbox:
dest: /usr/local/src/
dl:
format: raw
hashsum: 1751f8e4f6b4cddd8c4843a0f4473274
source: https://raw.githubusercontent.com/openstack/cinder/master/contrib/block-box/docker-compose.yml
kubectl:
dest: /usr/local/bin
dl:
Expand Down
6 changes: 0 additions & 6 deletions test/integration/default/files/_mapdata/ubuntu-18.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ values:
unwanted:
- /usr/local/boring_archive_software
wanted:
blockbox:
dest: /usr/local/src/
dl:
format: raw
hashsum: 1751f8e4f6b4cddd8c4843a0f4473274
source: https://raw.githubusercontent.com/openstack/cinder/master/contrib/block-box/docker-compose.yml
phantomjs:
dest: /usr/local/src/
dl:
Expand Down
6 changes: 0 additions & 6 deletions test/integration/default/files/_mapdata/ubuntu-20.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ values:
unwanted:
- /usr/local/boring_archive_software
wanted:
blockbox:
dest: /usr/local/src/
dl:
format: raw
hashsum: 1751f8e4f6b4cddd8c4843a0f4473274
source: https://raw.githubusercontent.com/openstack/cinder/master/contrib/block-box/docker-compose.yml
phantomjs:
dest: /usr/local/src/
dl:
Expand Down
7 changes: 0 additions & 7 deletions test/salt/pillar/debian.sls
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,6 @@ packages:
source: https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2
hashsum: md5=1c947d57fce2f21ce0b43fe2ed7cd361
# yamllint enable rule:line-length
blockbox:
dest: /usr/local/src/
dl:
format: raw
# yamllint disable-line rule:line-length
source: https://raw.githubusercontent.com/openstack/cinder/master/contrib/block-box/docker-compose.yml
hashsum: 1751f8e4f6b4cddd8c4843a0f4473274
kubectl:
dest: /usr/local/bin
dl:
Expand Down
7 changes: 0 additions & 7 deletions test/salt/pillar/ubuntu.sls
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,6 @@ packages:
source: https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2
hashsum: md5=1c947d57fce2f21ce0b43fe2ed7cd361
# yamllint enable rule:line-length
blockbox:
dest: /usr/local/src/
dl:
format: raw
# yamllint disable-line rule:line-length
source: https://raw.githubusercontent.com/openstack/cinder/master/contrib/block-box/docker-compose.yml
hashsum: 1751f8e4f6b4cddd8c4843a0f4473274
unwanted:
- /usr/local/boring_archive_software

Expand Down