Skip to content

Commit

Permalink
Removed CI deploy job and subsequent tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Madeeks committed Oct 25, 2024
1 parent e70ce45 commit 4a8fdc4
Showing 1 changed file with 0 additions and 47 deletions.
47 changes: 0 additions & 47 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ stages:
- publish_images
- cleanup
- staging
- deploy
- fast_test
- full_test

variables:
GIT_SUBMODULE_STRATEGY: normal
Expand Down Expand Up @@ -234,47 +231,3 @@ trigger_ops:
rules:
- if: $CI_COMMIT_TAG

deploy:
stage: deploy
only:
- master
- develop
- tags
- /^.*_reframe$/
- /^.*_smoke$/
script:
- "echo PWD: ${PWD}"
- ARTIFACT=sarus-Release.tar.gz
- TARGET_MACHINE=${TARGET_MACHINE:-undefined}
- DEPLOYMENT_TYPE=${DEPLOYMENT_TYPE:-development}
- NAME=${CI_COMMIT_TAG:-${CI_COMMIT_BRANCH}}
- /home/gitlab-runner/sarus-ops/deploy.sh ${ARTIFACT} ${TARGET_MACHINE} ${NAME} ${DEPLOYMENT_TYPE}

fast_test:
stage: fast_test
only:
- master
- develop
- tags
- /^.*_reframe$/
- /^.*_smoke$/
script:
- "echo PWD: ${PWD}"
- TARGET_MACHINE=${TARGET_MACHINE:-undefined}
- NAME=${CI_COMMIT_TAG:-${CI_COMMIT_BRANCH}}
- DEPLOYMENT_TYPE=${DEPLOYMENT_TYPE:-development}
- /home/gitlab-runner/sarus-ops/fast_test.sh ${TARGET_MACHINE} ${NAME} ${DEPLOYMENT_TYPE}

full_test:
stage: full_test
only:
- master
- develop
- tags
- /^.*_reframe$/
script:
- "echo PWD: ${PWD}"
- TARGET_MACHINE=${TARGET_MACHINE:-undefined}
- NAME=${CI_COMMIT_TAG:-${CI_COMMIT_BRANCH}}
- DEPLOYMENT_TYPE=${DEPLOYMENT_TYPE:-development}
- /home/gitlab-runner/sarus-ops/full_test.sh ${TARGET_MACHINE} ${NAME} ${DEPLOYMENT_TYPE}

0 comments on commit 4a8fdc4

Please sign in to comment.