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
4f239ddf
Commit
4f239ddf
authored
3 years ago
by
Thomas Runyon
Browse files
Options
Downloads
Patches
Plain Diff
reverting some changes back
parent
f383375f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!419
Breaking Change update cert for *.bigbang.dev
Pipeline
#222252
passed
3 years ago
Stage: .pre
Stage: smoke tests
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-2
1 addition, 2 deletions
.gitlab-ci.yml
tests/bash/01_virtualservices.sh
+1
-1
1 addition, 1 deletion
tests/bash/01_virtualservices.sh
tests/bash/02_non_ironbank.sh
+1
-1
1 addition, 1 deletion
tests/bash/02_non_ironbank.sh
with
3 additions
and
4 deletions
.gitlab-ci.yml
+
1
−
2
View file @
4f239ddf
...
...
@@ -95,11 +95,10 @@ pre vars:
.deploy_bigbang
:
&deploy_bigbang
-
find ./scripts/deploy -type f -name '*.sh' | sort | xargs -r -I {} sh -c 'echo {} && sh {}'
-
kubectl get secrets -n istio-system wildcard-cert -o jsonpath="{ .data.tls\.crt }" | base64 --decode | openssl x509 -text
.test_bigbang
:
&test_bigbang
-
find ./tests -type f -name '*.sh' | sort | xargs -r -I {} sh -c 'echo {} && sh {}'
clean install
:
stage
:
smoke tests
extends
:
...
...
This diff is collapsed.
Click to expand it.
tests/bash/01_virtualservices.sh
+
1
−
1
View file @
4f239ddf
#!/usr/bin/env bash
# exit on error
#
set -e
set
-e
# Populate /etc/hosts
ip
=
$(
kubectl
-n
istio-system get service istio-ingressgateway
-o
jsonpath
=
'{.status.loadBalancer.ingress[0].ip}'
)
...
...
This diff is collapsed.
Click to expand it.
tests/bash/02_non_ironbank.sh
+
1
−
1
View file @
4f239ddf
#!/usr/bin/env bash
# exit on error
#
set -e
set
-e
# Quick check for non iron bank images
echo
"Showing images not from ironbank:"
...
...
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