|
76 | 76 | fail-fast: true # If one compilation fails, abort everything. |
77 | 77 | matrix: |
78 | 78 | # When updating this list, use find-and-replace in the entire file to keep all such lists identical. |
79 | | - example: [cloud_balancing, conference_scheduling, curriculum_course, examination, machine_reassignment, meeting_scheduling, nurse_rostering, patient_admission_scheduling, task_assigning, traveling_tournament, tsp, vehicle_routing] |
| 79 | + example: [cloud_balancing, conference_scheduling, curriculum_course, examination, flowshop, machine_reassignment, meeting_scheduling, nurse_rostering, patient_admission_scheduling, task_assigning, traveling_tournament, vehicle_routing] |
80 | 80 | env: |
81 | 81 | MVN_USERNAME: '${{ secrets.JFROG_ENTERPRISE_READ_ONLY_ACCESS_USERNAME }}' |
82 | 82 | MVN_PASSWORD: '${{ secrets.JFROG_ENTERPRISE_READ_ONLY_ACCESS_TOKEN }}' |
@@ -155,7 +155,7 @@ jobs: |
155 | 155 | fail-fast: true # If one compilation fails, abort everything. |
156 | 156 | matrix: |
157 | 157 | # When updating this list, use find-and-replace in the entire file to keep all such lists identical. |
158 | | - example: [cloud_balancing, conference_scheduling, curriculum_course, examination, machine_reassignment, meeting_scheduling, nurse_rostering, patient_admission_scheduling, task_assigning, traveling_tournament, tsp, vehicle_routing] |
| 158 | + example: [cloud_balancing, conference_scheduling, curriculum_course, examination, flowshop, machine_reassignment, meeting_scheduling, nurse_rostering, patient_admission_scheduling, task_assigning, traveling_tournament, vehicle_routing] |
159 | 159 | env: |
160 | 160 | MVN_USERNAME: '${{ secrets.JFROG_ENTERPRISE_READ_ONLY_ACCESS_USERNAME }}' |
161 | 161 | MVN_PASSWORD: '${{ secrets.JFROG_ENTERPRISE_READ_ONLY_ACCESS_TOKEN }}' |
@@ -241,7 +241,7 @@ jobs: |
241 | 241 | fail-fast: false # Jobs fail if the benchmark error is over predefined thresholds; other benchmarks continue. |
242 | 242 | matrix: |
243 | 243 | # When updating this list, use find-and-replace in the entire file to keep all such lists identical. |
244 | | - example: [cloud_balancing, conference_scheduling, curriculum_course, examination, machine_reassignment, meeting_scheduling, nurse_rostering, patient_admission_scheduling, task_assigning, traveling_tournament, tsp, vehicle_routing] |
| 244 | + example: [cloud_balancing, conference_scheduling, curriculum_course, examination, flowshop, machine_reassignment, meeting_scheduling, nurse_rostering, patient_admission_scheduling, task_assigning, traveling_tournament, vehicle_routing] |
245 | 245 | steps: |
246 | 246 | - name: Clean results of previous runs |
247 | 247 | shell: bash |
|
0 commit comments