Skip to content

Commit

Permalink
Add PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python to AIT workflows (#868
Browse files Browse the repository at this point in the history
)
  • Loading branch information
twcrone authored May 27, 2022
1 parent 94c53a6 commit 580b660
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/AITs-Basic-Features-Special-JREs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ jobs:
echo "RUN THE TESTS"
echo "Running ${{ matrix.func_basic_features }}"
TEST_LOG_LEVEL=DEBUG TEST_SUPPRESS_METRIC_DEBUG=1 \
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python \
./bin/runtest.sh ${java_func_path}/${java_func_type}/${{ matrix.func_tests }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/AITs-Basic-Features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ jobs:
echo "RUN THE TESTS"
echo "Running ${{ matrix.func_basic_features }}"
TEST_LOG_LEVEL=DEBUG TEST_SUPPRESS_METRIC_DEBUG=1 \
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python \
./bin/runtest.sh ${java_func_path}/${java_func_type}/${{ matrix.func_tests }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/AITs-Datastores.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ jobs:
echo "RUN THE TESTS"
echo "Running ${{ matrix.func_basic_features }}"
TEST_LOG_LEVEL=DEBUG TEST_SUPPRESS_METRIC_DEBUG=1 \
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python \
./bin/runtest.sh ${java_func_path}/${java_func_type}/${{ matrix.func_tests }}
# Rename matrix item to remove problem characers
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/AITs-Frameworks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ jobs:
echo "RUN THE TESTS"
echo "Running ${{ matrix.func_basic_features }}"
TEST_LOG_LEVEL=DEBUG TEST_SUPPRESS_METRIC_DEBUG=1 \
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python \
./bin/runtest.sh ${java_func_path}/${java_func_type}/${{ matrix.func_tests }}
# Rename matrix item to remove problem characers
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/AITs-Security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ jobs:
echo "RUN THE TESTS"
echo "Running ${{ matrix.func_basic_features }}"
TEST_LOG_LEVEL=DEBUG TEST_SUPPRESS_METRIC_DEBUG=1 \
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python \
./bin/runtest.sh ${java_func_path}/${java_func_type}/${{ matrix.func_tests }}
# Rename matrix item to remove problem characers
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/AITs-Servers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ jobs:
echo "RUN THE TESTS"
echo "Running ${{ matrix.func_basic_features }}"
TEST_LOG_LEVEL=DEBUG TEST_SUPPRESS_METRIC_DEBUG=1 \
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python \
./bin/runtest.sh ${java_func_path}/${java_func_type}/${{ matrix.func_tests }}
# Rename matrix item to remove problem characers
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/AITs-Traces.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ jobs:
echo "RUN THE TESTS"
echo "Running ${{ matrix.func_basic_features }}"
TEST_LOG_LEVEL=DEBUG TEST_SUPPRESS_METRIC_DEBUG=1 \
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python \
./bin/runtest.sh ${java_func_path}/${java_func_type}/${{ matrix.func_tests }}
# Rename matrix item to remove problem characers
Expand Down

0 comments on commit 580b660

Please sign in to comment.