Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 11 additions & 13 deletions metric-collector-for-apache-cassandra-4.1.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: metric-collector-for-apache-cassandra-4.1
version: 0.3.5
epoch: 5
version: "0.3.6"
epoch: 0
description: Drop-in metrics collection and dashboards for Apache Cassandra
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -29,13 +29,9 @@ pipeline:
- uses: git-checkout
with:
repository: https://github.com/datastax/metric-collector-for-apache-cassandra
expected-commit: f97a258ea95d055c71f762c3725061f43678ae1f
expected-commit: 7b7bbf2d3081e80e5148711696cb1408e212fd48
tag: v${{package.version}}

- uses: patch
with:
patches: collectd-download-url-fix.patch

# DO NOT bump snakeyaml to v2.0, as this version has breaking changes. This
# needs to remain on v1.x
- uses: maven/pombump
Expand Down Expand Up @@ -63,8 +59,15 @@ test:
contents:
packages:
- bash
- openjdk-11-default-jvm
- openjdk-11-default-jdk
pipeline:
# Will fail see https://github.com/wolfi-dev/os/issues/34356
# - uses: test/pkgconf
# Will fail see https://github.com/wolfi-dev/os/issues/48193
# We need to clean up this package, re-think the vendoring situation
# - uses: test/ldd-check
# with:
# packages: ${{package.name}}
- name: Check JAR integrity
runs: |
jar tvf /opt/metrics-collector/lib/datastax-mcac-agent.jar > /dev/null 2>&1
Expand All @@ -73,8 +76,3 @@ test:
[ -d "/opt/metrics-collector/lib/collectd/lib/" ] || exit 1
[ -d "/opt/metrics-collector/lib/collectd/etc/" ] || exit 1
[ -d "/opt/metrics-collector/lib/collectd/usr/" ] || exit 1
# Will fail see https://github.com/wolfi-dev/os/issues/34356
# - uses: test/pkgconf
- uses: test/ldd-check
with:
packages: ${{package.name}}

This file was deleted.

Loading