Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ifeq (0.07 sec)

  1. tests/integration/tests.mk

    ifneq ($(CI),)
    	_INTEGRATION_TEST_FLAGS += --istio.test.ci
    	_INTEGRATION_TEST_FLAGS += --istio.test.pullpolicy=IfNotPresent
    endif
    
    ifeq ($(TEST_ENV),kind)
        _INTEGRATION_TEST_FLAGS += --istio.test.kube.loadbalancer=false
    endif
    
    ifeq ($(shell uname -m),aarch64)
        _INTEGRATION_TEST_FLAGS += --istio.test.kube.architecture=arm64
    endif
    
    ifneq ($(ARTIFACTS),)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 10 20:33:28 UTC 2024
    - 5.2K bytes
    - Viewed (0)
Back to top