Skip to content

Commit

Permalink
Evergreen: Fix scala display name so variants are unique.
Browse files Browse the repository at this point in the history
  • Loading branch information
rozza committed Apr 3, 2024
1 parent 8833e83 commit 60adbae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/.evg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2235,7 +2235,7 @@ buildvariants:
- matrix_name: "scala-tests"
matrix_spec: { auth: "noauth", ssl: "nossl", jdk: ["jdk8", "jdk17", "jdk21"], version: ["7.0"], topology: "replicaset",
scala: "*", os: "ubuntu" }
display_name: "${scala} ${version} ${topology} ${os}"
display_name: "${scala} ${jdk} ${version} ${topology} ${os}"
tags: ["test-scala-variant"]
tasks:
- name: "scala-tests"
Expand Down

0 comments on commit 60adbae

Please sign in to comment.