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
Show more breadcrumbs
Big Bang
bigbang
Commits
e2a05bd2
Commit
e2a05bd2
authored
4 years ago
by
Zachariah Dzielinski
Browse files
Options
Downloads
Patches
Plain Diff
chore: test failure
parent
ba494004
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-12
0 additions, 12 deletions
.gitlab-ci.yml
with
0 additions
and
12 deletions
.gitlab-ci.yml
+
0
−
12
View file @
e2a05bd2
...
...
@@ -196,8 +196,6 @@ aws/rke2/cluster up:
-
.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
:
...
...
@@ -215,8 +213,6 @@ 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
:
...
...
@@ -237,8 +233,6 @@ 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
:
...
...
@@ -257,8 +251,6 @@ 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
:
...
...
@@ -267,11 +259,7 @@ aws/rke2/cluster down:
-
.infra cleanup
-
.rke2 down
needs
:
-
job
:
aws/rke2/cluster up
artifacts
:
true
-
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