From 79b8814142d7cd47fc2f954fa3fe7e65a9dfe7ba Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Wed, 19 Feb 2020 11:25:20 -0800 Subject: [PATCH] bump macOS test vm to replicate what passes locally --- .ci/azure-pipelines.yml | 2 +- tests/ansible/integration/action/make_tmp_path.yml | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index 920e82a1..0a9f423e 100644 --- a/.ci/azure-pipelines.yml +++ b/.ci/azure-pipelines.yml @@ -9,7 +9,7 @@ jobs: steps: - template: azure-pipelines-steps.yml pool: - vmImage: macOS-10.13 + vmImage: macOS-10.14 strategy: matrix: Mito27_27: diff --git a/tests/ansible/integration/action/make_tmp_path.yml b/tests/ansible/integration/action/make_tmp_path.yml index dd36c57a..73aa1187 100644 --- a/tests/ansible/integration/action/make_tmp_path.yml +++ b/tests/ansible/integration/action/make_tmp_path.yml @@ -128,10 +128,6 @@ # readonly homedir # - - name: DEBUGGING - dump all users and their groups and group ids; become_user fails with sudo gid error - shell: dscl . list /Users | grep -v '^_' | xargs -I{} -t -n1 sh -c "id -Gn {} | python -c \"from __future__ import print_function; import sys; import grp; print([grp.getgrnam(line) for line in sys.stdin.read().strip().replace('\n', ' ').split(' ')])\"" - - - name: "Try writing to temp directory for the readonly_homedir user" become: true become_user: mitogen__readonly_homedir