Skip to content

Commit 241dcbd

Browse files
authored
ci: Replace 'tsp' with 'flowshop' in workflow matrix
1 parent 14d75f9 commit 241dcbd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/performance_score_director.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
fail-fast: true # If one compilation fails, abort everything.
7777
matrix:
7878
# 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]
8080
env:
8181
MVN_USERNAME: '${{ secrets.JFROG_ENTERPRISE_READ_ONLY_ACCESS_USERNAME }}'
8282
MVN_PASSWORD: '${{ secrets.JFROG_ENTERPRISE_READ_ONLY_ACCESS_TOKEN }}'
@@ -155,7 +155,7 @@ jobs:
155155
fail-fast: true # If one compilation fails, abort everything.
156156
matrix:
157157
# 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]
159159
env:
160160
MVN_USERNAME: '${{ secrets.JFROG_ENTERPRISE_READ_ONLY_ACCESS_USERNAME }}'
161161
MVN_PASSWORD: '${{ secrets.JFROG_ENTERPRISE_READ_ONLY_ACCESS_TOKEN }}'
@@ -241,7 +241,7 @@ jobs:
241241
fail-fast: false # Jobs fail if the benchmark error is over predefined thresholds; other benchmarks continue.
242242
matrix:
243243
# 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]
245245
steps:
246246
- name: Clean results of previous runs
247247
shell: bash

0 commit comments

Comments
 (0)