Files
Chaitanyareddy0702andGitHub 52873eb7da Fix: e2e-tests and unit-tests (#6562)
- Remove gomega from workflow e2e-test step
- Change the app phase to WorkFlowFailed when there is an error in workflow
- Change the app10.yaml file

Signed-off-by: Chaitanyareddy0702 <chaitanyareddy0702@gmail.com>

Author: VibhorChinda <vibhorchinda@gmail.com>
2024-07-02 16:42:55 +08:00

20 lines
378 B
YAML

apiVersion: core.oam.dev/v1beta1
kind: Application
metadata:
name: failed-app
spec:
components:
- name: myweb
type: worker
properties:
image: "stefanprodan/podinfo:4.0.3"
cmd:
- ./podinfo
- stress-cpu=1
workflow:
steps:
- name: apply
type: apply-component
properties:
component: test