Skip to content

Commit

Permalink
mononoke/integration tests: fix using private certs during Mac tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspiatkowski committed Sep 9, 2020
1 parent c9bbf63 commit a4e908f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mononoke-integration_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '2.7'
- name: Install Brew dependencies
run: |
brew install bash coreutils curl-openssl gnu-sed grep jq
- name: Install system deps
run: sudo python3 build/fbcode_builder/getdeps.py --allow-system-packages install-system-deps --recursive eden_scm
- name: Build eden_scm dependencies
Expand Down Expand Up @@ -69,9 +72,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install click
- name: Install Brew dependencies
run: |
brew install bash coreutils curl-openssl gnu-sed grep jq
- name: Check space
run: df -h
- name: Run Monononke integration tests
Expand Down
2 changes: 2 additions & 0 deletions eden/mononoke/tests/integration/run_tests_getdeps.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,9 @@
"test-mononoke-hg-sync-job-generate-bundles-lfs-verification.t", # Timed out
"test-mononoke-hg-sync-job-generate-bundles-lfs.t", # Timed out
"test-push-protocol-lfs.t", # Timed out
"test-redaction.t", # This test is temporary broken
"test-remotefilelog-lfs.t", # Timed out
"test-remotefilelog-lfs-client-certs.t", # Returns different data in OSS
"test-scs-blame.t", # Missing SCS_SERVER
"test-scs-common-base.t", # Missing SCS_SERVER
"test-scs-diff.t", # Missing SCS_SERVER
Expand Down

0 comments on commit a4e908f

Please sign in to comment.