Skip to content

Commit 489fa38

Browse files
committed
CI: Remove b_win_release job
1 parent c3d9f00 commit 489fa38

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.circleci/config.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -527,11 +527,6 @@ defaults:
527527
requires:
528528
- b_win
529529

530-
- workflow_win_release: &workflow_win_release
531-
<<: *workflow_trigger_on_tags
532-
requires:
533-
- b_win_release
534-
535530
# --------------------------------------------------------------------------
536531
# Parameterized Job Templates
537532

@@ -1373,11 +1368,6 @@ jobs:
13731368
- .\test\*\soltest.exe
13741369
- gitter_notify_failure_unless_pr
13751370

1376-
b_win_release:
1377-
<<: *b_win
1378-
environment:
1379-
FORCE_RELEASE: ON
1380-
13811371
t_win_soltest: &t_win_soltest
13821372
<<: *base_win_powershell
13831373
steps:
@@ -1405,9 +1395,6 @@ jobs:
14051395
- store_artifacts: *artifacts_test_results
14061396
- gitter_notify_failure_unless_pr
14071397

1408-
t_win_release_soltest:
1409-
<<: *t_win_soltest
1410-
14111398
b_bytecode_ubu:
14121399
<<: *base_ubuntu2004_small
14131400
steps:
@@ -1639,9 +1626,7 @@ workflows:
16391626

16401627
# Windows build and tests
16411628
- b_win: *workflow_trigger_on_tags
1642-
- b_win_release: *workflow_trigger_on_tags
16431629
- t_win_soltest: *workflow_win
1644-
- t_win_release_soltest: *workflow_win_release
16451630

16461631
# Bytecode comparison:
16471632
- b_bytecode_ubu:
@@ -1674,7 +1659,7 @@ workflows:
16741659
requires:
16751660
- b_ubu_static
16761661
- b_osx
1677-
- b_win_release
1662+
- b_win
16781663
- b_ems
16791664

16801665
nightly:

0 commit comments

Comments
 (0)