iacm_integration_testing pipeline deleted
complete
D
Dramatic Puffin
Hi,
We deleted our iacm_integration_testing pipeline by accident, could you provide us an sample pipeline yaml to recreate the pipeline. The pipeline as used to test all of the registered modules, which used the feature 'integration test for modules' so it save some cost for us. The input of the pipeline is module names but not work space.
Thank you.
Log In
Rohit Reddy
updated the status to
complete
Rohit Reddy
Here's a sample pipeline for the IaCM module testing:
pipeline:
name: iacm_auto_generated_integration_testing
identifier: iacm_auto_generated_integration_testing
projectIdentifier: IaCM_Demo
orgIdentifier: IaCM_End_to_End_Demo
description: Testing pipeline used for module testing using integration-test
stages:
- stage:
name: testing
identifier: testing
type: IACM
spec:
platform:
os: Linux
arch: Amd64
runtime:
type: Cloud
spec: {}
moduleId: <+input>
execution:
steps:
- step:
type: IACMModuleTestPlugin
name: IACMModuleTestPlugin_1
identifier: IACMModuleTestPlugin_1
spec:
command: integration-test
timeout: 100m
Rohit Reddy
Merged in a post:
need sample yaml for iacm integration test pipeline
D
Dramatic Puffin
Need sample code for iacm_integration_testing pipeline, which is use to test all the registered modules.