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
ba494004
Commit
ba494004
authored
4 years ago
by
Zachariah Dzielinski
Browse files
Options
Downloads
Patches
Plain Diff
chore: test failure
parent
e340e59d
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
+15
-11
15 additions, 11 deletions
.gitlab-ci.yml
with
15 additions
and
11 deletions
.gitlab-ci.yml
+
15
−
11
View file @
ba494004
...
...
@@ -205,8 +205,9 @@ aws/rke2/bigbang up:
extends
:
-
.infra create
-
.bigbang
dependencies
:
-
aws/rke2/cluster up
needs
:
-
job
:
aws/rke2/cluster up
artifacts
:
true
before_script
:
-
mkdir -p ~/.kube
-
cp ${CI_PROJECT_DIR}/rke2.yaml ~/.kube/config
...
...
@@ -223,9 +224,10 @@ aws/rke2/bigbang test:
extends
:
-
.infra create
-
.bigbang
dependencies
:
-
aws/rke2/cluster up
-
aws/rke2/bigbang up
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
...
...
@@ -244,9 +246,10 @@ aws/rke2/bigbang down:
extends
:
-
.infra cleanup
-
.bigbang
dependencies
:
-
aws/rke2/cluster up
-
aws/rke2/bigbang test
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
...
...
@@ -263,9 +266,10 @@ aws/rke2/cluster down:
extends
:
-
.infra cleanup
-
.rke2 down
dependencies
:
-
aws/rke2/cluster up
-
aws/rke2/bigbang 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