Skip to content

Commit

Permalink
[ci] Ignore idempotency errors due to 'mysql_user'
Browse files Browse the repository at this point in the history
The 'mysql_user' Ansible module has in Ansible 2.8.x has idempotency
issues with Python 3.x environment.

Ref: ansible/ansible#60567
  • Loading branch information
drybjed committed Aug 14, 2019
1 parent c2c674a commit 9e839e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@ stages:
JANE_INVENTORY_GROUPS: 'debops_service_mariadb_server,debops_service_etherpad'
JANE_DIFF_PATTERN: '.*/debops.etherpad/.*'
JANE_LOG_PATTERN: '\[debops\.etherpad\]'
JANE_IGNORE_IDEMPOTENCY: 'Issues with mysql_user Ansible module (https://github.com/ansible/ansible/issues/60567)'

'etherpad/postgresql role':
<<: *test_role_2nd_deps
Expand Down Expand Up @@ -904,6 +905,7 @@ stages:
JANE_INVENTORY_GROUPS: 'debops_service_mariadb_server,debops_service_mariadb'
JANE_DIFF_PATTERN: '.*/debops.mariadb/.*'
JANE_LOG_PATTERN: '\[debops\.mariadb\]'
JANE_IGNORE_IDEMPOTENCY: 'Issues with mysql_user Ansible module (https://github.com/ansible/ansible/issues/60567)'

'memcached role':
<<: *test_role_no_deps
Expand Down Expand Up @@ -1130,6 +1132,7 @@ stages:
JANE_INVENTORY_GROUPS: 'debops_service_mariadb_server,debops_service_phpipam'
JANE_DIFF_PATTERN: '.*/debops.phpipam/.*'
JANE_LOG_PATTERN: '\[debops\.phpipam\]'
JANE_IGNORE_IDEMPOTENCY: 'Issues with mysql_user Ansible module (https://github.com/ansible/ansible/issues/60567)'

'phpmyadmin role':
<<: *test_role_2nd_deps
Expand Down Expand Up @@ -1356,6 +1359,7 @@ stages:
JANE_INVENTORY_HOSTVARS: 'roundcube__database=mysql-default'
JANE_DIFF_PATTERN: '.*/debops.roundcube/.*'
JANE_LOG_PATTERN: '\[debops\.roundcube\]'
JANE_IGNORE_IDEMPOTENCY: 'Issues with mysql_user Ansible module (https://github.com/ansible/ansible/issues/60567)'
VAGRANT_MASTER_MEMORY: '4096'
tags: [ 'mem-6GB' ]

Expand Down

0 comments on commit 9e839e7

Please sign in to comment.