Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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 @@ -19,6 +19,7 @@ images:
- context_dir: maas-controller/
dockerfile_path: Dockerfile
to: maas-controller
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE|CONTRIBUTING\.md)$|^\.github/|^\.tekton/
promotion:
to:
- namespace: opendatahub-io
Expand All @@ -40,7 +41,6 @@ tests:
- always_run: false
as: e2e-test-maas
optional: true
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE|CONTRIBUTING\.md)$|^\.github/|^\.tekton/
steps:
cluster_profile: aws-opendatahub
env:
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
postsubmits:
opendatahub-io/models-as-a-service:
- agent: kubernetes
always_run: true
always_run: false
branches:
- ^main$
cluster: build03
Expand All @@ -13,6 +13,7 @@ postsubmits:
ci.openshift.io/generator: prowgen
max_concurrency: 1
name: branch-ci-opendatahub-io-models-as-a-service-main-images
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE|CONTRIBUTING\.md)$|^\.github/|^\.tekton/
spec:
containers:
- args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ presubmits:
name: pull-ci-opendatahub-io-models-as-a-service-main-e2e-test-maas
optional: true
rerun_command: /test e2e-test-maas
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE|CONTRIBUTING\.md)$|^\.github/|^\.tekton/
spec:
containers:
- args:
Expand Down Expand Up @@ -85,7 +84,7 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-test-maas,?($|\s.*)
- agent: kubernetes
always_run: true
always_run: false
branches:
- ^main$
- ^main-
Expand All @@ -99,6 +98,7 @@ presubmits:
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-opendatahub-io-models-as-a-service-main-images
rerun_command: /test images
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE|CONTRIBUTING\.md)$|^\.github/|^\.tekton/
spec:
containers:
- args:
Expand Down
Loading