Commit 7f1729a
Circle CI: Replace string parameters with enums where applicable (#34962)
Summary:
Pull Request resolved: #34962
For jobs that take a string parameter, where that string parameter is expected to be one of a set of accepted values, use an enum instead.
If an unexpected value is passed to a enum parameter, then `circleci config validate` will flag the issue.
Changelog: [Internal]
Reviewed By: NickGerleman
Differential Revision: D40310118
fbshipit-source-id: b8416c415705ff6eba80cc5f0d9bfe670569f7321 parent 3d64d09 commit 7f1729a
1 file changed
Lines changed: 23 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
744 | 744 | | |
745 | 745 | | |
746 | 746 | | |
747 | | - | |
748 | 747 | | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
749 | 751 | | |
750 | 752 | | |
751 | 753 | | |
752 | 754 | | |
753 | | - | |
754 | 755 | | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
755 | 759 | | |
756 | 760 | | |
757 | 761 | | |
| |||
790 | 794 | | |
791 | 795 | | |
792 | 796 | | |
793 | | - | |
794 | 797 | | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
795 | 801 | | |
796 | | - | |
797 | 802 | | |
| 803 | + | |
| 804 | + | |
| 805 | + | |
798 | 806 | | |
799 | | - | |
800 | 807 | | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
801 | 811 | | |
802 | | - | |
803 | 812 | | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
804 | 816 | | |
805 | 817 | | |
806 | 818 | | |
| |||
878 | 890 | | |
879 | 891 | | |
880 | 892 | | |
881 | | - | |
882 | | - | |
883 | | - | |
884 | 893 | | |
885 | 894 | | |
886 | 895 | | |
887 | 896 | | |
888 | 897 | | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
889 | 903 | | |
890 | 904 | | |
891 | 905 | | |
| |||
0 commit comments