Skip to content

Commit

Permalink
E2E: Invert ContainerPortAllocation FeatureGate (#1652)
Browse files Browse the repository at this point in the history
ContainerPortAllocation now turned on by default, switching it off for
E2E tests.
  • Loading branch information
aLekSer committed Jun 26, 2020
1 parent 1292bb1 commit a02a6fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,11 +228,11 @@ steps:
- GO111MODULE=on

#
# Run the e2e tests with FeatureGates
# Run the e2e tests with FeatureGates inverted compared to Stable
#

- name: 'e2e-runner'
args: ['PlayerTracking=true&ContainerPortAllocation=true', 'e2e-test-cluster']
args: ['PlayerTracking=true&ContainerPortAllocation=false', 'e2e-test-cluster']
id: e2e-feature-gates
waitFor:
- push-images
Expand Down

0 comments on commit a02a6fe

Please sign in to comment.