Skip to content

Commit

Permalink
Remove 'minimal' parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jan 31, 2024
1 parent d3a469d commit 4c154b3
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 11 deletions.
1 change: 0 additions & 1 deletion .github/workflows/e2e-noscience.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
call-workflow-passing-data:
uses: ./.github/workflows/e2e.yml
with:
minimal: true
noscience: true
secrets:
registry_username: ${{ secrets.REGISTRY_USERNAME }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/e2e-science.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
call-workflow-passing-data:
uses: ./.github/workflows/e2e.yml
with:
minimal: false
noscience: false
secrets:
registry_username: ${{ secrets.REGISTRY_USERNAME }}
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
noscience:
required: true
type: string
minimal:
required: true
type: string
secrets:
registry_username:
required: true
Expand Down
4 changes: 0 additions & 4 deletions conf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@
. "$CIUXCONFIG"

# Do not launch science pipeline if true
# Set minimal limits/requests for Spark driver and executor if true
NOSCIENCE="${NOSCIENCE:-false}"

MINIMAL="${MINIMAL:-false}"


# Build parameters
# ----------------

Expand Down
1 change: 0 additions & 1 deletion doc/devel.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ cd fink-broker
[,shell]
----
# Work with minimal cpu/memory requirements and no science code
export MINIMAL=true
export NOSCIENCE=true
----

Expand Down
2 changes: 1 addition & 1 deletion examples/aliases-fink.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ alias cdfa="cd $FINK_ALERT_SIM_SRC_DIR"
alias cdfb="cd $FINK_BROKER_SRC_DIR"
alias cdfc="cd $FINKCTL_SRC_DIR"

alias fns="export MINIMAL=true NOSCIENCE=true"
alias fns="export NOSCIENCE=true"
alias fbp="$FINK_BROKER_SRC_DIR/build.sh && $FINK_BROKER_SRC_DIR/push-image.sh"

alias fadel="kubectl delete pod -l workflows.argoproj.io/completed"
Expand Down

0 comments on commit 4c154b3

Please sign in to comment.