-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add static IP jobs for assisted-service and assisted-test-infra #21604
add static IP jobs for assisted-service and assisted-test-infra #21604
Conversation
@osherdp: GitHub didn't allow me to request PR reviews from the following users: osherdp. Note that only openshift members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/test pj-rehearse |
1 similar comment
/test pj-rehearse |
932ea66
to
a76142f
Compare
/cc @YuviGold @romfreiman |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 for adding this job!
ci-operator/jobs/openshift/assisted-service/openshift-assisted-service-master-presubmits.yaml
Outdated
Show resolved
Hide resolved
ci-operator/config/openshift/assisted-service/openshift-assisted-service-master.yaml
Show resolved
Hide resolved
cluster_profile: packet | ||
env: | ||
ASSISTED_CONFIG: | | ||
IS_STATIC_IP=true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we rename the env var to signal to which code base it refers?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Which env-var? ASSISTED_CONFIG?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IS_STATIC_IP
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But it's under ASSISTED_CONFIG
Also all other env-vars are not indicative about their source, NUM_MASTERS, IPV4, etc.
@osherdp Can you elaborate on what this job will actually test? I'm digging a bit into Any other details you can share? Is there a description field in the job definition where we can put this information in? P.S: I'd love for our jobs definition to be easier to understand to people that are not familiar with the infrastructure itself |
Sure thing It doesn't seem like there's a description field for jobs unfortunately, as opposed to workflows and steps. We mainly follow the following pattern though that can explain most jobs:
For example It seems like a lot of repos in openshift follow this pattern (or rather we follow their pattern), but maybe we can change the names on some places where it's really up to us. For example, find another name to distinct between |
e45d004
to
834d237
Compare
0d4bf23
to
72e2141
Compare
This is a very good explanation! I think we should have it in our docs as part of the CI documentation we were talking about |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@YuviGold we have decided where it should be hosted? :) |
/test all |
/refresh |
ok, I think |
72e2141
to
377caee
Compare
co-depends with openshift/assisted-test-infra#1099 |
@osherdp: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: osherdp, YuviGold The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/unhold |
@osherdp: Updated the following 2 configmaps:
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
We should have some basic job to test static IP configuration via REST API, as opposed to our kube-api job.
Some customers define static IP through our REST API endpoint for setting up nmstate configuration.
/cc @YuviGold @romfreiman