Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable CI #244

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions upstream-master-ci/prow-build-dev-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ echo "${PATH_CI}"
export PATH_CI

echo "Prow Job to run CI tests on the Docker packages"
echo "Skip Build Dev image"
exit 0
# Go to the workdir
echo "* Starting dockerd and waiting for it *"
${PWD}/dockerctl.sh start
Expand Down
2 changes: 0 additions & 2 deletions upstream-master-ci/prow-integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ set -u
begin=$SECONDS

echo "Prow Job to run integration tests on the Docker packages"
echo "Skip integration tests"
exit 0
${PWD}/dockerctl.sh start

set -o allexport
Expand Down
2 changes: 0 additions & 2 deletions upstream-master-ci/prow-unit-test-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ begin=$SECONDS
PATH_CI="${PWD}/upstream-master-ci"
export PATH_CI
echo "Prow Job to run CI tests on the Docker packages"
echo "Skip unit tests"
exit 0
if [[ -z ${ARTIFACTS} ]]; then
ARTIFACTS=/logs/artifacts
echo "Setting ARTIFACTS to ${ARTIFACTS}"
Expand Down