circleci: add test-assets and style jobs

Since assets tests can only run on go1.16 and later the matrix style job
list avoinds adding more conditionals to the job spec.

Signed-off-by: Jan Fajerski <jfajersk@redhat.com>
1 file changed
tree: 95f51a5ce3c856ccdf77f1507fab855dda963085
  1. .circleci/
  2. .github/
  3. assets/
  4. config/
  5. expfmt/
  6. internal/
  7. model/
  8. promlog/
  9. route/
  10. server/
  11. sigv4/
  12. version/
  13. .gitignore
  14. CODE_OF_CONDUCT.md
  15. CONTRIBUTING.md
  16. go.mod
  17. go.sum
  18. LICENSE
  19. MAINTAINERS.md
  20. Makefile
  21. Makefile.common
  22. NOTICE
  23. README.md
  24. SECURITY.md
README.md

Common

circleci

This repository contains Go libraries that are shared across Prometheus components and libraries. They are considered internal to Prometheus, without any stability guarantees for external usage.

  • assets: Embedding of static assets with gzip support
  • config: Common configuration structures
  • expfmt: Decoding and encoding for the exposition format
  • model: Shared data structures
  • promlog: A logging wrapper around go-kit/log
  • route: A routing wrapper around httprouter using context.Context
  • server: Common servers
  • version: Version information and metrics