Adapt integration tests to reuse the packed charm #95
test.yaml
on: pull_request
unit-tests
/
...
/
Get runner image
3s
unit-tests
/
Inclusive naming
28s
unit-tests
/
Shell scripts lint
16s
unit-tests
/
Dockerfile lint
16s
unit-tests
/
Lint metadata.yaml
19s
unit-tests
/
Draft publish docs
46s
unit-tests
/
Check license headers
1m 0s
unit-tests
/
Check libraries
25s
unit-tests
/
Required Test Status Checks
0s
Annotations
5 errors, 12 warnings, and 4 notices
unit-tests / Draft publish docs
Canceling since a higher priority waiting request for 'operator-workflows-Tests-tests-refs/pull/13/merge-self-hosted-true' exists
|
unit-tests / Draft publish docs
The operation was canceled.
|
unit-tests / Lint and unit tests
Canceling since a higher priority waiting request for 'operator-workflows-Tests-tests-refs/pull/13/merge-self-hosted-true' exists
|
unit-tests / Lint and unit tests
The operation was canceled.
|
unit-tests / Check license headers
The operation was canceled.
|
unit-tests / Dockerfile lint:
mattermost.Dockerfile#L12
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
unit-tests / Dockerfile lint:
mattermost.Dockerfile#L12
Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check
|
unit-tests / Dockerfile lint:
mattermost.Dockerfile#L33
`COPY` to a relative destination without `WORKDIR` set.
|
unit-tests / Dockerfile lint:
mattermost.Dockerfile#L35
Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check
|
unit-tests / Dockerfile lint:
mattermost.Dockerfile#L54
Use WORKDIR to switch to a directory
|
unit-tests / Dockerfile lint:
mattermost.Dockerfile#L75
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
unit-tests / Dockerfile lint:
mattermost.Dockerfile#L80
Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check
|
unit-tests / Dockerfile lint:
mattermost.Dockerfile#L113
Use WORKDIR to switch to a directory
|
unit-tests / Dockerfile lint:
mattermost.Dockerfile#L113
Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check
|
unit-tests / Dockerfile lint:
mattermost.Dockerfile#L120
Use WORKDIR to switch to a directory
|
unit-tests / Check libraries
No lib folder detected. Skipping action.
|
unit-tests / Check license headers
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
unit-tests / Dockerfile lint:
mattermost.Dockerfile#L75
Avoid additional packages by specifying `--no-install-recommends`
|
unit-tests / Dockerfile lint:
mattermost.Dockerfile#L75
Delete the apt-get lists after installing something
|
unit-tests / Dockerfile lint:
mattermost.Dockerfile#L103
Multiple consecutive `RUN` instructions. Consider consolidation.
|
unit-tests / Dockerfile lint:
mattermost.Dockerfile#L108
Multiple consecutive `RUN` instructions. Consider consolidation.
|