Skip to content
Closed
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
@@ -0,0 +1,7 @@
approvers:
- andfasano
- bfournie
- pamoedom
- pawanpinjarkar
- rwsu
- zaneb
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"path": "agent/e2e/generic/conformance/iso-no-registry/agent-e2e-generic-conformance-iso-no-registry-workflow.yaml",
"owners": {
"approvers": [
"andfasano",
"bfournie",
"pamoedom",
"pawanpinjarkar",
"rwsu",
"zaneb"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
workflow:
as: agent-e2e-generic-conformance-iso-no-registry
steps:
allow_best_effort_post_steps: true
allow_skip_on_success: true
env:
DEVSCRIPTS_TARGET: agent
pre:
- chain: agent-pre
test:
- chain: agent-test-conformance-iso-no-registry
post:
- chain: agent-post
documentation: |-
This workflow is a generic conformance one to deploy a no registry cluster provisioned by running agent installer, and it
will require to set the env variable DEVSCRIPTS_CONFIG to work properly.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
approvers:
- andfasano
- bfournie
- pamoedom
- pawanpinjarkar
- rwsu
- zaneb
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"path": "agent/test/conformance/iso-no-registry/agent-test-conformance-iso-no-registry-chain.yaml",
"owners": {
"approvers": [
"andfasano",
"bfournie",
"pamoedom",
"pawanpinjarkar",
"rwsu",
"zaneb"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
chain:
as: agent-test-conformance-iso-no-registry
steps:
- ref: baremetalds-e2e-test # this ref needs to be updated after AGENT-1487
documentation: |-
This chain encapsulates the e2e tests for the agent installer ISO No registry