Skip to content

Commit 2bbe035

Browse files
committed
OCPBUGS-63333 - Add Dot Net 8.0 to Origin Tests plus specifying branch for https://github.com/sclorg/django-ex.git"
1 parent 43159a2 commit 2bbe035

File tree

5 files changed

+18
-12
lines changed

5 files changed

+18
-12
lines changed

examples/quickstarts/django-postgresql-persistent.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,8 @@
484484
{
485485
"name": "SOURCE_REPOSITORY_REF",
486486
"displayName": "Git Reference",
487-
"description": "Set this to a branch name, tag or other ref of your repository if you are not using the default branch."
487+
"description": "Set this to a branch name, tag or other ref of your repository if you are not using the default branch.",
488+
"value": "4.2.x"
488489
},
489490
{
490491
"name": "CONTEXT_DIR",

examples/quickstarts/django-postgresql.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,8 @@
458458
{
459459
"name": "SOURCE_REPOSITORY_REF",
460460
"displayName": "Git Reference",
461-
"description": "Set this to a branch name, tag or other ref of your repository if you are not using the default branch."
461+
"description": "Set this to a branch name, tag or other ref of your repository if you are not using the default branch.",
462+
"value": "4.2.x"
462463
},
463464
{
464465
"name": "CONTEXT_DIR",

test/extended/image_ecosystem/s2i_images.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -252,17 +252,17 @@ var s2iImages = map[string][]tc{
252252
},
253253
"dotnet": {
254254
{
255-
Version: "60",
255+
Version: "80",
256256
Cmd: "dotnet --version",
257-
Expected: "6.0",
258-
Tag: "6.0-ubi8",
257+
Expected: "8.0",
258+
Tag: "8.0-ubi8",
259259
Arches: []string{"amd64", "arm64", "s390x"},
260260
},
261261
// {
262-
// Version: "80",
262+
// Version: "90",
263263
// Cmd: "dotnet --version",
264-
// Expected: "8.0",
265-
// Tag: "8.0-ubi8",
264+
// Expected: "9.0",
265+
// Tag: "9.0-ubi8",
266266
// Arches: []string{"amd64", "arm64", "ppc64le", "s390x"},
267267
// },
268268
},

test/extended/testdata/bindata.go

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/extended/testdata/cluster/quickstarts/django-postgresql.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,8 @@
458458
{
459459
"name": "SOURCE_REPOSITORY_REF",
460460
"displayName": "Git Reference",
461-
"description": "Set this to a branch name, tag or other ref of your repository if you are not using the default branch."
461+
"description": "Set this to a branch name, tag or other ref of your repository if you are not using the default branch.",
462+
"value": "4.2.x"
462463
},
463464
{
464465
"name": "CONTEXT_DIR",

0 commit comments

Comments
 (0)