Skip to content

Commit

Permalink
Merge pull request #34 from SebastianScherer88/fix-ci-platform-test
Browse files Browse the repository at this point in the history
Fix ci platform test part 2
  • Loading branch information
SebastianScherer88 authored Oct 27, 2024
2 parents 3eab8b8 + 9107ed9 commit 9c07bdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/platform-test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Scheduled platform test
on:
schedule:
- cron: '50 16 * * *' # run this test at 16:40 UTC every day
- cron: '25 18 * * *' # run this test at 16:40 UTC every day
jobs:
k8s-test:
uses: ./.github/workflows/test.yaml
Expand Down
2 changes: 2 additions & 0 deletions infrastructure/terraform/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ ARTIFACT_REPOSITORY_S3_BUCKET=bettmensch-ai-artifact-repository

platform.init:
@echo "::group::Initializing platform infrastructure environment"
pip install boto3 # needed for python bucket emptying utility in
# `platform.down` target
terraform -chdir=$(DIR) init
@echo "::endgroup::"

Expand Down

0 comments on commit 9c07bdf

Please sign in to comment.