Skip to content

Commit

Permalink
Officially sunset tokumx integration. (#18543)
Browse files Browse the repository at this point in the history
* Officially sunset tokumx integration.

* fix validation
  • Loading branch information
iliakur authored Sep 10, 2024
1 parent 2d5849b commit 61cccc1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .ddev/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ runners = { windows = ["windows-2019"] }
platforms = ["linux", "windows"]

[overrides.ci.tokumx]
only-py2 = true
exclude = true

[overrides.dependencies.licenses]
# https://github.com/aerospike/aerospike-client-python/blob/master/LICENSE
Expand Down
20 changes: 0 additions & 20 deletions .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3554,26 +3554,6 @@ jobs:
minimum-base-package: ${{ inputs.minimum-base-package }}
pytest-args: ${{ inputs.pytest-args }}
secrets: inherit
j8486f6e:
uses: ./.github/workflows/test-target.yml
with:
job-name: TokuMX
target: tokumx
platform: linux
runner: '["ubuntu-22.04"]'
repo: "${{ inputs.repo }}"
python-version: "${{ inputs.python-version }}"
standard: ${{ inputs.standard }}
latest: ${{ inputs.latest }}
agent-image: "${{ inputs.agent-image }}"
agent-image-py2: "${{ inputs.agent-image-py2 }}"
agent-image-windows: "${{ inputs.agent-image-windows }}"
agent-image-windows-py2: "${{ inputs.agent-image-windows-py2 }}"
test-py2: true
test-py3: false
minimum-base-package: ${{ inputs.minimum-base-package }}
pytest-args: ${{ inputs.pytest-args }}
secrets: inherit
j9438e1d:
uses: ./.github/workflows/test-target.yml
with:
Expand Down
6 changes: 6 additions & 0 deletions tokumx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Overview

<div class="alert alert-warning">
This integration is in maintenance mode. It can only work with Python 2.
It is not included with the Agent newer than v7.37. Agent 6 bugfix releases will continue to include it.
</div>


This check collects TokuMX metrics, including:

- Opcounters.
Expand Down

0 comments on commit 61cccc1

Please sign in to comment.