Skip to content

Commit

Permalink
Move the default value for e2e to workflow
Browse files Browse the repository at this point in the history
Signed-off-by: CS Zhang <zhangcho@us.ibm.com>
  • Loading branch information
cs-zhang committed Feb 21, 2024
1 parent a81f66b commit 27a2688
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,6 @@ ref:
documentation: Name of IBM Cloud CIS instance where DNS records will be created
- name: CIS_DOMAIN_ID
documentation: ID of domain created under CIS_INSTANCE
- name: CLUSTER_PROFILE_DIR
default: ""
documentation: Set the default value for e2e when cluster_profile is not defined
- name: CLUSTER_TYPE
default: "powervs"
documentation: Set the default value for e2e when cluster_profile is not defined
timeout: 3h
grace_period: 15m
credentials:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ workflow:
CIS_DOMAIN_ID: "9273c1b3cebc817d56b42fc7632a5dfc"
BASTION: "rh-sno-ci-bastion.ocp-dev-ppc64le.com"
BASTION_IP: "128.168.100.252"
CLUSTER_PROFILE_DIR: "/tmp"
CLUSTER_TYPE: "powervs"
documentation: |-
upi-powervs-sno workflow will setup a single node openshift cluster via single-node-ignition-config command and ensure it
reaches a good state and destroys it.

0 comments on commit 27a2688

Please sign in to comment.