Skip to content

Commit

Permalink
Prow build tests for Backstage stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
aliok committed Aug 16, 2024
1 parent 503ceaf commit d3ecdd7
Showing 1 changed file with 6 additions and 0 deletions.
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 d3ecdd7

Please sign in to comment.