Skip to content

Commit

Permalink
new build
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredperreault-okta committed Jan 23, 2023
1 parent f76fdac commit e7c32ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .bacon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@ test_suites:
timeout: '30'
script_name: e2e-dockolith
criteria: OPTIONAL
# queue_name: ci-queue-prodJenga-Monolith-Build
queue_name: ci-queue-productionJenga-Func-Linux-S
queue_name: ci-queue-prodJenga-Monolith-Build
# Sauce labs tests are flaky due to the free account we are currently using
# Re-enable this task on bacon once we have an paid account
# - name: e2e-saucelabs
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup-dockolith.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DIR=$(cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd)
source $DIR/setup.sh

# Monolith version to test against
DEFAULT_BUILDVERSION="2023.01.0-begin-194-gb515dc829aa6"
DEFAULT_BUILDVERSION="2023.01.2-begin-289-g43b0d0091779"
export MONOLITH_BUILDVERSION="${MONOLITH_BUILDVERSION:-$DEFAULT_BUILDVERSION}"

# causes test failures when https is active
Expand Down

0 comments on commit e7c32ff

Please sign in to comment.