github.com/confluentinc/cli@v1.100.0/mk-files/cli-cpd.mk (about)

     1  .PHONY: cpd-debug-and-err
     2  cpd-debug-and-err:
     3  	$(CPD_PATH) debug --id `kubectl config current-context`; exit 1
     4  
     5  .PHONY: cpd-priv-testenv
     6  cpd-priv-testenv:
     7  	@echo "## Exporting CPD environment bash profile."
     8  	set -o pipefail && $(CPD_PATH) priv testenv --id `kubectl config current-context` > $(CC_SYSTEM_TEST_ENV_SECRETS)
     9  	
    10  .PHONY: system-test-init-env
    11  system-test-init-env:
    12  	source $(CC_SYSTEM_TEST_ENV_SECRETS) && $(MAKE) -C $(CC_SYSTEM_TEST_CHECKOUT_DIR) init-env
    13  
    14  .PHONY: run-system-tests
    15  run-system-tests:
    16  	source $(CC_SYSTEM_TEST_ENV_SECRETS) && TEST_REPORT_FILE="$(BUILD_DIR)/ci-gating/TEST-report.xml" $(MAKE) -C $(CC_SYSTEM_TEST_CHECKOUT_DIR) test
    17  
    18  .PHONY: replace-cli-binary
    19  replace-cli-binary:
    20  	echo $$(ls)
    21  	cp ./dist/ccloud/ccloud_linux_amd64/ccloud $(CC_SYSTEM_TEST_CHECKOUT_DIR)/test/cli/cli_bin/linux_amd64/ccloud