-
Notifications
You must be signed in to change notification settings - Fork 8
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
CSS-4546 - Backport ci/cd and supporting files #963
Conversation
# # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version | ||
# version: latest | ||
# skip-pkg-cache: true | ||
# skip-build-cache: true | ||
|
||
build_test: |
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.
My inner OCD hates that this is _ and others are - :D
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.
lgtm, nice work
|
||
lint: | ||
# Delete this if statement once charms are updated and include tox. | ||
if: ${{ 1 }} == ${{ 2 }} |
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 guess, you can also use:
if: !always()
If you decided so, please update the other one below.
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.
didn't know about always()
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.
It should dissapear soon anyway so I'll just leave it. Good to know about this though.
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.
@ale8k Neither did I.
Description
This is an alternative to #961, here only the Github workflows have been backported from
feature-rebac
along with any changes needed to get the CI/CD working (which unfortunately were fairly numerous).For a rundown of what's changed and why,
Engineering checklist
Check only items that apply