Skip to content

Commit 7ff7eac

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 04bd472 commit 7ff7eac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/extended/util/compat_otp/framework.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ func WaitForOpenShiftNamespaceImageStreams(oc *exutil.CLI) error {
202202
if err != nil {
203203
return err
204204
}
205-
langs := []string{"ruby", "nodejs", "perl", "php", "python", "mysql", "postgresql", "mongodb", "jenkins"}
205+
langs := []string{"ruby", "nodejs", "perl", "php", "python", "mysql", "postgresql", "mongodb", "jenkins", "dotnet"}
206206
scan := func() bool {
207207
// check the samples operator to see about imagestream import status
208208
samplesOperatorConfig, err := oc.AdminConfigClient().ConfigV1().ClusterOperators().Get(context.Background(), "openshift-samples", metav1.GetOptions{})

test/extended/util/framework.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ func WaitForImageStreamImport(oc *CLI) error {
313313
// WaitForOpenShiftNamespaceImageStreams waits for the standard set of imagestreams to be imported
314314
func WaitForOpenShiftNamespaceImageStreams(oc *CLI) error {
315315
ctx := context.Background()
316-
images := []string{"nodejs", "perl", "php", "python", "mysql", "postgresql", "jenkins"}
316+
images := []string{"nodejs", "perl", "php", "python", "mysql", "postgresql", "jenkins", "dotnet"}
317317

318318
hasSamplesOperator, err := IsCapabilityEnabled(oc, configv1.ClusterVersionCapabilityOpenShiftSamples)
319319
if err != nil {

0 commit comments

Comments
 (0)