Skip to content

Commit

Permalink
.gitlab-ci.yml: remove unused get_data
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Oct 8, 2024
1 parent 8de512a commit 8f4c309
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ stages:
- status-pending
- config
- initialize
- data_init
- simulate
- calibrate
- benchmarks
Expand Down Expand Up @@ -93,18 +92,9 @@ common:setup:
- mkdir -p config
- print_env.sh

get_data:
stage: data_init
needs: ["common:setup"]
script:
- source .local/bin/env.sh
- ln -s "${LOCAL_DATA_PATH}/sim_output" sim_output
- ln -s "${LOCAL_DATA_PATH}/datasets/data" data
- cd ${LOCAL_DATA_PATH} && git clone --depth=1 https://eicweb.phy.anl.gov/EIC/datasets.git datasets

.det_benchmark:
needs:
- ["get_data","common:setup"]
- ["common:setup"]
before_script:
- mc config host add S3 https://eics3.sdcc.bnl.gov:9000 ${S3_ACCESS_KEY} ${S3_SECRET_KEY}
- source .local/bin/env.sh
Expand Down

0 comments on commit 8f4c309

Please sign in to comment.