File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
integration/simple/serverspec Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11---
22# Concourse version
3- concourseci_version : " v5.3 .0"
3+ concourseci_version : " v5.4 .0"
44# # Dir structure
55concourseci_base_dir : " /opt/concourseci"
66concourseci_bin_dir : " {{ concourseci_base_dir }}/bin"
Original file line number Diff line number Diff line change 33
44AVM_VERSION=" v1.0.0"
55
6- export ANSIBLE_VERSIONS_1=" 2.6.17 "
6+ export ANSIBLE_VERSIONS_1=" 2.6.18 "
77export INSTALL_TYPE_1=" pip"
88export ANSIBLE_LABEL_1=" vOne"
99
10- export ANSIBLE_VERSIONS_2=" 2.7.11 "
10+ export ANSIBLE_VERSIONS_2=" 2.7.12 "
1111export INSTALL_TYPE_2=" pip"
1212export ANSIBLE_LABEL_2=" vTwo"
1313
14- export ANSIBLE_VERSIONS_3=" 2.8.1 "
14+ export ANSIBLE_VERSIONS_3=" 2.8.3 "
1515export INSTALL_TYPE_3=" pip"
1616export ANSIBLE_LABEL_3=" vThree"
1717
Original file line number Diff line number Diff line change 44builds = "#{ fly } builds"
55
66describe 'simple_success job' do
7- describe command ( "#{ builds } | grep simple_success" ) do
7+ describe command ( "sleep 10 && #{ builds } | grep simple_success" ) do
88 it 'simple_success are in the builds' do
99 puts '#################################'
1010 puts subject . stdout . to_s
1414 end
1515 end
1616
17- describe command ( "#{ builds } | grep simple_success | head -1 | awk '{ print $4 }'" ) do
17+ describe command ( "sleep 10 && #{ builds } | grep simple_success | head -1 | awk '{ print $4 }'" ) do
1818 it 'simple_success pipeline should succeed' do
1919 puts '#################################'
2020 puts subject . stdout . to_s
You can’t perform that action at this time.
0 commit comments