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.50
Show more breadcrumbs
Big Bang
bigbang
Merge requests
!54
Bb 694 1 - dont merge
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Bb 694 1 - dont merge
BB-694-1
into
master
Overview
0
Commits
3
Pipelines
4
Changes
1
Closed
evan.rush
requested to merge
BB-694-1
into
master
4 years ago
Overview
0
Commits
3
Pipelines
4
Changes
1
Expand
Dont merge
0
0
Merge request reports
Compare
master
version 1
678b0460
4 years ago
master (base)
and
latest version
latest version
2caac243
3 commits,
4 years ago
version 1
678b0460
2 commits,
4 years ago
1 file
+
7
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
7
−
1
Options
@@ -11,6 +11,7 @@ workflow:
include
:
-
project
:
'
platform-one/big-bang/pipeline-templates/umbrella-templates'
ref
:
'
BB-694-1'
file
:
'
/global.gitlab-ci.yml'
stages
:
@@ -219,7 +220,12 @@ aws/rke2/bigbang test:
artifacts
:
true
-
job
:
aws/rke2/bigbang up
script
:
-
echo "tests go here"
-
kubectl get all -A
-
kubectl describe gateway main -n istio-system
-
kubectl get gateway main -n istio-system
-
kubectl get gateway main -n istio-system -o yaml
-
kubectl get service -n istio-system
-
kubectl get service istio-ingressgateway -n istio-system -o yaml
# Uninstall BigBang on RKE2 cluster on AWS
aws/rke2/bigbang down
:
Loading