github.com/dmaizel/tests@v0.0.0-20210728163746-cae6a2d9cee8/arch/ppc64le-options.mk (about) 1 # 2 # Copyright (c) 2019 IBM 3 # 4 # SPDX-License-Identifier: Apache-2.0 5 6 # configuration file 7 CONFIG := .ci/ppc64le/configuration_ppc64le.yaml 8 9 # union for 'make test' 10 UNION := $(shell bash -c '.ci/filter/filter_test_union.sh $(CONFIG)') 11 12 # skiped test suites for docker integration tests 13 SKIP := $(shell bash -c '.ci/filter/filter_docker_test.sh $(CONFIG)') 14