Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 @@ -44,6 +44,30 @@ tests:
test:
- ref: dpf-hypervisor-deploy-cluster
timeout: 6h0m0s
- always_run: false
as: deploy-cluster-doca4
capabilities:
- intranet
reporter_config:
channel: '#wg-nvidia-dpf-ci'
job_states_to_report:
- success
- failure
- error
- aborted
report_template: |-
{{- $emoji := ":warning:" }}{{- if eq .Status.State "success" }}{{- $emoji = ":white_check_mark:" }}{{- end }}
{{- $prInfo := "" }}{{- if .Spec.Refs.Pulls }}{{- $pull := index .Spec.Refs.Pulls 0 }}{{- $prInfo = printf " (<%s|PR #%d> by %s)" $pull.Link $pull.Number $pull.Author }}{{- end -}}
{{$emoji}} Job *{{.Spec.Job}}*{{$prInfo}} ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> {{$emoji}}
{{- if eq .Status.State "aborted" }}
The job was aborted, check for orphaned cloud resources.
{{- end }}
restrict_network_access: false
steps:
cluster_profile: metal-dpf-doca4
test:
- ref: dpf-hypervisor-deploy-cluster
Comment thread
coderabbitai[bot] marked this conversation as resolved.
timeout: 6h0m0s
- always_run: false
as: sanity
capabilities:
Expand All @@ -69,6 +93,31 @@ tests:
- ref: dpf-hypervisor-load-kubeconfig
- ref: dpf-hypervisor-sanity-existing
timeout: 2h0m0s
- always_run: false
as: sanity-doca4
capabilities:
- intranet
reporter_config:
channel: '#wg-nvidia-dpf-ci'
job_states_to_report:
- success
- failure
- error
- aborted
report_template: |-
{{- $emoji := ":warning:" }}{{- if eq .Status.State "success" }}{{- $emoji = ":white_check_mark:" }}{{- end }}
{{- $prInfo := "" }}{{- if .Spec.Refs.Pulls }}{{- $pull := index .Spec.Refs.Pulls 0 }}{{- $prInfo = printf " (<%s|PR #%d> by %s)" $pull.Link $pull.Number $pull.Author }}{{- end -}}
{{$emoji}} Job *{{.Spec.Job}}*{{$prInfo}} ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> {{$emoji}}
{{- if eq .Status.State "aborted" }}
The job was aborted, check for orphaned cloud resources.
{{- end }}
restrict_network_access: false
steps:
cluster_profile: metal-dpf-doca4
test:
- ref: dpf-hypervisor-load-kubeconfig
- ref: dpf-hypervisor-sanity-existing
timeout: 2h0m0s
- always_run: false
as: upgrade-management
capabilities:
Expand All @@ -92,6 +141,30 @@ tests:
test:
- ref: dpf-hypervisor-upgrade-management
timeout: 2h0m0s
- always_run: false
as: upgrade-management-doca4
capabilities:
- intranet
reporter_config:
channel: '#wg-nvidia-dpf-ci'
job_states_to_report:
- success
- failure
- error
- aborted
report_template: |-
{{- $emoji := ":warning:" }}{{- if eq .Status.State "success" }}{{- $emoji = ":white_check_mark:" }}{{- end }}
{{- $prInfo := "" }}{{- if .Spec.Refs.Pulls }}{{- $pull := index .Spec.Refs.Pulls 0 }}{{- $prInfo = printf " (<%s|PR #%d> by %s)" $pull.Link $pull.Number $pull.Author }}{{- end -}}
{{$emoji}} Job *{{.Spec.Job}}*{{$prInfo}} ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> {{$emoji}}
{{- if eq .Status.State "aborted" }}
The job was aborted, check for orphaned cloud resources.
{{- end }}
restrict_network_access: false
steps:
cluster_profile: metal-dpf-doca4
test:
- ref: dpf-hypervisor-upgrade-management
timeout: 2h0m0s
- always_run: false
as: network-tests
capabilities:
Expand All @@ -117,6 +190,31 @@ tests:
- ref: dpf-hypervisor-load-kubeconfig
- ref: dpf-hypervisor-network-tests
timeout: 2h0m0s
- always_run: false
as: network-tests-doca4
capabilities:
- intranet
reporter_config:
channel: '#wg-nvidia-dpf-ci'
job_states_to_report:
- success
- failure
- error
- aborted
report_template: |-
{{- $emoji := ":warning:" }}{{- if eq .Status.State "success" }}{{- $emoji = ":white_check_mark:" }}{{- end }}
{{- $prInfo := "" }}{{- if .Spec.Refs.Pulls }}{{- $pull := index .Spec.Refs.Pulls 0 }}{{- $prInfo = printf " (<%s|PR #%d> by %s)" $pull.Link $pull.Number $pull.Author }}{{- end -}}
{{$emoji}} Job *{{.Spec.Job}}*{{$prInfo}} ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> {{$emoji}}
{{- if eq .Status.State "aborted" }}
The job was aborted, check for orphaned cloud resources.
{{- end }}
restrict_network_access: false
steps:
cluster_profile: metal-dpf-doca4
test:
- ref: dpf-hypervisor-load-kubeconfig
- ref: dpf-hypervisor-network-tests
timeout: 2h0m0s
- always_run: false
as: conformance
capabilities:
Expand Down Expand Up @@ -145,6 +243,34 @@ tests:
- ref: dpf-setup-image-registry
- ref: openshift-e2e-test
timeout: 7h0m0s
- always_run: false
as: conformance-doca4
capabilities:
- intranet
reporter_config:
channel: '#wg-nvidia-dpf-ci'
job_states_to_report:
- success
- failure
- error
- aborted
report_template: |-
{{- $emoji := ":warning:" }}{{- if eq .Status.State "success" }}{{- $emoji = ":white_check_mark:" }}{{- end }}
{{- $prInfo := "" }}{{- if .Spec.Refs.Pulls }}{{- $pull := index .Spec.Refs.Pulls 0 }}{{- $prInfo = printf " (<%s|PR #%d> by %s)" $pull.Link $pull.Number $pull.Author }}{{- end -}}
{{$emoji}} Job *{{.Spec.Job}}*{{$prInfo}} ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> {{$emoji}}
{{- if eq .Status.State "aborted" }}
The job was aborted, check for orphaned cloud resources.
{{- end }}
restrict_network_access: false
steps:
cluster_profile: metal-dpf-doca4
env:
TEST_SKIPS: NetworkSegmentation
test:
- ref: dpf-hypervisor-load-kubeconfig
- ref: dpf-setup-image-registry
- ref: openshift-e2e-test
timeout: 7h0m0s
zz_generated_metadata:
branch: main
org: rh-ecosystem-edge
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,30 @@ tests:
test:
- ref: dpf-hypervisor-deploy-cluster
timeout: 6h0m0s
- always_run: false
as: deploy-cluster-doca4
capabilities:
- intranet
reporter_config:
channel: '#wg-nvidia-dpf-ci'
job_states_to_report:
- success
- failure
- error
- aborted
report_template: |-
{{- $emoji := ":warning:" }}{{- if eq .Status.State "success" }}{{- $emoji = ":white_check_mark:" }}{{- end }}
{{- $prInfo := "" }}{{- if .Spec.Refs.Pulls }}{{- $pull := index .Spec.Refs.Pulls 0 }}{{- $prInfo = printf " (<%s|PR #%d> by %s)" $pull.Link $pull.Number $pull.Author }}{{- end -}}
{{$emoji}} Job *{{.Spec.Job}}*{{$prInfo}} ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> {{$emoji}}
{{- if eq .Status.State "aborted" }}
The job was aborted, check for orphaned cloud resources.
{{- end }}
restrict_network_access: false
steps:
cluster_profile: metal-dpf-doca4
test:
- ref: dpf-hypervisor-deploy-cluster
timeout: 6h0m0s
zz_generated_metadata:
branch: main
org: rh-ecosystem-edge
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,32 @@ tests:
test:
- ref: dpf-hypervisor-deploy-cluster
timeout: 6h0m0s
- always_run: false
as: deploy-cluster-doca4
capabilities:
- intranet
reporter_config:
channel: '#wg-nvidia-dpf-ci'
job_states_to_report:
- success
- failure
- error
- aborted
report_template: |-
{{- $emoji := ":warning:" }}{{- if eq .Status.State "success" }}{{- $emoji = ":white_check_mark:" }}{{- end }}
{{- $prInfo := "" }}{{- if .Spec.Refs.Pulls }}{{- $pull := index .Spec.Refs.Pulls 0 }}{{- $prInfo = printf " (<%s|PR #%d> by %s)" $pull.Link $pull.Number $pull.Author }}{{- end -}}
{{$emoji}} Job *{{.Spec.Job}}*{{$prInfo}} ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> {{$emoji}}
{{- if eq .Status.State "aborted" }}
The job was aborted, check for orphaned cloud resources.
{{- end }}
restrict_network_access: false
steps:
cluster_profile: metal-dpf-doca4
env:
OPENSHIFT_DPF_BRANCH: release-4.22
test:
- ref: dpf-hypervisor-deploy-cluster
timeout: 6h0m0s
- always_run: false
as: sanity
capabilities:
Expand All @@ -71,6 +97,31 @@ tests:
- ref: dpf-hypervisor-load-kubeconfig
- ref: dpf-hypervisor-sanity-existing
timeout: 2h0m0s
- always_run: false
as: sanity-doca4
capabilities:
- intranet
reporter_config:
channel: '#wg-nvidia-dpf-ci'
job_states_to_report:
- success
- failure
- error
- aborted
report_template: |-
{{- $emoji := ":warning:" }}{{- if eq .Status.State "success" }}{{- $emoji = ":white_check_mark:" }}{{- end }}
{{- $prInfo := "" }}{{- if .Spec.Refs.Pulls }}{{- $pull := index .Spec.Refs.Pulls 0 }}{{- $prInfo = printf " (<%s|PR #%d> by %s)" $pull.Link $pull.Number $pull.Author }}{{- end -}}
{{$emoji}} Job *{{.Spec.Job}}*{{$prInfo}} ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> {{$emoji}}
{{- if eq .Status.State "aborted" }}
The job was aborted, check for orphaned cloud resources.
{{- end }}
restrict_network_access: false
steps:
cluster_profile: metal-dpf-doca4
test:
- ref: dpf-hypervisor-load-kubeconfig
- ref: dpf-hypervisor-sanity-existing
timeout: 2h0m0s
- always_run: false
as: network-tests
capabilities:
Expand All @@ -96,6 +147,31 @@ tests:
- ref: dpf-hypervisor-load-kubeconfig
- ref: dpf-hypervisor-network-tests
timeout: 2h0m0s
- always_run: false
as: network-tests-doca4
capabilities:
- intranet
reporter_config:
channel: '#wg-nvidia-dpf-ci'
job_states_to_report:
- success
- failure
- error
- aborted
report_template: |-
{{- $emoji := ":warning:" }}{{- if eq .Status.State "success" }}{{- $emoji = ":white_check_mark:" }}{{- end }}
{{- $prInfo := "" }}{{- if .Spec.Refs.Pulls }}{{- $pull := index .Spec.Refs.Pulls 0 }}{{- $prInfo = printf " (<%s|PR #%d> by %s)" $pull.Link $pull.Number $pull.Author }}{{- end -}}
{{$emoji}} Job *{{.Spec.Job}}*{{$prInfo}} ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> {{$emoji}}
{{- if eq .Status.State "aborted" }}
The job was aborted, check for orphaned cloud resources.
{{- end }}
restrict_network_access: false
steps:
cluster_profile: metal-dpf-doca4
test:
- ref: dpf-hypervisor-load-kubeconfig
- ref: dpf-hypervisor-network-tests
timeout: 2h0m0s
- always_run: false
as: conformance
capabilities:
Expand Down Expand Up @@ -124,6 +200,34 @@ tests:
- ref: dpf-setup-image-registry
- ref: openshift-e2e-test
timeout: 7h0m0s
- always_run: false
as: conformance-doca4
capabilities:
- intranet
reporter_config:
channel: '#wg-nvidia-dpf-ci'
job_states_to_report:
- success
- failure
- error
- aborted
report_template: |-
{{- $emoji := ":warning:" }}{{- if eq .Status.State "success" }}{{- $emoji = ":white_check_mark:" }}{{- end }}
{{- $prInfo := "" }}{{- if .Spec.Refs.Pulls }}{{- $pull := index .Spec.Refs.Pulls 0 }}{{- $prInfo = printf " (<%s|PR #%d> by %s)" $pull.Link $pull.Number $pull.Author }}{{- end -}}
{{$emoji}} Job *{{.Spec.Job}}*{{$prInfo}} ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> {{$emoji}}
{{- if eq .Status.State "aborted" }}
The job was aborted, check for orphaned cloud resources.
{{- end }}
restrict_network_access: false
steps:
cluster_profile: metal-dpf-doca4
env:
TEST_SKIPS: NetworkSegmentation
test:
- ref: dpf-hypervisor-load-kubeconfig
- ref: dpf-setup-image-registry
- ref: openshift-e2e-test
timeout: 7h0m0s
zz_generated_metadata:
branch: release-4.22
org: rh-ecosystem-edge
Expand Down
Loading