Commit d5b2c0c3 authored by Andres Anaya Amariels's avatar Andres Anaya Amariels 🚀
Browse files

- main_rf_testing

parent 089ebcc6
Loading
Loading
Loading
Loading
+9 −10
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@ stages:
  - sast
  - merge_request_staging_into_main
  - main_build_and_push
  - new_rf
  - staging_cancel_previous_action
  - dev_cancel_previous_action
#  - staging_pulling_repo
@@ -21,6 +20,7 @@ stages:
  - dev_linting_docker
  - dev_build_and_push
  - deploy_ocf_main
  - main_rf_testing
  - delete_ocf_main
  - deploy_ocf_staging
  - delete_ocf_staging
@@ -650,15 +650,6 @@ main_build_and_push:
   - docker logout $CI_REGISTRY
  <<: *main_common


new_rf:
  needs: ["main_build_and_push"]
  stage: new_rf
  script: 
   - |
    echo "------ Robot Framework Testing ------"
  <<: *main_common

deploy_ocf_main:
  stage: deploy_ocf_main
  needs:
@@ -711,6 +702,14 @@ deploy_ocf_main:
#      --wait --timeout=10m \
#      --create-NAMESPACE_STAGING --kubeconfig ~/cluster.kubeconfig

main_rf_testing:
  needs: ["main_build_and_push"]
  stage: main_rf_testing
  script: 
   - |
    echo "------ Robot Framework Testing ------"
  <<: *main_common

delete_ocf_main:
  stage: delete_ocf_main
  <<: *main_common