File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
examples/resources/v1alpha1 Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ GO_SUBDIRS += cmd internal apis
56
56
# ====================================================================================
57
57
# Setup Kubernetes tools
58
58
59
- KIND_VERSION = v0.15 .0
59
+ KIND_VERSION = v0.25 .0
60
60
UP_VERSION = v0.28.0
61
61
UP_CHANNEL = stable
62
62
UPTEST_VERSION = v1.1.2
@@ -192,9 +192,9 @@ CROSSPLANE_NAMESPACE = upbound-system
192
192
# - UPTEST_CLOUD_CREDENTIALS, cloud credentials for the provider being tested, e.g. export UPTEST_CLOUD_CREDENTIALS=$(cat ~/azure.json)
193
193
# - UPTEST_EXAMPLE_LIST, a comma-separated list of examples to test
194
194
# - UPTEST_DATASOURCE_PATH, see https://github.com/upbound/uptest#injecting-dynamic-values-and-datasource
195
- uptest : $(UPTEST ) $(KUBECTL ) $(KUTTL )
195
+ uptest : $(UPTEST ) $(KUBECTL ) $(CHAINSAW ) $( CROSSPLANE_CLI )
196
196
@$(INFO ) running automated tests
197
- @KUBECTL=$(KUBECTL ) KUTTL =$(KUTTL ) $(UPTEST ) e2e " ${UPTEST_EXAMPLE_LIST} " --data-source=" ${UPTEST_DATASOURCE_PATH} " --setup-script=cluster/test/setup.sh --default-conditions=" Test" || $(FAIL )
197
+ @KUBECTL=$(KUBECTL ) CHAINSAW =$(CHAINSAW ) CROSSPLANE_CLI= $( CROSSPLANE_CLI ) CROSSPLANE_NAMESPACE= $( CROSSPLANE_NAMESPACE ) $(UPTEST ) e2e " ${UPTEST_EXAMPLE_LIST} " --data-source=" ${UPTEST_DATASOURCE_PATH} " --setup-script=cluster/test/setup.sh --default-conditions=" Test" || $(FAIL )
198
198
@$(OK ) running automated tests
199
199
200
200
local-deploy : build controlplane.up local.xpkg.deploy.provider.$(PROJECT_NAME )
Original file line number Diff line number Diff line change 19
19
})}
20
20
location : West Europe
21
21
name : registrytestupbound
22
- parentId : ${azurerm_resource_group.example.id}
22
+ parentId : ${data. azurerm_resource_group.example.id}
23
23
responseExportValues :
24
24
- properties.loginServer
25
25
- properties.policies.quarantinePolicy.status
You can’t perform that action at this time.
0 commit comments