Skip to content

Commit b5b4111

Browse files
committed
[CHANGE] Reduced test scenarios for kamal
1 parent 2818b79 commit b5b4111

6 files changed

+2
-70
lines changed

test/kamal/mcr-ruby3.3-kamal2.4.0.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

test/kamal/mcr-ruby3.3-kamal2.5.0.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

test/kamal/rails-ruby3.3.7-kamal2.5.0.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

test/kamal/rails-ruby3.4.2-kamal2.5.0.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

test/kamal/scenarios.json

Lines changed: 2 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,18 @@
11
{
2-
"mcr-ruby3.3-kamal2.5.0": {
3-
"image": "mcr.microsoft.com/devcontainers/ruby:3.3",
4-
"features": {
5-
"kamal": {
6-
"version": "2.5.0"
7-
}
8-
}
9-
},
10-
"mcr-ruby3.3-kamal2.4.0": {
11-
"image": "mcr.microsoft.com/devcontainers/ruby:3.3",
12-
"features": {
13-
"kamal": {
14-
"version": "2.4.0"
15-
}
16-
}
17-
},
18-
"mcr-ruby3.3-kamal1.9.2": {
19-
"image": "mcr.microsoft.com/devcontainers/ruby:3.3",
2+
"mcr-ruby_latest-kamal1.9.2": {
3+
"image": "mcr.microsoft.com/devcontainers/ruby:latest",
204
"features": {
215
"kamal": {
226
"version": "1.9.2"
237
}
248
}
259
},
26-
"rails-ruby3.4.2-kamal2.5.0": {
27-
"image": "ghcr.io/rails/devcontainer/images/ruby:3.4.2",
28-
"features": {
29-
"kamal": {
30-
"version": "2.5.0"
31-
}
32-
}
33-
},
3410
"rails-ruby3.4.2-kamal1.9.2": {
3511
"image": "ghcr.io/rails/devcontainer/images/ruby:3.4.2",
3612
"features": {
3713
"kamal": {
3814
"version": "1.9.2"
3915
}
4016
}
41-
},
42-
"rails-ruby3.3.7-kamal2.5.0": {
43-
"image": "ghcr.io/rails/devcontainer/images/ruby:3.3.7",
44-
"features": {
45-
"kamal": {
46-
"version": "2.5.0"
47-
}
48-
}
4917
}
5018
}

0 commit comments

Comments
 (0)