75
75
retry 5 python setup.py extension
76
76
mkdir logs
77
77
- name : Grant execute permission
78
- run : |
79
- python -m pytest -q -n auto --dist loadfile --reruns 4 --instafail --cov=./azure_functions_worker --cov-report xml --cov-branch --cov-append tests/endtoend/test_worker_process_count_functions.py tests/endtoend/test_threadpool_thread_count_functions.py
78
+ run : chmod +x .github/Scripts/e2e-tests.sh
80
79
- name : Running 3.7 Tests
81
80
if : matrix.python-version == 3.7
82
81
env :
88
87
AzureWebJobsEventGridTopicUri : ${{ secrets.LinuxEventGridTopicUriString37 }}
89
88
AzureWebJobsEventGridConnectionKey : ${{ secrets.LinuxEventGridConnectionKeyString37 }}
90
89
ARCHIVE_WEBHOST_LOGS : ${{ github.event.inputs.archive_webhost_logging }}
91
- run : |
92
- python -m pytest -q -n auto --dist loadfile --reruns 4 --instafail --cov=./azure_functions_worker --cov-report xml --cov-branch --cov-append tests/endtoend/test_worker_process_count_functions.py tests/endtoend/test_threadpool_thread_count_functions.py
90
+ run : .github/Scripts/e2e-tests.sh
93
91
- name : Running 3.8 Tests
94
92
if : matrix.python-version == 3.8
95
93
env :
101
99
AzureWebJobsEventGridTopicUri : ${{ secrets.LinuxEventGridTopicUriString38 }}
102
100
AzureWebJobsEventGridConnectionKey : ${{ secrets.LinuxEventGridConnectionKeyString38 }}
103
101
ARCHIVE_WEBHOST_LOGS : ${{ github.event.inputs.archive_webhost_logging }}
104
- run : |
105
- python -m pytest -q -n auto --dist loadfile --reruns 4 --instafail --cov=./azure_functions_worker --cov-report xml --cov-branch --cov-append tests/endtoend/test_worker_process_count_functions.py tests/endtoend/test_threadpool_thread_count_functions.py
102
+ run : .github/Scripts/e2e-tests.sh
106
103
- name : Running 3.9 Tests
107
104
if : matrix.python-version == 3.9
108
105
env :
@@ -114,8 +111,7 @@ jobs:
114
111
AzureWebJobsEventGridTopicUri : ${{ secrets.LinuxEventGridTopicUriString39 }}
115
112
AzureWebJobsEventGridConnectionKey : ${{ secrets.LinuxEventGridConnectionKeyString39 }}
116
113
ARCHIVE_WEBHOST_LOGS : ${{ github.event.inputs.archive_webhost_logging }}
117
- run : |
118
- python -m pytest -q -n auto --dist loadfile --reruns 4 --instafail --cov=./azure_functions_worker --cov-report xml --cov-branch --cov-append tests/endtoend/test_worker_process_count_functions.py tests/endtoend/test_threadpool_thread_count_functions.py
114
+ run : .github/Scripts/e2e-tests.sh
119
115
- name : Running 3.10 Tests
120
116
if : matrix.python-version == 3.10
121
117
env :
@@ -127,8 +123,7 @@ jobs:
127
123
AzureWebJobsEventGridTopicUri : ${{ secrets.LinuxEventGridTopicUriString310 }}
128
124
AzureWebJobsEventGridConnectionKey : ${{ secrets.LinuxEventGridConnectionKeyString310 }}
129
125
ARCHIVE_WEBHOST_LOGS : ${{ github.event.inputs.archive_webhost_logging }}
130
- run : |
131
- python -m pytest -q -n auto --dist loadfile --reruns 4 --instafail --cov=./azure_functions_worker --cov-report xml --cov-branch --cov-append tests/endtoend/test_worker_process_count_functions.py tests/endtoend/test_threadpool_thread_count_functions.py
126
+ run : .github/Scripts/e2e-tests.sh
132
127
- name : Running 3.11 Tests
133
128
if : matrix.python-version == 3.11
134
129
env :
0 commit comments