Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ tests:
OO_TARGET_NAMESPACES: '!install'
test:
- as: e2e-aws-upgrade
cli: latest
commands: |-
#!/bin/bash
set -euo pipefail
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ tests:
OO_TARGET_NAMESPACES: '!install'
test:
- as: e2e-aws-upgrade
cli: latest
commands: |-
#!/bin/bash
set -euo pipefail
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ tests:
OO_TARGET_NAMESPACES: '!install'
test:
- as: e2e-aws-upgrade
cli: latest
commands: |-
#!/bin/bash
set -euo pipefail
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ tests:
OO_TARGET_NAMESPACES: '!install'
test:
- as: e2e-aws-upgrade
cli: latest
commands: |-
#!/bin/bash
set -euo pipefail
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ tests:
OO_TARGET_NAMESPACES: '!install'
test:
- as: e2e-aws-upgrade
cli: latest
commands: |-
#!/bin/bash
set -euo pipefail
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ tests:
OO_TARGET_NAMESPACES: '!install'
test:
- as: e2e-aws-upgrade
cli: latest
commands: |-
#!/bin/bash
set -euo pipefail
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ tests:
OO_TARGET_NAMESPACES: '!install'
test:
- as: e2e-aws-upgrade
cli: latest
commands: |-
#!/bin/bash
set -euo pipefail
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ref:
as: windows-e2e-operator-test-byoh
cli: latest
from: windows-machine-config-operator-test
commands: windows-e2e-operator-test-byoh-commands.sh
resources:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ref:
as: windows-e2e-operator-test
cli: latest
from: windows-machine-config-operator-test
commands: windows-e2e-operator-test-commands.sh
resources:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ref:
as: windows-e2e-operator-test-with-custom-vxlan-port
cli: latest
from: windows-machine-config-operator-test
commands: windows-e2e-operator-test-with-custom-vxlan-port-commands.sh
resources:
Expand Down