From 5b3649051e3b35d566ed49e6ef00368755e75131 Mon Sep 17 00:00:00 2001 From: Carlos Segarra Date: Tue, 29 Oct 2024 16:32:47 +0000 Subject: [PATCH] gha: remove unneded debug --- .github/workflows/tests.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e315ec9..bf27cf8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -200,13 +200,6 @@ jobs: run: faasmctl logs -s upload - name: "Upload all data files" run: ./bin/inv_wrapper.sh data.upload - - name: "Try building locally and running with DEBUG DELETE ME" - run: | - faasmctl cli.faasm --cmd "./bin/inv_wrapper.sh dev.tools --build Debug" - faasmctl cli.faasm --cmd "ls -lart /usr/local/faasm/shared" - faasmctl cli.faasm --cmd "ls -lart /usr/local/faasm/shared/opencv" - faasmctl cli.faasm --cmd "ls -lart /usr/local/faasm/shared/opencv/composers" - faasmctl cli.faasm --cmd "./bin/inv_wrapper.sh run opencv pca --cmdline 'faasm://opencv/composers'" # FIXME: there is currently a bug in Faasm when we open a directory # that has been uploaded as a shared file. See: # https://github.com/faasm/faasm/issues/893