-
Notifications
You must be signed in to change notification settings - Fork 21
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
Fix zed host image build workflow #629
Conversation
kayobe-automation seems to need this patch to work for zed. |
da9a05e
to
21a866f
Compare
c9d1983
to
6ec1af8
Compare
How much of this is still required? |
I'm not sure. The host image build workflow changes are probably still required. I'll test it soon |
6ec1af8
to
5705fef
Compare
5705fef
to
8721f47
Compare
86eed3b
to
13d8771
Compare
13d8771
to
3af6f35
Compare
3af6f35
to
121005e
Compare
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.
Should these fixes go back to yoga?
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.
It's running fine without them, probably because it uses the old CS8 runners
with: | ||
path: src/kayobe-config | ||
|
||
- name: Determine OpenStack release | ||
id: openstack_release | ||
run: | | ||
BRANCH=$(awk -F'=' '/defaultbranch/ {print $2}' .gitreview) | ||
BRANCH=$(awk -F'=' '/defaultbranch/ {print $2}' src/kayobe-config/.gitreview) |
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.
Isn't this a bug fix that would apply to yoga too?
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.
Merged, but please backport this fix if necessary.
No description provided.