Skip to content

Commit

Permalink
Merge pull request containers#15553 from edsantiago/disable_swagger_301
Browse files Browse the repository at this point in the history
[v3.0.1-rhel] CI: disable swagger step
  • Loading branch information
openshift-merge-robot authored Aug 31, 2022
2 parents 37cd5bf + cf60dbb commit ab15cf1
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,25 +241,6 @@ bindings_task:
always: *runner_stats


# Build the "libpod" API documentation `swagger.yaml` for eventual
# publishing along side the official podman documentation.
swagger_task:
name: "Test Swagger"
alias: swagger
depends_on:
- build
container: *smallcontainer
env:
<<: *stdenvars
TEST_FLAVOR: swagger
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: *binary_artifacts


# Check that all included go modules from other sources match
# what is expected in `vendor/modules.txt` vs `go.mod`. Also
# make sure that the generated bindings in pkg/bindings/...
Expand Down Expand Up @@ -522,7 +503,6 @@ success_task:
- build
- validate
- bindings
- swagger
- consistency
- alt_build
- unit_test
Expand Down

0 comments on commit ab15cf1

Please sign in to comment.