Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move temp jenkins jobs to apache/tvm #58

Merged
merged 1 commit into from
Dec 6, 2022
Merged
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
66 changes: 33 additions & 33 deletions jenkins/jenkins-jobs/prod/tvm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
scm:
- github:
repo: tvm
repo-owner: driazati
credentials-id: 'driazati-ci'
repo-owner: apache
credentials-id: 'tqchen-ci'
branch-discovery: all
discover-pr-origin: current
discover-pr-forks-strategy: current
discover-pr-forks-trust: nobody
notification-context: tvm-arm
notification-context: arm
refspecs:
- +refs/heads/main:refs/remotes/@{remote}/main
build-strategies:
Expand All @@ -67,13 +67,13 @@
scm:
- github:
repo: tvm
repo-owner: driazati
credentials-id: 'driazati-ci'
repo-owner: apache
credentials-id: 'tqchen-ci'
branch-discovery: all
discover-pr-origin: current
discover-pr-forks-strategy: current
discover-pr-forks-trust: nobody
notification-context: tvm-cortexm
notification-context: cortexm
refspecs:
- +refs/heads/main:refs/remotes/@{remote}/main
build-strategies:
Expand All @@ -97,13 +97,13 @@
scm:
- github:
repo: tvm
repo-owner: driazati
credentials-id: 'driazati-ci'
repo-owner: apache
credentials-id: 'tqchen-ci'
branch-discovery: all
discover-pr-origin: current
discover-pr-forks-strategy: current
discover-pr-forks-trust: nobody
notification-context: tvm-cpu
notification-context: cpu
refspecs:
- +refs/heads/main:refs/remotes/@{remote}/main
build-strategies:
Expand All @@ -127,13 +127,13 @@
scm:
- github:
repo: tvm
repo-owner: driazati
credentials-id: 'driazati-ci'
repo-owner: apache
credentials-id: 'tqchen-ci'
branch-discovery: all
discover-pr-origin: current
discover-pr-forks-strategy: current
discover-pr-forks-trust: nobody
notification-context: tvm-docker
notification-context: docker
refspecs:
- +refs/heads/main:refs/remotes/@{remote}/main
build-strategies:
Expand All @@ -157,13 +157,13 @@
scm:
- github:
repo: tvm
repo-owner: driazati
credentials-id: 'driazati-ci'
repo-owner: apache
credentials-id: 'tqchen-ci'
branch-discovery: all
discover-pr-origin: current
discover-pr-forks-strategy: current
discover-pr-forks-trust: nobody
notification-context: tvm-gpu
notification-context: gpu
refspecs:
- +refs/heads/main:refs/remotes/@{remote}/main
build-strategies:
Expand All @@ -187,13 +187,13 @@
scm:
- github:
repo: tvm
repo-owner: driazati
credentials-id: 'driazati-ci'
repo-owner: apache
credentials-id: 'tqchen-ci'
branch-discovery: all
discover-pr-origin: current
discover-pr-forks-strategy: current
discover-pr-forks-trust: nobody
notification-context: tvm-hexagon
notification-context: hexagon
refspecs:
- +refs/heads/main:refs/remotes/@{remote}/main
build-strategies:
Expand All @@ -217,13 +217,13 @@
scm:
- github:
repo: tvm
repo-owner: driazati
credentials-id: 'driazati-ci'
repo-owner: apache
credentials-id: 'tqchen-ci'
branch-discovery: all
discover-pr-origin: current
discover-pr-forks-strategy: current
discover-pr-forks-trust: nobody
notification-context: tvm-i386
notification-context: i386
refspecs:
- +refs/heads/main:refs/remotes/@{remote}/main
build-strategies:
Expand All @@ -247,13 +247,13 @@
scm:
- github:
repo: tvm
repo-owner: driazati
credentials-id: 'driazati-ci'
repo-owner: apache
credentials-id: 'tqchen-ci'
branch-discovery: all
discover-pr-origin: current
discover-pr-forks-strategy: current
discover-pr-forks-trust: nobody
notification-context: tvm-lint
notification-context: lint
refspecs:
- +refs/heads/main:refs/remotes/@{remote}/main
build-strategies:
Expand All @@ -277,13 +277,13 @@
scm:
- github:
repo: tvm
repo-owner: driazati
credentials-id: 'driazati-ci'
repo-owner: apache
credentials-id: 'tqchen-ci'
branch-discovery: all
discover-pr-origin: current
discover-pr-forks-strategy: current
discover-pr-forks-trust: nobody
notification-context: tvm-minimal
notification-context: minimal
refspecs:
- +refs/heads/main:refs/remotes/@{remote}/main
build-strategies:
Expand All @@ -307,13 +307,13 @@
scm:
- github:
repo: tvm
repo-owner: driazati
credentials-id: 'driazati-ci'
repo-owner: apache
credentials-id: 'tqchen-ci'
branch-discovery: all
discover-pr-origin: current
discover-pr-forks-strategy: current
discover-pr-forks-trust: nobody
notification-context: tvm-riscv
notification-context: riscv
refspecs:
- +refs/heads/main:refs/remotes/@{remote}/main
build-strategies:
Expand All @@ -337,13 +337,13 @@
scm:
- github:
repo: tvm
repo-owner: driazati
credentials-id: 'driazati-ci'
repo-owner: apache
credentials-id: 'tqchen-ci'
branch-discovery: all
discover-pr-origin: current
discover-pr-forks-strategy: current
discover-pr-forks-trust: nobody
notification-context: tvm-wasm
notification-context: wasm
refspecs:
- +refs/heads/main:refs/remotes/@{remote}/main
build-strategies:
Expand Down