Skip to content

Commit cf165bd

Browse files
Copilotjstirnaman
andcommitted
feat: Replace default test products with influxdb3_core and telegraf
Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com>
1 parent 0e6ac3e commit cf165bd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ on:
1111
workflow_dispatch:
1212
inputs:
1313
test_suite:
14-
description: 'Test suite to run (all, cloud, v2, telegraf, or specific products)'
14+
description: 'Test suite to run (all or specific products)'
1515
required: false
16-
default: 'all'
16+
default: 'influxdb3_core'
1717

1818
jobs:
1919
detect-changes:
@@ -35,7 +35,7 @@ jobs:
3535
# For workflow_dispatch, always run tests
3636
if [[ "${{ github.event_name }}" == "workflow_dispatch" ]]; then
3737
echo "should-run=true" >> $GITHUB_OUTPUT
38-
echo "test-products=[\"cloud\", \"v2\", \"telegraf\"]" >> $GITHUB_OUTPUT
38+
echo "test-products=[\"influxdb3_core\", \"telegraf\"]" >> $GITHUB_OUTPUT
3939
exit 0
4040
fi
4141

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
"test:codeblocks:cloud-dedicated": "./test/scripts/monitor-tests.sh start cloud-dedicated-pytest && docker compose run --name cloud-dedicated-pytest cloud-dedicated-pytest",
9292
"test:codeblocks:cloud-serverless": "docker compose run --rm --name cloud-serverless-pytest cloud-serverless-pytest",
9393
"test:codeblocks:clustered": "./test/scripts/monitor-tests.sh start clustered-pytest && docker compose run --name clustered-pytest clustered-pytest",
94+
"test:codeblocks:influxdb3_core": "docker compose run --rm --name influxdb3-core-pytest influxdb3-core-pytest",
9495
"test:codeblocks:telegraf": "docker compose run --rm --name telegraf-pytest telegraf-pytest",
9596
"test:codeblocks:v2": "docker compose run --rm --name v2-pytest v2-pytest",
9697
"test:codeblocks:stop-monitors": "./test/scripts/monitor-tests.sh stop cloud-dedicated-pytest && ./test/scripts/monitor-tests.sh stop clustered-pytest",

0 commit comments

Comments
 (0)