Skip to content

Commit

Permalink
make pipeline_dir dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
nikellepetrillo committed Dec 30, 2024
1 parent 2360cd7 commit c00128f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_optimus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ env:
PROJECT_NAME: WARP
PIPELINE_NAME: TestOptimus
DOCKSTORE_PIPELINE_NAME: Optimus
PIPELINE_DIR: "pipelines/skylab/optimus"

# workspace configuration
TESTING_WORKSPACE: WARP Tests
Expand Down Expand Up @@ -223,7 +224,6 @@ jobs:
USE_CALL_CACHE_BOOL=false
fi
PIPELINE_DIR="pipelines/skylab/optimus"
TEST_TYPE="${{ env.testType }}"
INPUTS_DIR="$PIPELINE_DIR/test_inputs/$TEST_TYPE"
echo "Running tests with test type: $TEST_TYPE"
Expand Down Expand Up @@ -364,6 +364,7 @@ jobs:
WORKSPACE_NAMESPACE: ${{ env.WORKSPACE_NAMESPACE }}
USER: ${{ env.USER }}
DOCKSTORE_PIPELINE_NAME: ${{ env.DOCKSTORE_PIPELINE_NAME }}
PIPELINE_DIR: ${{ env.PIPELINE_DIR }}

- name: Delete Method Configuration
if: always() # Ensures it runs regardless of success or failure
Expand Down

0 comments on commit c00128f

Please sign in to comment.