Skip to content

Commit

Permalink
ci: use same flaky test process script on macOS (#13485)
Browse files Browse the repository at this point in the history
Signed-off-by: Lizan Zhou <lizan@tetrate.io>
  • Loading branch information
lizan authored Oct 10, 2020
1 parent 3e5a961 commit 7af2b2b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
testRunTitle: "macOS"
condition: always()

- script: ./ci/flaky_test/run_process_xml_mac.sh
- script: ./ci/flaky_test/run_process_xml.sh
displayName: "Process Test Results"
env:
TEST_TMPDIR: $(Build.SourcesDirectory)
Expand Down
2 changes: 2 additions & 0 deletions ci/flaky_test/run_process_xml.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

export ENVOY_SRCDIR=${ENVOY_SRCDIR:-.}

# shellcheck source=tools/shell_utils.sh
. "${ENVOY_SRCDIR}"/tools/shell_utils.sh

Expand Down
4 changes: 0 additions & 4 deletions ci/flaky_test/run_process_xml_mac.sh

This file was deleted.

2 changes: 1 addition & 1 deletion ci/mac_ci_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ fi

bazel version

pip3 install slackclient
pip3 install virtualenv

0 comments on commit 7af2b2b

Please sign in to comment.