Skip to content
Snippets Groups Projects
Commit 9141b97f authored by Fabien Combernous's avatar Fabien Combernous
Browse files

remove echo BEAKER_set

parent 329ca7c8
No related branches found
No related tags found
Loading
Pipeline #1874 passed
...@@ -29,10 +29,8 @@ acceptance_with_puppet4_ubuntu: ...@@ -29,10 +29,8 @@ acceptance_with_puppet4_ubuntu:
PUPPET_INSTALL_TYPE: 'agent' PUPPET_INSTALL_TYPE: 'agent'
BEAKER_IS_PE: 'no' BEAKER_IS_PE: 'no'
BEAKER_debug: 'true ' BEAKER_debug: 'true '
BEAKER_set: 'ubuntu-1604-x64'
script: script:
- echo $BEAKER_set - pdk bundle exec rake beaker:ubuntu-1604-x64
- pdk bundle exec rake beaker
tags: tags:
- puppet-tests - puppet-tests
except: except:
...@@ -45,10 +43,8 @@ acceptance_with_puppet4_debian: ...@@ -45,10 +43,8 @@ acceptance_with_puppet4_debian:
PUPPET_INSTALL_TYPE: 'agent' PUPPET_INSTALL_TYPE: 'agent'
BEAKER_IS_PE: 'no' BEAKER_IS_PE: 'no'
BEAKER_debug: 'true ' BEAKER_debug: 'true '
BEAKER_set: 'debian-82-x64'
script: script:
- echo $BEAKER_set - pdk bundle exec rake beaker:debian-82-x64
- pdk bundle exec rake beaker
tags: tags:
- puppet-tests - puppet-tests
except: except:
...@@ -61,10 +57,8 @@ acceptance_with_puppet4_centos: ...@@ -61,10 +57,8 @@ acceptance_with_puppet4_centos:
PUPPET_INSTALL_TYPE: 'agent' PUPPET_INSTALL_TYPE: 'agent'
BEAKER_IS_PE: 'no' BEAKER_IS_PE: 'no'
BEAKER_debug: 'true ' BEAKER_debug: 'true '
BEAKER_set: 'centos-72-x64'
script: script:
- echo $BEAKER_set - pdk bundle exec rake beaker:centos-72-x64
- pdk bundle exec rake beaker
tags: tags:
- puppet-tests - puppet-tests
except: except:
...@@ -77,10 +71,8 @@ acceptance_with_puppet5_ubuntu: ...@@ -77,10 +71,8 @@ acceptance_with_puppet5_ubuntu:
PUPPET_INSTALL_TYPE: 'agent' PUPPET_INSTALL_TYPE: 'agent'
BEAKER_IS_PE: 'no' BEAKER_IS_PE: 'no'
BEAKER_debug: 'true ' BEAKER_debug: 'true '
BEAKER_set: 'ubuntu-1604-x64'
script: script:
- echo $BEAKER_set - pdk bundle exec rake beaker:ubuntu-1604-x64
- pdk bundle exec rake beaker
tags: tags:
- puppet-tests - puppet-tests
except: except:
...@@ -93,10 +85,8 @@ acceptance_with_puppet5_debian: ...@@ -93,10 +85,8 @@ acceptance_with_puppet5_debian:
PUPPET_INSTALL_TYPE: 'agent' PUPPET_INSTALL_TYPE: 'agent'
BEAKER_IS_PE: 'no' BEAKER_IS_PE: 'no'
BEAKER_debug: 'true ' BEAKER_debug: 'true '
BEAKER_set: 'debian-82-x64'
script: script:
- echo $BEAKER_set - pdk bundle exec rake beaker:debian-82-x64
- pdk bundle exec rake beaker
tags: tags:
- puppet-tests - puppet-tests
except: except:
...@@ -109,10 +99,8 @@ acceptance_with_puppet5_centos: ...@@ -109,10 +99,8 @@ acceptance_with_puppet5_centos:
PUPPET_INSTALL_TYPE: 'agent' PUPPET_INSTALL_TYPE: 'agent'
BEAKER_IS_PE: 'no' BEAKER_IS_PE: 'no'
BEAKER_debug: 'true ' BEAKER_debug: 'true '
BEAKER_set: 'centos-72-x64'
script: script:
- echo $BEAKER_set - pdk bundle exec rake beaker:centos-72-x64
- pdk bundle exec rake beaker
tags: tags:
- puppet-tests - puppet-tests
except: except:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment