Skip to content

Commit

Permalink
Merge pull request #88512 from rafiss/fix-django-tag
Browse files Browse the repository at this point in the history
release-22.1: roachtest: fix tag for django test
  • Loading branch information
rafiss authored Sep 23, 2022
2 parents 7c75d58 + 7ef0c8e commit bdcab67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/tests/django.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var djangoReleaseTagRegex = regexp.MustCompile(`^(?P<major>\d+)\.(?P<minor>\d+)(
var djangoCockroachDBReleaseTagRegex = regexp.MustCompile(`^(?P<major>\d+)\.(?P<minor>\d+)$`)

var djangoSupportedTag = "cockroach-4.1.x"
var djangoCockroachDBSupportedTag = "4.1.*"
var djangoCockroachDBSupportedTag = "4.1"

func registerDjango(r registry.Registry) {
runDjango := func(
Expand Down

0 comments on commit bdcab67

Please sign in to comment.