@@ -38,8 +38,8 @@ mainBuildFilters: &mainBuildFilters
3838 - /^release\/\d+\.\d+\.\d+$/
3939 # use the following branch as well to ensure that v8 snapshot cache updates are fully tested
4040 - ' update-v8-snapshot-cache-on-develop'
41- - ' update-chrome-stable-from-136.0.7103.113-beta-from-137.0.7151.40'
4241 - ' feat/cy-prompt'
42+ - ' ryanm/chore/enable-open-mode-simuation'
4343
4444# usually we don't build Mac app - it takes a long time
4545# but sometimes we want to really confirm we are doing the right thing
@@ -51,11 +51,7 @@ macWorkflowFilters: &darwin-workflow-filters
5151 # use the following branch as well to ensure that v8 snapshot cache updates are fully tested
5252 - equal : [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
5353 - equal : [ 'feat/cy-prompt', << pipeline.git.branch >> ]
54- - equal :
55- [
56- ' update-chrome-stable-from-136.0.7103.113-beta-from-137.0.7151.40' ,
57- << pipeline.git.branch >>
58- ]
54+ - equal : [ 'ryanm/chore/enable-open-mode-simuation', << pipeline.git.branch >> ]
5955 - matches :
6056 pattern : /^release\/\d+\.\d+\.\d+$/
6157 value : << pipeline.git.branch >>
@@ -67,11 +63,7 @@ linuxArm64WorkflowFilters: &linux-arm64-workflow-filters
6763 # use the following branch as well to ensure that v8 snapshot cache updates are fully tested
6864 - equal : [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
6965 - equal : [ 'feat/cy-prompt', << pipeline.git.branch >> ]
70- - equal :
71- [
72- ' update-chrome-stable-from-136.0.7103.113-beta-from-137.0.7151.40' ,
73- << pipeline.git.branch >>
74- ]
66+ - equal : [ 'ryanm/chore/enable-open-mode-simuation', << pipeline.git.branch >> ]
7567 - matches :
7668 pattern : /^release\/\d+\.\d+\.\d+$/
7769 value : << pipeline.git.branch >>
@@ -95,11 +87,7 @@ windowsWorkflowFilters: &windows-workflow-filters
9587 # use the following branch as well to ensure that v8 snapshot cache updates are fully tested
9688 - equal : [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
9789 - equal : [ 'feat/cy-prompt', << pipeline.git.branch >> ]
98- - equal :
99- [
100- ' update-chrome-stable-from-136.0.7103.113-beta-from-137.0.7151.40' ,
101- << pipeline.git.branch >>
102- ]
90+ - equal : [ 'ryanm/chore/enable-open-mode-simuation', << pipeline.git.branch >> ]
10391 - matches :
10492 pattern : /^release\/\d+\.\d+\.\d+$/
10593 value : << pipeline.git.branch >>
@@ -173,7 +161,7 @@ commands:
173161 name : Set environment variable to determine whether or not to persist artifacts
174162 command : |
175163 echo "Setting SHOULD_PERSIST_ARTIFACTS variable"
176- echo 'if ! [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "release/"* && "$CIRCLE_BRANCH" != "update-chrome-stable-from-136.0.7103.113-beta-from-137.0.7151.40 " && "$CIRCLE_BRANCH" != "feat/cy-prompt" ]]; then
164+ echo 'if ! [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "release/"* && "$CIRCLE_BRANCH" != "ryanm/chore/enable-open-mode-simuation " && "$CIRCLE_BRANCH" != "feat/cy-prompt" ]]; then
177165 export SHOULD_PERSIST_ARTIFACTS=true
178166 fi' >> "$BASH_ENV"
179167 # You must run `setup_should_persist_artifacts` command and be using bash before running this command
0 commit comments