Skip to content

Commit

Permalink
Jenkinsfile.integration: default to ses7p for CI tests
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Serong <tserong@suse.com>
  • Loading branch information
tserong committed Jun 26, 2023
1 parent 9083721 commit e48c3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile.integration
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def cloud_params = [
]

def sesdev_create_cmd(ceph_salt_git_repo, ceph_salt_git_branch, extra_repo_urls) {
cmd = "sesdev create pacific --salt --non-interactive"
cmd = "sesdev create ses7p --salt --non-interactive"
if (!ceph_salt_git_repo.isEmpty()) {
if (ceph_salt_git_branch.isEmpty()) {
error('ceph-salt git repo set, but no ceph-salt git branch given')
Expand Down

0 comments on commit e48c3d4

Please sign in to comment.