UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit a1b7926c authored by Ismail Ahmad's avatar Ismail Ahmad Committed by evan.rush
Browse files

Docs bb 870

parent ef0cb519
No related branches found
No related tags found
No related merge requests found
...@@ -5,13 +5,13 @@ workflow: ...@@ -5,13 +5,13 @@ workflow:
- if: '$CI_COMMIT_MESSAGE =~ /^wip/' - if: '$CI_COMMIT_MESSAGE =~ /^wip/'
when: never when: never
# Skip pipeline for branches that start with "docs" # Skip pipeline for branches that start with "docs"
- if: '$CI_COMMIT_BRANCH =~ /^docs/' - if: '$CI_COMMIT_REF_NAME =~ /^docs/'
when: never when: never
- when: always - when: always
include: include:
- project: 'platform-one/big-bang/pipeline-templates/umbrella-templates' - project: 'platform-one/big-bang/pipeline-templates/umbrella-templates'
file: '/global.gitlab-ci.yml' file: '/global.gitlab-ci.yml'
stages: stages:
- smoke tests - smoke tests
...@@ -28,6 +28,9 @@ stages: ...@@ -28,6 +28,9 @@ stages:
# #
.bigbang: .bigbang:
image: registry.dsop.io/platform-one/big-bang/pipeline-templates/pipeline-templates/k3d-builder:0.0.1 image: registry.dsop.io/platform-one/big-bang/pipeline-templates/pipeline-templates/k3d-builder:0.0.1
after_script:
- kubectl get all -A
- kubectl get helmrelease -A
.deploy_bigbang: &deploy_bigbang .deploy_bigbang: &deploy_bigbang
- for script in ./scripts/*.sh; do chmod +x $script && $script; done - for script in ./scripts/*.sh; do chmod +x $script && $script; done
...@@ -174,8 +177,6 @@ aws/rke2/bigbang up: ...@@ -174,8 +177,6 @@ aws/rke2/bigbang up:
- kubectl apply -f ${CI_PROJECT_DIR}/umbrella-templates/jobs/rke2/dependencies/k8s-resources/aws/default-ebs-sc.yaml - kubectl apply -f ${CI_PROJECT_DIR}/umbrella-templates/jobs/rke2/dependencies/k8s-resources/aws/default-ebs-sc.yaml
script: script:
- *deploy_bigbang - *deploy_bigbang
after_script:
- kubectl get all -A
# Run tests on BigBang on RKE2 cluster on AWS # Run tests on BigBang on RKE2 cluster on AWS
aws/rke2/bigbang test: aws/rke2/bigbang test:
...@@ -219,11 +220,8 @@ aws/rke2/bigbang down: ...@@ -219,11 +220,8 @@ aws/rke2/bigbang down:
- cp ${CI_PROJECT_DIR}/rke2.yaml ~/.kube/config - cp ${CI_PROJECT_DIR}/rke2.yaml ~/.kube/config
script: script:
- helm un -n bigbang bigbang - helm un -n bigbang bigbang
# TODO: Smarter wait # TODO: Smarter wait
- sleep 180 - sleep 180
after_script:
- kubectl get all -A
# Destroy RKE2 cluster on AWS # Destroy RKE2 cluster on AWS
aws/rke2/cluster down: aws/rke2/cluster down:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment