|
45 | 45 | // 'python3 jenkins/generate.py' |
46 | 46 | // Note: This timestamp is here to ensure that updates to the Jenkinsfile are |
47 | 47 | // always rebased on main before merging: |
48 | | -// Generated at 2022-05-17T09:16:45.895372 |
| 48 | +// Generated at 2022-05-17T09:16:58.363027 |
49 | 49 |
|
50 | 50 | import org.jenkinsci.plugins.pipeline.modeldefinition.Utils |
51 | 51 | // NOTE: these lines are scanned by docker/dev_common.sh. Please update the regex as needed. --> |
@@ -688,7 +688,7 @@ stage('Build') { |
688 | 688 | }, |
689 | 689 | 'BUILD: Hexagon': { |
690 | 690 | if (!skip_ci && is_docs_only_build != 1) { |
691 | | - node('CPU') { |
| 691 | + node('CPU-SMALL') { |
692 | 692 | ws("workspace/exec_${env.EXECUTOR_NUMBER}/tvm/build-hexagon") { |
693 | 693 | init_git() |
694 | 694 | sh ( |
@@ -845,7 +845,7 @@ stage('Test') { |
845 | 845 | }, |
846 | 846 | 'unittest: CPU': { |
847 | 847 | if (!skip_ci && is_docs_only_build != 1) { |
848 | | - node('CPU') { |
| 848 | + node('CPU-SMALL') { |
849 | 849 | ws("workspace/exec_${env.EXECUTOR_NUMBER}/tvm/ut-python-cpu") { |
850 | 850 | timeout(time: max_time, unit: 'MINUTES') { |
851 | 851 | try { |
@@ -873,7 +873,7 @@ stage('Test') { |
873 | 873 | }, |
874 | 874 | 'python: i386 1 of 3': { |
875 | 875 | if (!skip_ci && is_docs_only_build != 1) { |
876 | | - node('CPU') { |
| 876 | + node('CPU-SMALL') { |
877 | 877 | ws("workspace/exec_${env.EXECUTOR_NUMBER}/tvm/integration-python-i386") { |
878 | 878 | try { |
879 | 879 | init_git() |
@@ -904,7 +904,7 @@ stage('Test') { |
904 | 904 | }, |
905 | 905 | 'python: i386 2 of 3': { |
906 | 906 | if (!skip_ci && is_docs_only_build != 1) { |
907 | | - node('CPU') { |
| 907 | + node('CPU-SMALL') { |
908 | 908 | ws("workspace/exec_${env.EXECUTOR_NUMBER}/tvm/integration-python-i386") { |
909 | 909 | try { |
910 | 910 | init_git() |
@@ -934,7 +934,7 @@ stage('Test') { |
934 | 934 | }, |
935 | 935 | 'python: i386 3 of 3': { |
936 | 936 | if (!skip_ci && is_docs_only_build != 1) { |
937 | | - node('CPU') { |
| 937 | + node('CPU-SMALL') { |
938 | 938 | ws("workspace/exec_${env.EXECUTOR_NUMBER}/tvm/integration-python-i386") { |
939 | 939 | try { |
940 | 940 | init_git() |
@@ -964,7 +964,7 @@ stage('Test') { |
964 | 964 | }, |
965 | 965 | 'test: Hexagon 1 of 4': { |
966 | 966 | if (!skip_ci && is_docs_only_build != 1) { |
967 | | - node('CPU') { |
| 967 | + node('CPU-SMALL') { |
968 | 968 | ws("workspace/exec_${env.EXECUTOR_NUMBER}/tvm/test-hexagon") { |
969 | 969 | try { |
970 | 970 | init_git() |
@@ -997,7 +997,7 @@ stage('Test') { |
997 | 997 | }, |
998 | 998 | 'test: Hexagon 2 of 4': { |
999 | 999 | if (!skip_ci && is_docs_only_build != 1) { |
1000 | | - node('CPU') { |
| 1000 | + node('CPU-SMALL') { |
1001 | 1001 | ws("workspace/exec_${env.EXECUTOR_NUMBER}/tvm/test-hexagon") { |
1002 | 1002 | try { |
1003 | 1003 | init_git() |
@@ -1029,7 +1029,7 @@ stage('Test') { |
1029 | 1029 | }, |
1030 | 1030 | 'test: Hexagon 3 of 4': { |
1031 | 1031 | if (!skip_ci && is_docs_only_build != 1) { |
1032 | | - node('CPU') { |
| 1032 | + node('CPU-SMALL') { |
1033 | 1033 | ws("workspace/exec_${env.EXECUTOR_NUMBER}/tvm/test-hexagon") { |
1034 | 1034 | try { |
1035 | 1035 | init_git() |
@@ -1061,7 +1061,7 @@ stage('Test') { |
1061 | 1061 | }, |
1062 | 1062 | 'test: Hexagon 4 of 4': { |
1063 | 1063 | if (!skip_ci && is_docs_only_build != 1) { |
1064 | | - node('CPU') { |
| 1064 | + node('CPU-SMALL') { |
1065 | 1065 | ws("workspace/exec_${env.EXECUTOR_NUMBER}/tvm/test-hexagon") { |
1066 | 1066 | try { |
1067 | 1067 | init_git() |
@@ -1093,7 +1093,7 @@ stage('Test') { |
1093 | 1093 | }, |
1094 | 1094 | 'test: QEMU': { |
1095 | 1095 | if (!skip_ci && is_docs_only_build != 1) { |
1096 | | - node('CPU') { |
| 1096 | + node('CPU-SMALL') { |
1097 | 1097 | ws("workspace/exec_${env.EXECUTOR_NUMBER}/tvm/test-qemu") { |
1098 | 1098 | timeout(time: max_time, unit: 'MINUTES') { |
1099 | 1099 | try { |
|
0 commit comments