-
Notifications
You must be signed in to change notification settings - Fork 557
Use Makefile for CI jobs #3046
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
Use Makefile for CI jobs #3046
Conversation
awesome! thanks |
e621f47
to
6104d02
Compare
6104d02
to
919a982
Compare
919a982
to
012b916
Compare
012b916
to
e1ed5a3
Compare
@EmilienM The failures of the EDIT: tbc, this is separate from the failures against |
@dtantsur FYI |
521d30c
to
8d337d5
Compare
8d337d5
to
ed25b1f
Compare
aaand of course the master job is passing now. Typical 🙄 There's a new failure but that seems to be an upper-constraint conflict |
ed25b1f
to
735bc6a
Compare
90794e5
to
275b2ec
Compare
It's more common than the object storage service and allows us to run on a DevStack with default configuration. Signed-off-by: Stephen Finucane <[email protected]>
We mangled this, probably since we were renaming the 'imageservice' module to 'image' at the time. Signed-off-by: Stephen Finucane <[email protected]>
For use in CI. Signed-off-by: Stephen Finucane <[email protected]>
Signed-off-by: Stephen Finucane <[email protected]>
Signed-off-by: Stephen Finucane <[email protected]>
I hit this every time I go write Gophercloud code 😅 Let's see if those failures were real or not. |
275b2ec
to
7fe2ee2
Compare
So we can run 'make unit' again. Signed-off-by: Stephen Finucane <[email protected]>
These have crept in since ce56d12 as we are not currently running golangci-lint in CI. Signed-off-by: Stephen Finucane <[email protected]>
We can remove the 'acceptancetest' script in the process. Note that this isn't a 1:1 match: the fwaasv2 test job now runs the entire networking test suite and not just the fwaasv2-specific tests but seeing as this is using OVS rather than OVN that doesn't seem like such a bad thing. Signed-off-by: Stephen Finucane <[email protected]>
Signed-off-by: Stephen Finucane <[email protected]>
Signed-off-by: Stephen Finucane <[email protected]>
Users can use 'make unit' for this now. Signed-off-by: Stephen Finucane <[email protected]>
We no longer test on Ubuntu 20.04. Signed-off-by: Stephen Finucane <[email protected]>
7fe2ee2
to
0572399
Compare
Looks like some new functional tests have crept in without the |
Failed to backport PR to |
Start using the Makefile added in #2940 for our CI jobs.
Depends-on: #3064