Skip to content

Commit 96efdfe

Browse files
TristanCacqueraymorucci
authored andcommitted
functests: remove dead code and uses groupvars
This change removes some dead code and change the functional tests config to only uses the groupvars. Removing the sleep in serverspec actually reveals a concurency issue where the initial sfconfig run create a post-job still running when the health-check gets triggered. Change-Id: I51fc513c51b1e064009f020c47ffb99fc85992aa
1 parent 86ddc9e commit 96efdfe

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: playbooks/config_submit_change.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@
1313

1414
- hosts: jenkins
1515
tasks:
16-
- name: Check for config-check failure
17-
when: hostvars[groups["install-server"][0]]["submit_status"].rc != 0
18-
command: "cat /var/lib/jenkins/jobs/config-check/builds/lastFailedBuild/log"
19-
failed_when: true
20-
2116
- name: Check for config-update post job
2217
wait_for:
2318
path: /var/lib/jenkins/jobs/config-update/builds/lastStableBuild/build.xml

0 commit comments

Comments
 (0)