Skip to content

Commit 13e9f13

Browse files
committed
ops: pin proxygen regression tests
1 parent 8650585 commit 13e9f13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run_regression_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ jobs:
121121
GITHUB-TOKEN: ${{ steps.generate-token.outputs.token }}
122122
run: |
123123
if [[ "$TARGET_ENVIRONMENT" != "prod" && "$TARGET_ENVIRONMENT" != "ref" ]]; then
124-
REGRESSION_TEST_REPO_TAG="aea-5976-distance-selling" # This is the tag or branch of the regression test code to run, usually a version tag like v3.1.0 or a branch name
124+
# pin tests back before Proxygen for now
125+
REGRESSION_TEST_REPO_TAG="v3.8.10" # This is the tag or branch of the regression test code to run, usually a version tag like v3.1.0 or a branch name
125126
REGRESSION_TEST_WORKFLOW_TAG="v3.8.18" # This is the tag of the github workflow to run, usually the same as REGRESSION_TEST_REPO_TAG
126127
127128
if [[ -z "$REGRESSION_TEST_REPO_TAG" || -z "$REGRESSION_TEST_WORKFLOW_TAG" ]]; then

0 commit comments

Comments
 (0)