Skip to content

Commit ccdc3cc

Browse files
authored
Fix language_id's
1 parent a643ada commit ccdc3cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/slo.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,19 @@ jobs:
4343
timeBetweenPhases: 30
4444
shutdownTime: 30
4545

46-
language_id0: 'native/table'
46+
language_id0: 'native-table'
4747
workload_path0: 'tests/slo'
4848
language0: 'Go SDK native over table-service'
4949
workload_build_context0: ../..
5050
workload_build_options0: -f Dockerfile --build-arg SRC_PATH=native/table --build-arg JOB_NAME=workload-native-table
5151

52-
language_id1: 'native/query'
52+
language_id1: 'native-query'
5353
workload_path1: 'tests/slo'
5454
language1: 'Go SDK native over query-service'
5555
workload_build_context1: ../..
5656
workload_build_options1: -f Dockerfile --build-arg SRC_PATH=native/query --build-arg JOB_NAME=workload-native-query
5757

58-
language_id2: 'database/sql'
58+
language_id2: 'database-sql'
5959
workload_path2: 'tests/slo'
6060
language2: 'Go SDK database/sql'
6161
workload_build_context2: ../..

0 commit comments

Comments
 (0)