UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bigbang
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Currently supported Big Bang Version is 2.51
Show more breadcrumbs
Big Bang
bigbang
Commits
80e4e7bd
Commit
80e4e7bd
authored
4 years ago
by
Zachariah Dzielinski
Browse files
Options
Downloads
Patches
Plain Diff
chore: test failure
parent
e2a05bd2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!129
BB-1081 - Modify Umbrella workflow rules to restrict pipelines for merge requests / general clean up of workflow rules
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+11
-6
11 additions, 6 deletions
.gitlab-ci.yml
with
11 additions
and
6 deletions
.gitlab-ci.yml
+
11
−
6
View file @
80e4e7bd
...
...
@@ -194,8 +194,8 @@ aws/rke2/cluster up:
extends
:
-
.infra create
-
.rke2 up
needs
:
-
job
:
aws/network up
environment
:
name
:
review/aws-${CI_COMMIT_REF_SLUG}-${CI_COMMIT_SHORT_SHA}
# Install BigBang on RKE2 cluster on AWS
aws/rke2/bigbang up
:
...
...
@@ -213,6 +213,9 @@ aws/rke2/bigbang up:
-
kubectl apply -f ${CI_PROJECT_DIR}/.gitlab-ci/jobs/rke2/dependencies/k8s-resources/aws/default-ebs-sc.yaml
script
:
-
*deploy_bigbang
environment
:
name
:
review/aws-${CI_COMMIT_REF_SLUG}-${CI_COMMIT_SHORT_SHA}
# Run tests on BigBang on RKE2 cluster on AWS
aws/rke2/bigbang test
:
...
...
@@ -223,7 +226,6 @@ aws/rke2/bigbang test:
needs
:
-
job
:
aws/rke2/cluster up
artifacts
:
true
-
job
:
aws/rke2/bigbang up
before_script
:
-
mkdir -p ~/.kube
-
cp ${CI_PROJECT_DIR}/rke2.yaml ~/.kube/config
...
...
@@ -233,6 +235,8 @@ aws/rke2/bigbang test:
-
yum install bind-utils -y
-
./scripts/hosts.sh
-
*test_bigbang
environment
:
name
:
review/aws-${CI_COMMIT_REF_SLUG}-${CI_COMMIT_SHORT_SHA}
# Uninstall BigBang on RKE2 cluster on AWS
aws/rke2/bigbang down
:
...
...
@@ -243,7 +247,6 @@ aws/rke2/bigbang down:
needs
:
-
job
:
aws/rke2/cluster up
artifacts
:
true
-
job
:
aws/rke2/bigbang test
before_script
:
-
mkdir -p ~/.kube
-
cp ${CI_PROJECT_DIR}/rke2.yaml ~/.kube/config
...
...
@@ -251,6 +254,8 @@ aws/rke2/bigbang down:
-
helm un -n bigbang bigbang
# TODO: Smarter wait
-
sleep
180
environment
:
name
:
review/aws-${CI_COMMIT_REF_SLUG}-${CI_COMMIT_SHORT_SHA}
# Destroy RKE2 cluster on AWS
aws/rke2/cluster down
:
...
...
@@ -258,8 +263,8 @@ aws/rke2/cluster down:
extends
:
-
.infra cleanup
-
.rke2 down
needs
:
-
job
:
aws/rke2/bigbang down
environment
:
name
:
review/aws-${CI_COMMIT_REF_SLUG}-${CI_COMMIT_SHORT_SHA}
#-----------------------------------------------------------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment