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
8cf25754
Commit
8cf25754
authored
4 years ago
by
Zachariah Dzielinski
Browse files
Options
Downloads
Patches
Plain Diff
ci: testing dependencies vs needs
parent
7960a927
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
+13
-18
13 additions, 18 deletions
.gitlab-ci.yml
with
13 additions
and
18 deletions
.gitlab-ci.yml
+
13
−
18
View file @
8cf25754
...
...
@@ -95,9 +95,8 @@ clean install:
upgrade
:
stage
:
smoke tests
needs
:
-
job
:
pre vars
artifacts
:
true
dependencies
:
-
pre vars
extends
:
-
.k3d
rules
:
...
...
@@ -257,9 +256,8 @@ aws/rke2/bigbang up:
extends
:
-
.infra create
-
.bigbang
needs
:
-
job
:
aws/rke2/cluster up
artifacts
:
true
dependencies
:
-
aws/rke2/cluster up
before_script
:
-
mkdir -p ~/.kube
-
cp ${CI_PROJECT_DIR}/rke2.yaml ~/.kube/config
...
...
@@ -274,10 +272,9 @@ aws/rke2/bigbang test:
extends
:
-
.infra create
-
.bigbang
needs
:
-
job
:
aws/rke2/cluster up
artifacts
:
true
-
job
:
aws/rke2/bigbang up
dependencies
:
-
aws/rke2/cluster up
-
aws/rke2/bigbang up
before_script
:
-
mkdir -p ~/.kube
-
cp ${CI_PROJECT_DIR}/rke2.yaml ~/.kube/config
...
...
@@ -294,10 +291,9 @@ aws/rke2/bigbang down:
extends
:
-
.infra cleanup
-
.bigbang
needs
:
-
job
:
aws/rke2/cluster up
artifacts
:
true
-
job
:
aws/rke2/bigbang test
dependencies
:
-
aws/rke2/cluster up
-
aws/rke2/bigbang test
before_script
:
-
mkdir -p ~/.kube
-
cp ${CI_PROJECT_DIR}/rke2.yaml ~/.kube/config
...
...
@@ -312,9 +308,8 @@ aws/rke2/cluster down:
extends
:
-
.infra cleanup
-
.rke2 down
needs
:
-
job
:
aws/rke2/cluster up
artifacts
:
true
-
job
:
aws/rke2/bigbang down
dependencies
:
-
aws/rke2/cluster up
-
aws/rke2/bigbang down
#-----------------------------------------------------------------------------------------------------------------------
\ No newline at end of file
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