File tree Expand file tree Collapse file tree 1 file changed +28
-28
lines changed Expand file tree Collapse file tree 1 file changed +28
-28
lines changed Original file line number Diff line number Diff line change @@ -14,22 +14,22 @@ global_job_config:
14
14
- checkout
15
15
- mkdir artifacts
16
16
blocks :
17
- - name : Test
18
- dependencies : []
19
- run :
20
- # don't run the tests on non-functional changes...
21
- when : " change_in('/', {exclude: ['.github/']})"
22
- task :
23
- jobs :
24
- - name : Test
25
- commands :
26
- - sem-version python 3.9
27
- - pip install tox
28
- - tox -e cover
29
- - mkdir test-output
30
- - cp test-report.xml test-output
31
- - test-results publish test-output
32
- - artifact push workflow coverage.xml
17
+ # - name: Test
18
+ # dependencies: []
19
+ # run:
20
+ # # don't run the tests on non-functional changes...
21
+ # when: "change_in('/', {exclude: ['.github/']})"
22
+ # task:
23
+ # jobs:
24
+ # - name: Test
25
+ # commands:
26
+ # - sem-version python 3.9
27
+ # - pip install tox
28
+ # - tox -e cover
29
+ # - mkdir test-output
30
+ # - cp test-report.xml test-output
31
+ # - test-results publish test-output
32
+ # - artifact push workflow coverage.xml
33
33
- name : " Wheels: OSX x64 - Python 3.6-3.12"
34
34
run :
35
35
when : " tag =~ '.*'"
@@ -302,15 +302,15 @@ blocks:
302
302
- artifact push project artifacts/confluent-kafka-python-wheels-${SEMAPHORE_GIT_TAG_NAME}-${SEMAPHORE_WORKFLOW_ID}.tgz --destination confluent-kafka-python-wheels-${SEMAPHORE_GIT_TAG_NAME}-${SEMAPHORE_WORKFLOW_ID}.tgz
303
303
- echo Thank you
304
304
305
- after_pipeline :
306
- task :
307
- agent :
308
- machine :
309
- type : s1-prod-ubuntu20-04-amd64-1
310
- jobs :
311
- - name : SonarQube
312
- commands :
313
- - checkout
314
- - sem-version java 11
315
- - artifact pull workflow coverage.xml
316
- - emit-sonarqube-data --run_only_sonar_scan
305
+ # after_pipeline:
306
+ # task:
307
+ # agent:
308
+ # machine:
309
+ # type: s1-prod-ubuntu20-04-amd64-1
310
+ # jobs:
311
+ # - name: SonarQube
312
+ # commands:
313
+ # - checkout
314
+ # - sem-version java 11
315
+ # - artifact pull workflow coverage.xml
316
+ # - emit-sonarqube-data --run_only_sonar_scan
You can’t perform that action at this time.
0 commit comments