Skip to content

Commit 260f597

Browse files
committed
Set latest regression test version for PFP Proxygen changes
Signed-off-by: Connor Avery <[email protected]>
1 parent 55fae2c commit 260f597

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/run_regression_tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ jobs:
7575
GITHUB-TOKEN: ${{ steps.generate-token.outputs.token }}
7676
run: |
7777
if [[ "$TARGET_ENVIRONMENT" != "prod" && "$TARGET_ENVIRONMENT" != "ref" ]]; then
78-
REGRESSION_TEST_REPO_TAG="AEA-6037" # 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
79-
REGRESSION_TEST_WORKFLOW_TAG="AEA-6037" # This is the tag of the github workflow to run, usually the same as REGRESSION_TEST_REPO_TAG
78+
REGRESSION_TEST_REPO_TAG="v3.7.0" # 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
79+
REGRESSION_TEST_WORKFLOW_TAG="v3.7.0" # This is the tag of the github workflow to run, usually the same as REGRESSION_TEST_REPO_TAG
8080
8181
if [[ -z "$REGRESSION_TEST_REPO_TAG" || -z "$REGRESSION_TEST_WORKFLOW_TAG" ]]; then
8282
echo "Error: One or both tag variables are not set" >&2
@@ -117,8 +117,8 @@ jobs:
117117
GITHUB-TOKEN: ${{ steps.generate-token.outputs.token }}
118118
run: |
119119
if [[ "$TARGET_ENVIRONMENT" != "prod" && "$TARGET_ENVIRONMENT" != "ref" ]]; then
120-
REGRESSION_TEST_REPO_TAG="AEA-6037" # 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
121-
REGRESSION_TEST_WORKFLOW_TAG="AEA-6037" # This is the tag of the github workflow to run, usually the same as REGRESSION_TEST_REPO_TAG
120+
REGRESSION_TEST_REPO_TAG="v3.7.0" # 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
121+
REGRESSION_TEST_WORKFLOW_TAG="v3.7.0" # This is the tag of the github workflow to run, usually the same as REGRESSION_TEST_REPO_TAG
122122
123123
if [[ -z "$REGRESSION_TEST_REPO_TAG" || -z "$REGRESSION_TEST_WORKFLOW_TAG" ]]; then
124124
echo "Error: One or both tag variables are not set" >&2

0 commit comments

Comments
 (0)