mirror of https://github.com/citusdata/citus.git
disable other jobs
parent
a31a83d339
commit
a029374675
|
@ -264,35 +264,35 @@ workflows:
|
||||||
|
|
||||||
build_and_test:
|
build_and_test:
|
||||||
jobs:
|
jobs:
|
||||||
- build
|
# - build
|
||||||
- check-style
|
# - check-style
|
||||||
- check-sql-snapshots
|
# - check-sql-snapshots
|
||||||
|
|
||||||
- test-11_check-multi:
|
# - test-11_check-multi:
|
||||||
requires: [build]
|
# requires: [build]
|
||||||
- test-11_check-tt-van-mx:
|
# - test-11_check-tt-van-mx:
|
||||||
requires: [build]
|
# requires: [build]
|
||||||
- test-11_check-iso-work-fol:
|
# - test-11_check-iso-work-fol:
|
||||||
requires: [build]
|
# requires: [build]
|
||||||
- test-11_check-fol:
|
# - test-11_check-fol:
|
||||||
requires: [build]
|
# requires: [build]
|
||||||
- test-11_check-failure:
|
# - test-11_check-failure:
|
||||||
requires: [build]
|
# requires: [build]
|
||||||
|
|
||||||
- test-12_check-multi:
|
# - test-12_check-multi:
|
||||||
requires: [build]
|
# requires: [build]
|
||||||
- test-12_check-tt-van-mx:
|
# - test-12_check-tt-van-mx:
|
||||||
requires: [build]
|
# requires: [build]
|
||||||
- test-12_check-iso-work-fol:
|
# - test-12_check-iso-work-fol:
|
||||||
requires: [build]
|
# requires: [build]
|
||||||
- test-12_check-fol:
|
# - test-12_check-fol:
|
||||||
requires: [build]
|
# requires: [build]
|
||||||
- test-12_check-failure:
|
# - test-12_check-failure:
|
||||||
requires: [build]
|
# requires: [build]
|
||||||
|
|
||||||
- test-11-12_check-pg-upgrade:
|
# - test-11-12_check-pg-upgrade:
|
||||||
requires: [build]
|
# requires: [build]
|
||||||
|
|
||||||
- test-11_check-citus-upgrade:
|
# - test-11_check-citus-upgrade:
|
||||||
requires: [build]
|
# requires: [build]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue