← Back to issue list

.travis.yml needs to catch up with lxd's latest output

View original Launchpad issue

Metadata

Project
snapcraft (launchpad)
Number
#1549880
Type
issue
State
closed
Author
~sergiusens
Labels
Created
Updated
Closed

Current evaluation

Closed after fixing the Travis CI configuration to align with LXD's updated output format by updating the grep pattern from IPV4 to inet.

Suggested action:

No scores available.

Issue body

Instead of while ! sudo lxc info xenial | grep -q eth0.*IPV4; do sleep 5s; done we need while ! sudo lxc info xenial | grep -q eth0.*inet; do sleep 5s; done

Evaluation history

Date Model Scores Action Summary
qwen/qwen3.6-35b-a3b Closed after fixing the Travis CI configuration to align with LXD's updated output format by updating the grep pattern from IPV4 to inet.
qwen/qwen3.6-35b-a3b Fixed by updating .travis.yml to grep for inet instead of IPV4 when checking LXD container readiness.
qwen/qwen3.6-35b-a3b Closed without resolution or comments. The suggested CI grep pattern update was abandoned or superseded by infrastructure changes, given the issue's age and lack of maintainer action.
qwen/qwen3.6-35b-a3b Closed without a direct fix or merge noted. The Travis CI grep pattern update for LXD compatibility was likely abandoned or resolved upstream.
qwen3.6-35b-a3b-mtp-q6 Resolved by updating .travis.yml to match LXD's output format change, replacing the IPV4 grep pattern with inet.

Update history

No update history recorded yet.

Related issues

Issue Project State Summary Similarity
#339 Try to create the travis lxc image adding a remote. snapcraft closed Closed without merging. The author abandoned the pull request after the underlying issue was resolved by updating the grep command. The proposed lxd remote change may be revisited later.
70%