Create cmake-multi-platform.yml #9
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
with:
Cluster name
cluster:AWS region
aws-region: # optional, default is us-east-1The path where lives the helmfile.
helmfile-path: # optional, default is deployHelmfile name
helmfile: # optional, default is helmfile.yamlOperation with helmfiles. (valid options -
operation: # default is deploydeploy,destroy)Helmfile environment
environment: # optional, default is previewGit SHA
gitref-sha: # optional, default isKubernetes namespace
namespace:Docker image
image:Docker image tag
image-tag:Debug mode
debug: # optional, default is falseThe name of the label used to describe the helm release
release_label_name: # optional, default is releaseYAML string with extra values to use in a helmfile deploy
values_yaml: # optionalHelm version
helm_version: # optional, default is 3.11.1Helmfile version
helmfile_version: # optional, default is 0.143.5Kubectl version
kubectl_version: # optional, default is 1.26.3Kubectl version
chamber_version: # optional, default is 2.11.1You may pin to the exact commit or the version.
uses: IBM/devopsauto-testserver-actions@c704855
uses: IBM/devopsauto-testserver-actions@v1with:
Rational Test Automation Server URL
serverUrl:Rational Test Automation Server Offline Token
offlineToken:Team Space name
teamspace:Project name
project:Branch name in which the test exists
branch:AssetId of the test in Rational Test Automation Server.
assetId:Optional. Test environment corresponding to the test. Mandatory to input the value if you want to run API test.
environment: # optionalOptional. Comma (,) delimited values of datasets for the job to run, For example: source:replacement;source:replacement
datasets: # optionaloptionalOptional. Variables corresponding to the test. You must enter the variables in the format: name_of_the_variable=value_of_the_variable
variables: # optionalOptional. Labels corresponding to the test. For example: label1, label2
labels: # optionalOptional. Secrets collection name for the job to run.
secretsCollection: #