Skip to content

Commit 8834e88

Browse files
authored
Remove unused DurationBeforeChangeTierRequestDeletion config (#1258)
* Remove unused DurationBeforeChangeTierRequestDeletion config * Update deps * Remove durationBeforeChangeTierRequestDeletion from test config files
1 parent 1b5176b commit 8834e88

File tree

5 files changed

+6
-9
lines changed

5 files changed

+6
-9
lines changed

deploy/host-operator/appstudio-e2e/toolchainconfig.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ spec:
77
tiers:
88
defaultTier: 'appstudio'
99
defaultSpaceTier: 'appstudio'
10-
durationBeforeChangeTierRequestDeletion: '5s'
1110
automaticApproval:
1211
enabled: true
1312
deactivation:

deploy/host-operator/e2e-tests/toolchainconfig.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ spec:
3030
spaceRequestEnabled: true
3131
spaceBindingRequestEnabled: true
3232
tiers:
33-
durationBeforeChangeTierRequestDeletion: '5s'
3433
defaultSpaceTier: 'base1ns'
3534
featureToggles:
3635
- name: "test-feature"

deploy/host-operator/ui-e2e-tests/toolchainconfig.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ spec:
3232
spaceRequestEnabled: true
3333
spaceBindingRequestEnabled: true
3434
tiers:
35-
durationBeforeChangeTierRequestDeletion: "5s"
3635
defaultSpaceTier: "base1ns"
3736
featureToggles:
3837
- name: "test-feature"

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/codeready-toolchain/toolchain-e2e
22

33
require (
4-
github.com/codeready-toolchain/api v0.0.0-20260108115150-4c6695ed18de
5-
github.com/codeready-toolchain/toolchain-common v0.0.0-20260225205316-85e4bef507f2
4+
github.com/codeready-toolchain/api v0.0.0-20260226033043-912fcbd23dc7
5+
github.com/codeready-toolchain/toolchain-common v0.0.0-20260226040150-d7d5d0163ff7
66
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
77
github.com/fatih/color v1.18.0
88
github.com/ghodss/yaml v1.0.0

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMn
2626
github.com/cloudflare/circl v1.1.0/go.mod h1:prBCrKB9DV4poKZY1l9zBXg2QJY7mvgRvtMxxK7fi4I=
2727
github.com/cloudflare/circl v1.6.3 h1:9GPOhQGF9MCYUeXyMYlqTR6a5gTrgR/fBLXvUgtVcg8=
2828
github.com/cloudflare/circl v1.6.3/go.mod h1:2eXP6Qfat4O/Yhh8BznvKnJ+uzEoTQ6jVKJRn81BiS4=
29-
github.com/codeready-toolchain/api v0.0.0-20260108115150-4c6695ed18de h1:rc39ZRUk2AyADzH+bt5On7V7qJz6syUrI4qNyCSXY3o=
30-
github.com/codeready-toolchain/api v0.0.0-20260108115150-4c6695ed18de/go.mod h1:O/HyAcz6fynt3LXr8wTGaIXt+0v6BpkiJvDxNQDCqyA=
31-
github.com/codeready-toolchain/toolchain-common v0.0.0-20260225205316-85e4bef507f2 h1:Cn60rNw0cK4GrtJdTbaDfBr9Nbl0gIGRwrV4raSzM6o=
32-
github.com/codeready-toolchain/toolchain-common v0.0.0-20260225205316-85e4bef507f2/go.mod h1:ZiaHcxOYExpyzOwIQjpggJm9LvcdNsxCMF+qrXOVkr0=
29+
github.com/codeready-toolchain/api v0.0.0-20260226033043-912fcbd23dc7 h1:1YCopXDF7WSjhM7sQAFoNeJvoIVPCHDY35jNVqc0Xh4=
30+
github.com/codeready-toolchain/api v0.0.0-20260226033043-912fcbd23dc7/go.mod h1:PMg6kNHuCGNlu3MOdrCisqGkBpvzB0qS1+E6nrXxPAc=
31+
github.com/codeready-toolchain/toolchain-common v0.0.0-20260226040150-d7d5d0163ff7 h1:NLTKW/An6PfcgqUyjeloAl0cmR0/lJopURsMMY/VZcs=
32+
github.com/codeready-toolchain/toolchain-common v0.0.0-20260226040150-d7d5d0163ff7/go.mod h1:TtwbNKTtHxDEaO2fOhJbYM4S1FykJHOf/4/nCw7hFwo=
3333
github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=
3434
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
3535
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

0 commit comments

Comments
 (0)