Giter VIP home page Giter VIP logo

c8-sm-checks's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Awaiting Schedule

These updates are awaiting their schedule. Click on a checkbox to get an update now.

  • chore(deps): update camunda/infraex-common-config digest to 4307a7b
  • chore(deps): update pre-commit hook renovatebot/pre-commit-hooks to v37.413.2

Detected dependencies

asdf
.tool-versions
  • pre-commit 3.7.1
github-actions
.github/workflows/links.yml
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
  • actions/cache v4@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
  • lycheeverse/lychee-action v1.10.0@2b973e86fc7b1f6b36a93795fe2c9c6ae1118621
  • peter-evans/create-issue-from-file v5@24452a72d85239eacf1468b0f1982a9f3fec4c94
  • camunda/infraex-common-config 3ec47eb13ba0deaac22fb7a8e74b271a1bbf23e9
.github/workflows/lint.yml
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
  • pre-commit/action v3.0.1@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd
pre-commit
.pre-commit-config.yaml
  • pre-commit/pre-commit-hooks v4.6.0
  • rhysd/actionlint v1.7.1
  • renovatebot/pre-commit-hooks 37.410.1
  • compilerla/conventional-pre-commit v3.2.0
  • shellcheck-py/shellcheck-py v0.10.0.1
regex
checks/zeebe/connectivity.sh
  • camunda/zeebe 8.5.3

  • Check this box to trigger a request for Renovate to run again on this repository

Implement tests as part of the QA

The tests of this repository should rely on an existing deployment of C8 within the QA of helm distribution
In the CI of distribution:

  • make sure that tests of c8 sm checks pass
  • in this repo, trigger a CI workflow of distribution with the branch to test

service resolution check not compatible with docker images used by Helm chart

When running ./checks/kube/connectivity.sh against a deployment of the camunda-platform Helm chart, the service resolution check fails with

Warning: curl is not available in pod camunda-service-console-f67949cb8-g5ls5. Skipping service resolution check for this pod.
Warning: curl is not available in pod camunda-service-identity-79bc4b86bd-42mfn. Skipping service resolution check for this pod.
Warning: curl is not available in pod camunda-service-operate-74d8584b46-vjhxg. Skipping service resolution check for this pod.
Warning: curl is not available in pod camunda-service-tasklist-69d9954545-7tpmt. Skipping service resolution check for this pod.
Warning: curl is not available in pod camunda-service-zeebe-0. Skipping service resolution check for this pod.
Warning: curl is not available in pod camunda-service-zeebe-gateway-78ddf585cc-wskqg. Skipping service resolution check for this pod.

Instead of using curl, fallback to using bash builtin connectivity with /dev/tcp. e.g

$ echo < /dev/tcp/camunda-service-zeebe-gateway/0
bash: connect: Connection refused
bash: /dev/tcp/camunda-service-zeebe-gateway/0: Connection refused

$ echo < /dev/tcp/this-name-does-not-resolve/0
bash: this-name-does-not-resolve: Name does not resolve
bash: /dev/tcp/this-name-does-not-resolve/0: Invalid argument

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.