Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ tests:
steps:
cluster_profile: aws-2
env:
ADDITIONAL_ENABLED_CAPABILITIES: MachineAPI CloudCredential
ADDITIONAL_ENABLED_CAPABILITIES: MachineAPI CloudCredential CloudControllerManager
BASE_DOMAIN: aws-2.ci.openshift.org
BASELINE_CAPABILITY_SET: None
PERSISTENT_MONITORING: "false"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@ tests:
steps:
cluster_profile: aws-2
env:
ADDITIONAL_ENABLED_CAPABILITIES: MachineAPI CloudCredential
ADDITIONAL_ENABLED_CAPABILITIES: MachineAPI CloudCredential CloudControllerManager
BASE_DOMAIN: aws-2.ci.openshift.org
BASELINE_CAPABILITY_SET: None
PERSISTENT_MONITORING: "false"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ periodics:
env:
CLUSTER_DURATION: $(CLUSTER_DURATION)
BASELINE_CAPABILITY_SET: None
ADDITIONAL_ENABLED_CAPABILITIES: MachineAPI CloudCredential
ADDITIONAL_ENABLED_CAPABILITIES: MachineAPI CloudCredential CloudControllerManager
PERSISTENT_MONITORING: "false"
test:
- ref: clusterbot-wait
Expand Down Expand Up @@ -744,7 +744,7 @@ periodics:
env:
CLUSTER_DURATION: $(CLUSTER_DURATION)
BASELINE_CAPABILITY_SET: None
ADDITIONAL_ENABLED_CAPABILITIES: MachineAPI CloudCredential
ADDITIONAL_ENABLED_CAPABILITIES: MachineAPI CloudCredential CloudControllerManager
PERSISTENT_MONITORING: "false"
test:
- ref: clusterbot-wait
Expand Down Expand Up @@ -1057,7 +1057,7 @@ periodics:
env:
CLUSTER_DURATION: $(CLUSTER_DURATION)
BASELINE_CAPABILITY_SET: None
ADDITIONAL_ENABLED_CAPABILITIES: MachineAPI CloudCredential
ADDITIONAL_ENABLED_CAPABILITIES: MachineAPI CloudCredential CloudControllerManager
PERSISTENT_MONITORING: "false"
test:
- ref: clusterbot-wait
Expand Down Expand Up @@ -1966,7 +1966,7 @@ periodics:
env:
CLUSTER_DURATION: $(CLUSTER_DURATION)
BASELINE_CAPABILITY_SET: None
ADDITIONAL_ENABLED_CAPABILITIES: MachineAPI CloudCredential
ADDITIONAL_ENABLED_CAPABILITIES: MachineAPI CloudCredential CloudControllerManager
PERSISTENT_MONITORING: "false"
test:
- ref: clusterbot-wait
Expand Down