Skip to content

Commit

Permalink
Merge pull request containers#8400 from rhatdan/varlink
Browse files Browse the repository at this point in the history
Remove varlink support from podman
  • Loading branch information
openshift-merge-robot authored Dec 1, 2020
2 parents 1316b29 + f62a356 commit e3f0b7d
Show file tree
Hide file tree
Showing 101 changed files with 26 additions and 17,765 deletions.
23 changes: 0 additions & 23 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,24 +270,6 @@ swagger_task:
always: *binary_artifacts


endpoint_task:
name: "Test Endpoint"
alias: endpoint
only_if: *not_docs
depends_on:
- build
container: *smallcontainer
env:
<<: *stdenvars
TEST_FLAVOR: endpoint
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


# Check that all included go modules from other sources match
# what is expected in `vendor/modules.txt` vs `go.mod`.
vendor_task:
Expand Down Expand Up @@ -327,12 +309,8 @@ alt_build_task:
ALT_NAME: 'Windows Cross'
- env:
ALT_NAME: 'Build Without CGO'
- env:
ALT_NAME: 'Build varlink-API'
- env:
ALT_NAME: 'Test build RPM'
- env:
ALT_NAME: 'Build varlink-binaries'
setup_script: *setup
main_script: *main
always: *binary_artifacts
Expand Down Expand Up @@ -633,7 +611,6 @@ success_task:
- build
- validate
- bindings
- endpoint
- swagger
- vendor
- alt_build
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
/bin/
/brew
/build/
/cmd/podman/varlink/iopodman.go
/cmd/podman/varlink/ioprojectatomicpodman.go
/conmon/
contrib/spec/podman.spec
*.coverprofile
Expand All @@ -21,7 +19,6 @@ coverprofile
/_output/
/pause/pause.o
pkg/api/swagger.yaml
/pkg/varlink/iopodman.go
podman-remote*.zip
podman*.tar.gz
__pycache__
Expand Down
3 changes: 0 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ run:
- dependencies
- test
- pkg/spec
- pkg/varlink
- pkg/varlinkapi
- docs/varlink
- vendor
skip-files:
- iopodman.go
Expand Down
Loading

0 comments on commit e3f0b7d

Please sign in to comment.