-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add testflinger-testenv container #417
base: main
Are you sure you want to change the base?
Conversation
e57d60d
to
ef47185
Compare
bd09241
to
8d2d3ce
Compare
8d2d3ce
to
9165857
Compare
A few more changes:
|
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.
Thanks for making this workflow! I only have a small question :)
push: | ||
branches: | ||
- main | ||
- testflinger-testenv |
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 we remove testflinger-testenv
?
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.
you mean the commit that I literally called "WIP: remove this" so that I would remember to rebase and drop it before opening a PR? yes... yes I should remove that. blush thanks for catching that :)
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.
fixed
7f9e1b1
to
7c10bc2
Compare
Description
When running the test phase for agents, we currently have it run under a docker image pulled from dockerhub at plars/testflinger-testenv-focal (don't be too bothered that it's focal based, it's just to give some working env on the agent-host and this one is well tested).
Now that we're on GH for everything, we should just use ghcr.io, so that nobody has to switch it over to a new location when that bus hits me some day :)
This is the first step in resolving this. I intentionally didn't change the path pointed to by the tf-test script that the agent calls yet, because we need to make sure firewall rules are all adjusted and everything before rolling this out in production.
Resolved issues
N/A
Documentation
There's a small README there just saying what it is, but this doesn't really do anything different, just moves the location
Web service API changes
N/A
Tests
Successful action run: https://github.com/canonical/testflinger/actions/runs/11961073449
Published container image: https://github.com/canonical/testflinger/pkgs/container/testflinger%2Ftestflinger-testenv
I also tried pulling this container image and running it locally.