Skip to content

Commit

Permalink
[ci] Remove Jenkinsfile for migration to platform-specific jobs (apac…
Browse files Browse the repository at this point in the history
…he#13316)

This is a follow on to tlc-pack/ci#58 and apache#13300. This removes the old `Jenkinsfile` and makes the new job statuses required for PRs to merge.
  • Loading branch information
driazati authored and Mikael Sevenier committed Dec 29, 2022
1 parent c0e0076 commit 95bb32c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3,898 deletions.
13 changes: 11 additions & 2 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,17 @@ github:
main:
required_status_checks:
contexts:
# Require a passing run from Jenkins
- tvm-ci/pr-head
# Require passing runs from Jenkins for all platforms
- arm/pr-head
- cortexm/pr-head
- cpu/pr-head
- gpu/pr-head
- hexagon/pr-head
- i386/pr-head
- lint/pr-head
- minimal/pr-head
- riscv/pr-head
- wasm/pr-head

required_pull_request_reviews:
required_approving_review_count: 1
Loading

0 comments on commit 95bb32c

Please sign in to comment.