Skip to content

Commit 0f1c32e

Browse files
change CI run to new
1 parent 1edc824 commit 0f1c32e

File tree

4 files changed

+2
-118
lines changed

4 files changed

+2
-118
lines changed

.github/workflows/backtest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ jobs:
5252
run: |
5353
sudo prlimit --pid=$$ --nofile=1048576
5454
sudo prlimit --pid=$$ --memlock=unlimited
55-
DUMP_DIR=../dump HUGE_TLBFS_ALLOW_HUGEPAGE_INCREASE=false make run-runtime-backtest
55+
gcloud auth activate-service-account --key-file /etc/firedancer-scratch-bucket-key.json
56+
DUMP_DIR=../dump $OBJDIR/bin/backtest --ci
5657
5758
- name: fini
5859
if: always()

src/flamenco/runtime/tests/Local.mk

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ $(call make-unit-test,test_sol_compat,test_sol_compat,fd_flamenco_test fd_flamen
1616
$(call make-shared,libfd_exec_sol_compat.so,fd_sol_compat,fd_flamenco_test fd_flamenco fd_funk fd_ballet fd_util fd_disco,$(SECP256K1_LIBS) $(SOL_COMPAT_FLAGS))
1717
$(call make-unit-test,test_sol_compat_so,test_sol_compat_so,fd_util)
1818

19-
run-runtime-backtest: $(OBJDIR)/bin/fd_ledger $(OBJDIR)/bin/firedancer-dev
20-
OBJDIR=$(OBJDIR) src/flamenco/runtime/tests/run_backtest_ci.sh $(BACKTEST_ARGS)
21-
2219
endif
2320
endif
2421

src/flamenco/runtime/tests/run_backtest_ci.sh

Lines changed: 0 additions & 27 deletions
This file was deleted.

src/flamenco/runtime/tests/run_backtest_tests_all.sh

Lines changed: 0 additions & 87 deletions
This file was deleted.

0 commit comments

Comments
 (0)