Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ VENV := $(shell echo $${VIRTUAL_ENV-.venv})
PYTHON := $(VENV)/bin/python
DOCS_DEPS := $(VENV)/.docs.dependencies

.PHONY: all build install test release bench fmt lint vet test-int-all gen centos7 wheezy trusty alpine3 arch test-int32 centos7-32 wheezy-32 trusty-32 alpine3-32 arch-32
.PHONY: all build install test release bench fmt lint vet test-int-all gen wheezy trusty alpine3 arch test-int32 wheezy-32 trusty-32 alpine3-32 arch-32

all: test-short-all test-int-all dgoss-sha256 dcgoss-sha256 kgoss-sha256

Expand Down Expand Up @@ -102,9 +102,6 @@ test-int-darwin-all: test-int-validate-darwin-amd64 test-int-serve-darwin-amd64
test-int-windows-all: test-int-validate-windows-amd64 test-int-serve-windows-amd64
test-int-all: test-int-32 test-int-64

centos7-32: build
$(info INFO: Starting build $@)
cd integration-tests/ && ./test.sh centos7 386
.PHONY: rockylinux9-32
rockylinux9-32: build
$(info INFO: Starting build $@)
Expand All @@ -121,9 +118,6 @@ alpine3-32: build
arch-32: build
$(info INFO: Starting build $@)
cd integration-tests/ && ./test.sh arch 386
centos7: build
$(info INFO: Starting build $@)
cd integration-tests/ && ./test.sh centos7 amd64
.PHONY: rockylinux9
rockylinux9: build
$(info INFO: Starting build $@)
Expand Down
22 changes: 0 additions & 22 deletions integration-tests/Dockerfile_centos7

This file was deleted.

1 change: 0 additions & 1 deletion integration-tests/Dockerfile_centos7.md5

This file was deleted.

17 changes: 0 additions & 17 deletions integration-tests/goss/centos7/goss-aa-expected.yaml

This file was deleted.

127 changes: 0 additions & 127 deletions integration-tests/goss/centos7/goss-expected-q.yaml

This file was deleted.

177 changes: 0 additions & 177 deletions integration-tests/goss/centos7/goss-expected.yaml

This file was deleted.

Loading