Skip to content

Commit

Permalink
Remove unused integration groovy script
Browse files Browse the repository at this point in the history
CMK-20920

Change-Id: I1cfa5f51e0b08346fcbc9a07c7c3b49b9e3a1f21
  • Loading branch information
JonasScharpf committed Jan 16, 2025
1 parent 8dee1f8 commit 14fde02
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 137 deletions.
1 change: 0 additions & 1 deletion buildscripts/scripts/test-composition.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def main() {
]);

def versioning = load("${checkout_dir}/buildscripts/scripts/utils/versioning.groovy");
def testing_helper = load("${checkout_dir}/buildscripts/scripts/utils/integration.groovy");
def test_jenkins_helper = load("${checkout_dir}/buildscripts/scripts/utils/test_helper.groovy");

// TODO: we should always use USE_CASE directly from the job parameters
Expand Down
1 change: 0 additions & 1 deletion buildscripts/scripts/test-integration-packages.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ def main() {
]);

def versioning = load("${checkout_dir}/buildscripts/scripts/utils/versioning.groovy");
def testing_helper = load("${checkout_dir}/buildscripts/scripts/utils/integration.groovy");
def test_jenkins_helper = load("${checkout_dir}/buildscripts/scripts/utils/test_helper.groovy");

// TODO: we should always use USE_CASE directly from the job parameters
Expand Down
1 change: 0 additions & 1 deletion buildscripts/scripts/test-update.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def main() {
]);

def versioning = load("${checkout_dir}/buildscripts/scripts/utils/versioning.groovy");
def testing_helper = load("${checkout_dir}/buildscripts/scripts/utils/integration.groovy");

def safe_branch_name = versioning.safe_branch_name(scm);
def branch_version = versioning.get_branch_version(checkout_dir);
Expand Down
134 changes: 0 additions & 134 deletions buildscripts/scripts/utils/integration.groovy

This file was deleted.

0 comments on commit 14fde02

Please sign in to comment.