Skip to content

Commit

Permalink
Bump test constants
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Sep 15, 2024
1 parent 406a49c commit d54d0a1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ class TestConstants {

TestConstants() {
imageRepo = "gesellix/echo-server"
imageTag = "2024-07-28T18-30-00"
imageTag = "2024-09-15T19-35-00"
imageName = "$imageRepo:$imageTag"

versionDetails = [
ApiVersion : { it in ["1.43", "1.44", "1.45"] },
ApiVersion : { it in ["1.43", "1.44", "1.45", "1.46", "1.47"] },
Arch : { it in ["amd64", "arm64"] },
BuildTime : { it =~ "\\d{4}-\\d{2}-\\d{2}T\\w+" },
GitCommit : { it =~ "\\w{6,}" },
Expand Down

0 comments on commit d54d0a1

Please sign in to comment.