forked from maistra/istio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run simple tests with distroless variant (#14944)
* Run simple test with distroless images Co-authored-by: Jakob Schmid <jakob.schmid@sap.com> * Add comment to set_image_vars * Use e2e-simpleTest.sh to run distroless test Co-authored-by: Jakob Schmid <jakob.schmid@sap.com> * Use mini-kube for distroless tests Co-authored-by: Jakob Schmid <jakob.schmid@sap.com> * Add distroless test to circle-ci Co-authored-by: Jakob Schmid <jakob.schmid@sap.com> * Make tests for distroless work Co-authored-by: Jakob Schmid <jakob.schmid@sap.com> * Migrate e2e_simple distroless test from circle ci to prow Co-authored-by: Ulrich Kramer <u.kramer@sap.com> * Rename test_tag to app_tag and test_hub to app_hub Co-authored-by: Philipp Stehle <philipp.stehle@sap.com> * Fix building docker images for distroless variant Co-authored-by: Ulrich Kramer <u.kramer@sap.com>
- Loading branch information
1 parent
436d2df
commit 2b86b66
Showing
9 changed files
with
99 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
#!/bin/bash | ||
|
||
# Copyright 2018 Istio Authors | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
|
||
####################################### | ||
# # | ||
# e2e-suite # | ||
# # | ||
####################################### | ||
|
||
# Exit immediately for non zero status | ||
set -e | ||
# Check unset variables | ||
set -u | ||
# Print commands | ||
set -x | ||
|
||
echo 'Running Simple test with rbac, auth Tests and distroless' | ||
./prow/e2e-suite.sh --auth_enable --single_test e2e_simple --installer helm --variant distroless "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters