@@ -38,7 +38,7 @@ mainBuildFilters: &mainBuildFilters
38
38
- /^release\/\d+\.\d+\.\d+$/
39
39
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
40
40
- ' update-v8-snapshot-cache-on-develop'
41
- - ' feat/add_built_ins_minimal '
41
+ - ' chore/test_cypress_recipes_15 '
42
42
43
43
# usually we don't build Mac app - it takes a long time
44
44
# but sometimes we want to really confirm we are doing the right thing
@@ -49,7 +49,7 @@ macWorkflowFilters: &darwin-workflow-filters
49
49
- equal : [ develop, << pipeline.git.branch >> ]
50
50
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
51
51
- equal : [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
52
- - equal : [ 'feat/add_built_ins_minimal ', << pipeline.git.branch >> ]
52
+ - equal : [ 'chore/test_cypress_recipes_15 ', << pipeline.git.branch >> ]
53
53
- matches :
54
54
pattern : /^release\/\d+\.\d+\.\d+$/
55
55
value : << pipeline.git.branch >>
@@ -60,7 +60,7 @@ linuxArm64WorkflowFilters: &linux-arm64-workflow-filters
60
60
- equal : [ develop, << pipeline.git.branch >> ]
61
61
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
62
62
- equal : [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
63
- - equal : [ 'feat/add_built_ins_minimal ', << pipeline.git.branch >> ]
63
+ - equal : [ 'chore/test_cypress_recipes_15 ', << pipeline.git.branch >> ]
64
64
- matches :
65
65
pattern : /^release\/\d+\.\d+\.\d+$/
66
66
value : << pipeline.git.branch >>
@@ -83,7 +83,7 @@ windowsWorkflowFilters: &windows-workflow-filters
83
83
- equal : [ develop, << pipeline.git.branch >> ]
84
84
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
85
85
- equal : [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
86
- - equal : [ 'feat/add_built_ins_minimal ', << pipeline.git.branch >> ]
86
+ - equal : [ 'chore/test_cypress_recipes_15 ', << pipeline.git.branch >> ]
87
87
- matches :
88
88
pattern : /^release\/\d+\.\d+\.\d+$/
89
89
value : << pipeline.git.branch >>
@@ -157,7 +157,7 @@ commands:
157
157
name : Set environment variable to determine whether or not to persist artifacts
158
158
command : |
159
159
echo "Setting SHOULD_PERSIST_ARTIFACTS variable"
160
- echo 'if ! [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "release/"* && "$CIRCLE_BRANCH" != "feat/add_built_ins_minimal " ]]; then
160
+ echo 'if ! [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "release/"* && "$CIRCLE_BRANCH" != "chore/test_cypress_recipes_15 " ]]; then
161
161
export SHOULD_PERSIST_ARTIFACTS=true
162
162
fi' >> "$BASH_ENV"
163
163
# You must run `setup_should_persist_artifacts` command and be using bash before running this command
@@ -2708,6 +2708,7 @@ jobs:
2708
2708
steps :
2709
2709
- test-binary-against-repo :
2710
2710
repo : cypress-example-recipes
2711
+ pull_request_id : 921
2711
2712
command : npm run test:ci:firefox
2712
2713
browser : firefox
2713
2714
@@ -2716,6 +2717,7 @@ jobs:
2716
2717
steps :
2717
2718
- test-binary-against-repo :
2718
2719
repo : cypress-example-recipes
2720
+ pull_request_id : 921
2719
2721
command : npm run test:ci:chrome
2720
2722
browser : chrome
2721
2723
@@ -2725,6 +2727,7 @@ jobs:
2725
2727
steps :
2726
2728
- test-binary-against-repo :
2727
2729
repo : cypress-example-recipes
2730
+ pull_request_id : 921
2728
2731
# Split the specs up across 4 different machines to run in parallel
2729
2732
command : npm run test:ci -- --chunk $CIRCLE_NODE_INDEX --total-chunks
2730
2733
$CIRCLE_NODE_TOTAL
0 commit comments