-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
tests/run: Use one Python invocation (no jq) for editing the config #166
tests/run: Use one Python invocation (no jq) for editing the config #166
Conversation
retest this please |
Can we merge this after #162 (assuming the tests pass on this round)? |
Fine with me :) |
retest this please |
The tests on #162 are still giving me trouble. /lgtm |
That may be a real thing; I'll check in the morning. |
64ba786
to
d8f296c
Compare
Heh, I'd accidentally dropped the pull-secret update. Fixed with 64ba786 -> d8f296c. This sort of thing will be easier to spot once we address #108. |
/lgtm |
We've used the Python -> jq (-> jq) -> Python approach to editing the config file since this script landed in a2405e4 (run smoke tests with bash script, 2018-06-18, coreos/tectonic-installer#3284). But it's more efficient and almost equally compact to perform those edits directly in Python. This commit uses a here-document [1] to inject the Python script. [1]: http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_07_04
d8f296c
to
58bc279
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: crawford, wking 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 |
Filed as #169. |
Change machine-config-server port from 49500 -> 22623 to avoid conflict with local port and node port ranges. Closes machine-config-operator issue: openshift#166
We've used the Python ->
jq
(->jq
) -> Python approach to editing the config file since this script landed in a2405e4 (coreos/tectonic-installer#3284). But it's more efficient and almost equally compact to perform those edits directly in Python.This commit uses a here-document to inject the Python script.
Once this PR lands, I'll file follow-up work to add
expirationDate
toextraTags
(like we have for the e2e-aws tests since openshift/release#1103).