-
Notifications
You must be signed in to change notification settings - Fork 270
update test from yoga to zed in devstack #1398
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
Conversation
✅ Deploy Preview for kubernetes-sigs-cluster-api-openstack ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jichenjc 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 |
hack/ci/create_devstack.sh
Outdated
@@ -3,7 +3,7 @@ | |||
# Copyright 2021 The Kubernetes Authors. | |||
# | |||
# Licensed under the Apache License, Version 2.0 (the "License"); | |||
# you may not use this file except in compliance with the License. | |||
# may not use this file except in compliance with the License. |
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.
I think the CI got upset that you dropped this
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.
I submit this PR before I drink my first tea that day~ :)
will update :)
f1e4055
to
e738033
Compare
d3d64af
to
926523a
Compare
d059bfe
to
9c435ef
Compare
/test pull-cluster-api-provider-openstack-e2e-test |
@jichenjc I think your tests will be green after #1408 is merged. |
no, my problem is devstack encounter issue after switch to zed, I am comparing logs between CPO an CAPO |
Sure, you're right. It was just because another PR was also failing because of the outdated ubuntu image :) |
/test pull-cluster-api-provider-openstack-e2e-test |
9c435ef
to
358aa4c
Compare
358aa4c
to
9da2cfc
Compare
/test pull-cluster-api-provider-openstack-e2e-test |
no idea why this happen, continue to check Feb 18 10:14:10 capo-e2e-controller neutron-server[133808]: �[00;36mINFO neutron.wsgi [�[00;36m-�[00;36m] �[01;35m�[00;36m10.0.3.15 "GET /networking/v2.0/extensions HTTP/1.1" status: 404 len: 195 time: 0.0027072�[00m�[00m |
PR needs rebase. 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. |
@jichenjc: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. |
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
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 there any reason we're adding those explicit services like trunk etc?
I don't know all the details, but regarding trunk I think it is because we have at least one test that makes use of it. cluster-api-provider-openstack/test/e2e/suites/e2e/e2e_test.go Lines 277 to 282 in 864f0d8
|
This is how you enable neutron extensions in general. |
right, I have no idea why it's failing , no time to dig into detail though.. |
Sounds like a job for me, I'll check. |
I've created #1598 to be able to play with this. |
Closing in favour of #1598, which I may also close. |
What this PR does / why we need it:
use latest devstack
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
TODOs:
/hold