Skip to content
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

ci: update github ci action #87

Merged
merged 1 commit into from
Nov 2, 2022
Merged

Conversation

techytushar
Copy link
Contributor

Signed-off-by: Tushar Mittal [email protected]

Fixes: #63

@joewesch
Copy link
Contributor

Hey @techytushar, thanks for the submission! Would you mind adding Python version 3.10 and Nautobot version 1.4 to the matrix as well?

@techytushar
Copy link
Contributor Author

@joewesch Done ✅

- python-version: "3.9"
nautobot-version: "1.3"
python-version: ["3.7", "3.8", "3.9", "3.10"]
nautobot-version: ["1.2", "1.3", "1.4"]
Copy link
Contributor

@joewesch joewesch Oct 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like we need to exclude a combination that doesn't exist.

Suggested change
nautobot-version: ["1.2", "1.3", "1.4"]
nautobot-version: ["1.2", "1.3", "1.4"]
exclude:
- python-version: 3.10
nautobot-version: 1.2

@jvanderaa
Copy link
Contributor

@joewesch any thoughts on the failure within the tests? Do we just need to re-run it?

@joewesch
Copy link
Contributor

The nautobot-dev:1.2-py3.10 container tag does not exist, so we need to exclude it from the matrix. I added a suggestion that would do that.

@joewesch
Copy link
Contributor

Now it's getting hit with the same bug as #79. @techytushar, sorry but can you remove Nautobot 1.4 from the tests for now. We will need to override the nautobot_config.py file if we want that version to run.

Signed-off-by: Tushar Mittal <[email protected]>
@jvanderaa jvanderaa merged commit f7d639c into nautobot:develop Nov 2, 2022
@jvanderaa
Copy link
Contributor

Thanks @techytushar & @joewesch !!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update CI Matrix
3 participants