UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 61f948dc authored by Zachariah Dzielinski's avatar Zachariah Dzielinski
Browse files

ci: Modifying and cleaning workflow rules to enforce pipelines for merge requests

parent 14c22903
No related branches found
No related tags found
1 merge request!129BB-1081 - Modify Umbrella workflow rules to restrict pipelines for merge requests / general clean up of workflow rules
Pipeline #119316 failed
......@@ -273,7 +273,7 @@ aws/rke2/bigbang test:
needs:
- job: aws/rke2/cluster up
artifacts: true
# - job: aws/rke2/bigbang up
- job: aws/rke2/bigbang up
before_script:
- mkdir -p ~/.kube
- cp ${CI_PROJECT_DIR}/rke2.yaml ~/.kube/config
......@@ -293,7 +293,7 @@ aws/rke2/bigbang down:
needs:
- job: aws/rke2/cluster up
artifacts: true
# - job: aws/rke2/bigbang test
- job: aws/rke2/bigbang test
before_script:
- mkdir -p ~/.kube
- cp ${CI_PROJECT_DIR}/rke2.yaml ~/.kube/config
......@@ -311,6 +311,6 @@ aws/rke2/cluster down:
needs:
- job: aws/rke2/cluster up
artifacts: true
# - job: aws/rke2/bigbang down
- job: aws/rke2/bigbang down
#-----------------------------------------------------------------------------------------------------------------------
#-----------------------------------------------------------------------------------------------------------------------
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment