-
Notifications
You must be signed in to change notification settings - Fork 9
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 ceph terraform integration test to nightly #320
base: main
Are you sure you want to change the base?
Conversation
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.
license-eye has checked 155 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
79 | 1 | 75 | 0 |
Click to see the invalid file list
- tests/integration/data/ceph-manifest.yaml
Use this command to fix any missing license headers
```bash
docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header fix
</details>
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.
license-eye has checked 156 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
80 | 1 | 75 | 0 |
Click to see the invalid file list
- tests/integration/data/.terraform.lock.hcl
Use this command to fix any missing license headers
```bash
docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header fix
</details>
543a009
to
28a8137
Compare
Adds the ceph integration test for terraform deployed clusters to the night test runs.
Requires the terraform modules: canonical/k8s-bundles#21