-
Notifications
You must be signed in to change notification settings - Fork 412
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
*: pre-transition ign refactor #610
*: pre-transition ign refactor #610
Conversation
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.
found a minimal nit
d0ed112
to
04f4fdd
Compare
seeing:
and in Cluster Operators
/retest |
Not going to retest right now PR is hitting BZ# 1698253 see artifacts/e2e-aws-op/pods.json: |
/test e2e-aws |
/retest |
aws vpc issues, this is a known issue, going to hold off on retesting. |
ok trying again: /test e2e-aws |
this is green ping @runcom |
I fear this goes under:
See eparis email about feature freeze, This will surely help us on moving towards ignv2s3 but since it's not scheduled for 4.1/4.2, this should go in in 4.2 like others e.g. #600. |
04f4fdd
to
40df01c
Compare
40df01c
to
b564469
Compare
04cedd7
to
42041fc
Compare
needs another rebase |
also update to use generic igntypes alias
42041fc
to
b29e7eb
Compare
want to look over the rebased changes a bit. |
- update tests to remove ign version from package alias - replace ign config delclarations with hardcoded versions with calls to NewIgnConfig()
b29e7eb
to
3c37f50
Compare
/test e2e-aws-upgrade |
ci woes... /retest |
/refresh |
ok retesting again... /retest |
/retest |
/test e2e-aws-upgrade |
@runcom finally green and fully rebased! |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kikisdeliveryservice, runcom 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 |
- What I did
Now that we have more time, I am breaking up PR #583 . This PR is removing the changes from #583 that can go into the code-base now to make the future transition easier.
This PR makes the following changes:
After this lands, the future subtantive ignition change PR should be clearer and easier to test and evaluate.
- How to verify it
This PR makes no functional changes and everything should work exactly the same as before.