Skip to content

Commit

Permalink
added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
oakrizan committed Feb 8, 2024
1 parent 9349512 commit a18ea53
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .buildkite/heartbeat/scripts/integration-gotests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@

set -euo pipefail

# Remove when custom image is set up
source .buildkite/env-scripts/linux-env.sh

echo "--- Executing Integration Tests"
# Remove when custom image is set up
sudo chmod -R go-w heartbeat/

cd heartbeat
# Remove when custom image is set up
umask 0022
mage goIntegTest
3 changes: 3 additions & 0 deletions .buildkite/heartbeat/scripts/integration-pytests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@

set -euo pipefail

# Remove when custom image is set up
source .buildkite/env-scripts/linux-env.sh

echo "--- Executing Integration Tests"
# Remove when custom image is set up
sudo chmod -R go-w heartbeat/

cd heartbeat
# Remove when custom image is set up
umask 0022
mage pythonIntegTest
3 changes: 3 additions & 0 deletions .buildkite/heartbeat/scripts/unit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@

set -euo pipefail

# Remove when custom image is set up
source .buildkite/env-scripts/linux-env.sh

echo "--- Running Unit Tests"
# Remove when custom image is set up
sudo chmod -R go-w heartbeat/

cd heartbeat
# Remove when custom image is set up
umask 0022
mage build unitTest

0 comments on commit a18ea53

Please sign in to comment.