mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
Disable code consistency test
Signed-off-by: Matt Heon <mheon@redhat.com>
This commit is contained in:
33
.cirrus.yml
33
.cirrus.yml
@ -284,22 +284,22 @@ swagger_task:
|
||||
# what is expected in `vendor/modules.txt` vs `go.mod`. Also
|
||||
# make sure that the generated bindings in pkg/bindings/...
|
||||
# are in sync with the code.
|
||||
consistency_task:
|
||||
name: "Test Code Consistency"
|
||||
alias: consistency
|
||||
skip: *tags
|
||||
depends_on:
|
||||
- build
|
||||
container: *smallcontainer
|
||||
env:
|
||||
<<: *stdenvars
|
||||
TEST_FLAVOR: consistency
|
||||
TEST_ENVIRON: container
|
||||
CTR_FQIN: ${FEDORA_CONTAINER_FQIN}
|
||||
clone_script: *full_clone # build-cache not available to container tasks
|
||||
setup_script: *setup
|
||||
main_script: *main
|
||||
always: *runner_stats
|
||||
# consistency_task:
|
||||
# name: "Test Code Consistency"
|
||||
# alias: consistency
|
||||
# skip: *tags
|
||||
# depends_on:
|
||||
# - build
|
||||
# container: *smallcontainer
|
||||
# env:
|
||||
# <<: *stdenvars
|
||||
# TEST_FLAVOR: consistency
|
||||
# TEST_ENVIRON: container
|
||||
# CTR_FQIN: ${FEDORA_CONTAINER_FQIN}
|
||||
# clone_script: *full_clone # build-cache not available to container tasks
|
||||
# setup_script: *setup
|
||||
# main_script: *main
|
||||
# always: *runner_stats
|
||||
|
||||
|
||||
# There are several other important variations of podman which
|
||||
@ -722,7 +722,6 @@ success_task:
|
||||
- validate
|
||||
- bindings
|
||||
- swagger
|
||||
- consistency
|
||||
- alt_build
|
||||
- docker-py_test
|
||||
- unit_test
|
||||
|
Reference in New Issue
Block a user