Skip to content

Commit 94086a1

Browse files
committed
using volttron-build-action that skips rmq build for this release
1 parent 6132231 commit 94086a1

10 files changed

+10
-10
lines changed

.github/workflows/pytest-auth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
# Run the specified tests and save the results to a unique file that can be archived for later analysis.
6262
- name: Run pytest on ${{ matrix.python-version }}, ${{ matrix.os }}
63-
uses: volttron/volttron-build-action@v6
63+
uses: volttron/volttron-build-action@no_rmq
6464
with:
6565
python_version: ${{ matrix.python-version }}
6666
os: ${{ matrix.os }}

.github/workflows/pytest-dbutils-backup_db.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
6666
# Run the specified tests and save the results to a unique file that can be archived for later analysis.
6767
- name: Run pytest on ${{ matrix.python-version }}, ${{ matrix.os }}
68-
uses: volttron/volttron-build-action@v6
68+
uses: volttron/volttron-build-action@no_rmq
6969
timeout-minutes: 600
7070
with:
7171
python_version: ${{ matrix.python-version }}

.github/workflows/pytest-dbutils-influxdbfuncts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
5555
# Run the specified tests and save the results to a unique file that can be archived for later analysis.
5656
- name: Run pytest on ${{ matrix.python-version }}, ${{ matrix.os }}
57-
uses: volttron/volttron-build-action@v6
57+
uses: volttron/volttron-build-action@no_rmq
5858
timeout-minutes: 600
5959
with:
6060
python_version: ${{ matrix.python-version }}

.github/workflows/pytest-dbutils-mysqlfuncts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
5555
# Run the specified tests and save the results to a unique file that can be archived for later analysis.
5656
- name: Run pytest on ${{ matrix.python-version }}, ${{ matrix.os }}
57-
uses: volttron/volttron-build-action@v6
57+
uses: volttron/volttron-build-action@no_rmq
5858
timeout-minutes: 600
5959
with:
6060
python_version: ${{ matrix.python-version }}

.github/workflows/pytest-dbutils-postgresqlfuncts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
5555
# Run the specified tests and save the results to a unique file that can be archived for later analysis.
5656
- name: Run pytest on ${{ matrix.python-version }}, ${{ matrix.os }}
57-
uses: volttron/volttron-build-action@v6
57+
uses: volttron/volttron-build-action@no_rmq
5858
timeout-minutes: 600
5959
with:
6060
python_version: ${{ matrix.python-version }}

.github/workflows/pytest-dbutils-sqlitefuncts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
5656
# Run the specified tests and save the results to a unique file that can be archived for later analysis.
5757
- name: Run pytest on ${{ matrix.python-version }}, ${{ matrix.os }}
58-
uses: volttron/volttron-build-action@v6
58+
uses: volttron/volttron-build-action@no_rmq
5959
timeout-minutes: 600
6060
with:
6161
python_version: ${{ matrix.python-version }}

.github/workflows/pytest-dbutils-timescaldbfuncts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
# Run the specified tests and save the results to a unique file that can be archived for later analysis.
5555
- name: Run pytest on ${{ matrix.python-version }}, ${{ matrix.os }}
56-
uses: volttron/volttron-build-action@v6
56+
uses: volttron/volttron-build-action@no_rmq
5757
timeout-minutes: 600
5858
with:
5959
python_version: ${{ matrix.python-version }}

.github/workflows/pytest-testutils.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
# Run the specified tests and save the results to a unique file that can be archived for later analysis.
5050
- name: Run pytest on ${{ matrix.python-version }}, ${{ matrix.os }}
51-
uses: volttron/volttron-build-action@v6
51+
uses: volttron/volttron-build-action@no_rmq
5252
with:
5353
python_version: ${{ matrix.python-version }}
5454
os: ${{ matrix.os }}

.github/workflows/pytest-vctl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
# Run the specified tests and save the results to a unique file that can be archived for later analysis.
6161
- name: Run pytest on ${{ matrix.python-version }}, ${{ matrix.os }}
62-
uses: volttron/volttron-build-action@v6
62+
uses: volttron/volttron-build-action@no_rmq
6363
with:
6464
python_version: ${{ matrix.python-version }}
6565
os: ${{ matrix.os }}

.github/workflows/pytest-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
# Run the specified tests and save the results to a unique file that can be archived for later analysis.
5959
- name: Run pytest on ${{ matrix.python-version }}, ${{ matrix.os }}
60-
uses: volttron/volttron-build-action@v6
60+
uses: volttron/volttron-build-action@no_rmq
6161
with:
6262
python_version: ${{ matrix.python-version }}
6363
os: ${{ matrix.os }}

0 commit comments

Comments
 (0)