File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -1317,15 +1317,15 @@ dot1x_eap_tls_deb12:
1317
1317
- .test_script_job
1318
1318
- .test_devel_and_maintenance_rules
1319
1319
1320
- dot1x_eap_tls_el8_kiss :
1320
+ dot1x_eap_tls_kiss_el8 :
1321
1321
variables :
1322
1322
VAGRANT_PF_DOTFILE_PATH : /var/local/gitlab-runner/vagrant/vagrant-${CI_JOB_NAME}-${CI_JOB_ID}
1323
1323
extends :
1324
1324
- .test_job
1325
1325
- .test_script_job
1326
1326
- .test_devel_and_maintenance_rules
1327
1327
1328
- dot1x_eap_tls_deb12_kiss :
1328
+ dot1x_eap_tls_kiss_deb12 :
1329
1329
variables :
1330
1330
VAGRANT_PF_DOTFILE_PATH : /var/local/gitlab-runner/vagrant/vagrant-${CI_JOB_NAME}-${CI_JOB_ID}
1331
1331
extends :
@@ -1506,7 +1506,7 @@ dot1x_eap_tls_deb12_branches:
1506
1506
- .test_script_job
1507
1507
- .test_branches_only_rules
1508
1508
1509
- dot1x_eap_tls_el8_kiss_branches :
1509
+ dot1x_eap_tls_kiss_el8_branches :
1510
1510
variables :
1511
1511
VAGRANT_PF_DOTFILE_PATH : /var/local/gitlab-runner/vagrant/vagrant-${CI_JOB_NAME}-${CI_JOB_ID}
1512
1512
VAGRANT_COMMON_DOTFILE_PATH : /var/local/gitlab-runner/vagrant/vagrant-common-devel
@@ -1515,7 +1515,7 @@ dot1x_eap_tls_el8_kiss_branches:
1515
1515
- .test_script_job
1516
1516
- .test_branches_only_rules
1517
1517
1518
- dot1x_eap_tls_deb12_kiss_branches :
1518
+ dot1x_eap_tls_kiss_deb12_branches :
1519
1519
variables :
1520
1520
VAGRANT_PF_DOTFILE_PATH : /var/local/gitlab-runner/vagrant/vagrant-${CI_JOB_NAME}-${CI_JOB_ID}
1521
1521
VAGRANT_COMMON_DOTFILE_PATH : /var/local/gitlab-runner/vagrant/vagrant-common-devel
Original file line number Diff line number Diff line change @@ -161,13 +161,13 @@ dot1x_eap_tls_deb12:
161
161
$(MAKE_TARGET )
162
162
163
163
164
- dot1x_eap_tls_el8_kiss :
164
+ dot1x_eap_tls_kiss_el8 :
165
165
make \
166
166
PF_VM_NAMES =pfel8$(DEV_ENV ) \
167
167
SCENARIOS_TO_RUN=dot1x_eap_tlsi_kiss \
168
168
$(MAKE_TARGET )
169
169
170
- dot1x_eap_tls_deb12_kiss :
170
+ dot1x_eap_tls_kiss_deb12 :
171
171
make \
172
172
PF_VM_NAMES =pfdeb12$(DEV_ENV ) \
173
173
SCENARIOS_TO_RUN=dot1x_eap_tls_kiss \
@@ -308,8 +308,8 @@ dot1x_eap_peap_deb12_branches: dot1x_eap_peap_deb12
308
308
dot1x_eap_peap_el8_branches : dot1x_eap_peap_el8
309
309
dot1x_eap_tls_deb12_branches : dot1x_eap_tls_deb12
310
310
dot1x_eap_tls_el8_branches : dot1x_eap_tls_el8
311
- dot1x_eap_tls_deb12_kiss_branches : dot1x_eap_tls_deb12_kiss
312
- dot1x_eap_tls_el8_kiss_branches : dot1x_eap_tls_el8_kiss
311
+ dot1x_eap_tls_kiss_deb12_branches : dot1x_eap_tls_kiss_deb12
312
+ dot1x_eap_tls_kiss_el8_branches : dot1x_eap_tls_kiss_el8
313
313
external_integrations_deb12_branches : external_integrations_deb12
314
314
fingerbank_invalid_db_deb12_branches : fingerbank_invalid_db_deb12
315
315
inline_deb12_branches : inline_deb12
You can’t perform that action at this time.
0 commit comments