Skip to content

Commit

Permalink
Temp: only run on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
MetRonnie committed Jun 17, 2024
1 parent e704d2d commit 8205344
Showing 1 changed file with 4 additions and 40 deletions.
44 changes: 4 additions & 40 deletions .github/workflows/test_functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,47 +38,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ['ubuntu-latest']
python-version: ['3.7']
os: ['macos-latest']
python-version: ['3.9']
test-base: ['tests/f']
chunk: ['1/4', '2/4', '3/4', '4/4']
platform: ['_local_background* _local_at*']
# NOTE: includes must define ALL of the matrix values
include:
# latest python
- name: 'py-3-latest'
os: 'ubuntu-latest'
python-version: '3'
test-base: 'tests/f'
chunk: '1/4'
platform: '_local_background*'
# tests/k
- name: 'flaky'
os: 'ubuntu-latest'
python-version: '3.7'
test-base: 'tests/k'
chunk: '1/1'
platform: '_local_background* _local_at*'
# remote platforms
- name: '_remote_background_indep_poll'
os: 'ubuntu-latest'
python-version: '3.7'
test-base: 'tests/f tests/k'
chunk: '1/1'
platform: '_remote_background_indep_poll _remote_at_indep_poll'
- name: '_remote_background_indep_tcp'
os: 'ubuntu-latest'
test-base: 'tests/f tests/k'
python-version: '3.7'
chunk: '1/1'
platform: '_remote_background_indep_tcp _remote_at_indep_tcp'
# macos
- name: 'macos 1/4'
os: 'macos-latest'
python-version: '3.9'
test-base: 'tests/f'
chunk: '1/4'
platform: '_local_background*'
chunk: ['1/5', '2/5', '3/5', '4/5']
platform: ['_local_background*']

env:
# Use non-UTC time zone
Expand Down

0 comments on commit 8205344

Please sign in to comment.