Skip to content

Commit

Permalink
Prow build tests for Backstage stuff (#507)
Browse files Browse the repository at this point in the history
* Prow build tests for Backstage stuff

* Update codegen
  • Loading branch information
aliok authored Aug 20, 2024
1 parent 503ceaf commit b2530ba
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,3 +208,28 @@ periodics:
path: /sys/fs/cgroup
type: Directory
name: cgroup
presubmits:
knative-extensions/backstage-plugins:
- always_run: true
branches:
- ^main$
cluster: prow-build
decorate: true
name: build-tests_backstage-plugins_main
path_alias: knative.dev/backstage-plugins
rerun_command: /test build-tests
spec:
containers:
- command:
- runner.sh
- ./test/presubmit-tests.sh
- --build-tests
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
name: ""
resources: {}
securityContext:
privileged: true
nodeSelector:
kubernetes.io/arch: amd64
type: testing
trigger: ((?m)^/test( | .* )build-tests,?($|\s.*))|((?m)^/test( | .* )build-tests_backstage-plugins_main,?($|\s.*))
6 changes: 6 additions & 0 deletions prow/jobs_config/knative-extensions/backstage-plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ branches: [main]
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567

jobs:

- name: build-tests
types: [presubmit]
command: [runner.sh, ./test/presubmit-tests.sh, --build-tests]
excluded_requirements: [gcp]

- name: continuous
types: [periodic]
command: [runner.sh, ./test/presubmit-tests.sh, --all-tests]
Expand Down

0 comments on commit b2530ba

Please sign in to comment.