This repository was archived by the owner on Mar 6, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +22
-16
lines changed Expand file tree Collapse file tree 4 files changed +22
-16
lines changed Original file line number Diff line number Diff line change @@ -31,19 +31,25 @@ jobs:
31
31
- run : ln -s ~/project ~/${CIRCLE_PROJECT_REPONAME}
32
32
- run : pip install "ansible~=<<parameters.ansible >>.0"
33
33
- run : pip install -r test-requirements.txt
34
- - run : molecule test -s default --destroy always
35
- - run : |
36
- if [[ -d 'molecule/alternative' ]]; then
37
- molecule test -s alternative --destroy always
38
- else
39
- echo 'No alternative test'
40
- fi
41
- - run : |
42
- if [[ -z "${CIRCLE_PULL_REQUEST}" ]] && [[ -d 'molecule/latest' ]]; then
43
- molecule test -s latest --destroy always
44
- else
45
- echo 'Not running latest on PR'
46
- fi
34
+ - run :
35
+ no_output_timeout : 60m
36
+ command : molecule test -s default --destroy always
37
+ - run :
38
+ no_output_timeout : 60m
39
+ command : |
40
+ if [[ -d 'molecule/alternative' ]]; then
41
+ molecule test -s alternative --destroy always
42
+ else
43
+ echo 'No alternative test'
44
+ fi
45
+ - run :
46
+ no_output_timeout : 60m
47
+ command : |
48
+ if [[ -z "${CIRCLE_PULL_REQUEST}" ]] && [[ -d 'molecule/latest' ]]; then
49
+ molecule test -s latest --destroy always
50
+ else
51
+ echo 'Not running latest on PR'
52
+ fi
47
53
release :
48
54
executor : publisher
49
55
steps :
Original file line number Diff line number Diff line change 3
3
hosts : all
4
4
any_errors_fatal : true
5
5
roles :
6
- - ansible- prometheus
6
+ - cloudalchemy. prometheus
7
7
vars :
8
8
prometheus_binary_local_dir : ' /tmp/prometheus-linux-amd64'
9
9
prometheus_config_dir : /opt/prom/etc
Original file line number Diff line number Diff line change 3
3
hosts : all
4
4
any_errors_fatal : true
5
5
roles :
6
- - ansible- prometheus
6
+ - cloudalchemy. prometheus
Original file line number Diff line number Diff line change 3
3
hosts : all
4
4
any_errors_fatal : true
5
5
roles :
6
- - ansible- prometheus
6
+ - cloudalchemy. prometheus
7
7
vars :
8
8
prometheus_version : latest
You can’t perform that action at this time.
0 commit comments