File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 67
67
- run :
68
68
name : Build XDMoD RPM
69
69
command : docker exec -w /root/xdmod xdmod /root/bin/buildrpm xdmod
70
+
71
+ # This when condition will only trigger if the build is being run by:
72
+ # - a scheduled pipline ( cron job ) called "xdmod-time-trigger"
73
+ # OR
74
+ # - if the build has the "schedule-name" parameter set to "xdmod-time-trigger"
75
+ # This is so that we can manually trigger code coverage generation for testing purposes.
70
76
- when :
71
77
condition :
72
78
or :
Original file line number Diff line number Diff line change @@ -500,13 +500,7 @@ echo ${arg_r}
500
500
echo
501
501
echo $PROCESS_FILE_INSTALL_PATH
502
502
503
- # ~/bin/services restart
504
-
505
503
# ## Create / Update privs for the directory that will contain the code coverage reports.
506
504
mkdir " ${arg_c} "
507
505
chmod 777 " ${arg_c} "
508
506
chown root:apache " ${arg_c} "
509
-
510
- # ## Make sure to restart the services so that these changes take effect.x
511
- # ~/bin/services stop
512
- # ~/bin/services start
You can’t perform that action at this time.
0 commit comments