Skip to content

Commit

Permalink
Revert "Temporarily disable k8s-test-suite (#16606)" (#16608)
Browse files Browse the repository at this point in the history
This reverts commit be7ff20.

## Summary & Motivation

Re-enable k8s tests after aws is back up

## How I Tested These Changes

Stacked a commit
c9c3f7c
that edited dagster-k8s over this and ran:
https://buildkite.com/dagster/dagster/builds/66467
  • Loading branch information
schrockn authored Sep 19, 2023
1 parent fe57d60 commit 09b2cea
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ def build_integration_steps() -> List[BuildkiteStep]:
# test suites
steps += build_backcompat_suite_steps()
steps += build_celery_k8s_suite_steps()
# schrockn (2023-09-18) Temporarily due to aws incident
# steps += build_k8s_suite_steps()
steps += build_k8s_suite_steps()
steps += build_daemon_suite_steps()

return steps
Expand Down

0 comments on commit 09b2cea

Please sign in to comment.