Loading capif/.gitlab-ci.yml +8 −8 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ stages: - main_container_scanning - sast - merge_request_staging_into_main - robot_framework_testing - post_rf - main_build_and_push - staging_cancel_previous_action - dev_cancel_previous_action Loading Loading @@ -715,13 +715,13 @@ delete_ocf_main: action: stop #robot_framework_testing: # needs: ["deploy_ocf_main"] # stage: robot_framework_testing # script: # - | # echo "------ Robot Framework Testing ------" # <<: *main_common post_rf: needs: ["deploy_ocf_main"] stage: post_rf script: - | echo "------ Robot Framework Testing ------" <<: *main_common #ci_in_staging: # stage: ci_in_staging Loading Loading
capif/.gitlab-ci.yml +8 −8 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ stages: - main_container_scanning - sast - merge_request_staging_into_main - robot_framework_testing - post_rf - main_build_and_push - staging_cancel_previous_action - dev_cancel_previous_action Loading Loading @@ -715,13 +715,13 @@ delete_ocf_main: action: stop #robot_framework_testing: # needs: ["deploy_ocf_main"] # stage: robot_framework_testing # script: # - | # echo "------ Robot Framework Testing ------" # <<: *main_common post_rf: needs: ["deploy_ocf_main"] stage: post_rf script: - | echo "------ Robot Framework Testing ------" <<: *main_common #ci_in_staging: # stage: ci_in_staging Loading