Skip to content

Commit

Permalink
ci: test start mase failure
Browse files Browse the repository at this point in the history
  • Loading branch information
BlairCurrey committed Mar 11, 2025
1 parent 25ff9b1 commit 6e9e9b7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/node-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,13 +205,6 @@ jobs:
echo "Performance tests passed."
fi
# - name: Print MASE logs
# if: failure()
# run: |
# echo "Run performance tests errored."
# cat mases.log
# exit 1

- name: Post/Update Performance Test Results as PR Comment
if: always()
uses: actions/github-script@v7
Expand Down Expand Up @@ -291,13 +284,6 @@ jobs:
console.log("No PR detected, skipping comment.");
}
# - name: Fail if performance tests failed
# if: steps.perf_test.outcome == 'failure'
# run: exit 1




node-build:
runs-on: ubuntu-latest
timeout-minutes: 5
Expand Down
2 changes: 0 additions & 2 deletions test/performance/scripts/start-mases.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
/* eslint-disable */
const { MockASE, C9_CONFIG, HLB_CONFIG } = require('test-lib')

;(async () => {
try {
throw new Error('testing ci')
await MockASE.create(C9_CONFIG)
console.debug('Created Cloud Nine Mock ASE')
await MockASE.create(HLB_CONFIG)
Expand Down

0 comments on commit 6e9e9b7

Please sign in to comment.