File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -9,19 +9,8 @@ on: # yamllint disable-line rule:truthy
99 branches :
1010 - ' master'
1111jobs :
12- PythonUnitTests :
13- runs-on : [self-hosted, style-checker]
14- steps :
15- - name : Check out repository code
16- uses : ClickHouse/checkout@v1
17- with :
18- clear-repository : true
19- - name : Python unit tests
20- run : |
21- cd "$GITHUB_WORKSPACE/tests/ci"
22- python3 -m unittest discover -s . -p '*_test.py'
2312 DockerHubPushAarch64 :
24- runs-on : [self-hosted, style-checker-aarch64 ]
13+ runs-on : [self-hosted, style-checker]
2514 steps :
2615 - name : Check out repository code
2716 uses : ClickHouse/checkout@v1
5342 name : changed_images_amd64
5443 path : ${{ runner.temp }}/docker_images_check/changed_images_amd64.json
5544 DockerHubPush :
56- needs : [DockerHubPushAmd64, DockerHubPushAarch64, PythonUnitTests ]
45+ needs : [DockerHubPushAmd64, DockerHubPushAarch64]
5746 runs-on : [self-hosted, style-checker]
5847 steps :
5948 - name : Check out repository code
You can’t perform that action at this time.
0 commit comments