Skip to content

Commit

Permalink
Update current feature
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Dec 12, 2023
1 parent 55b21ac commit 02df291
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ciux
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ dependencies:
pull: true
- url: https://github.com/astrolabsoftware/finkctl
clone: true
- image: gitlab-registry.in2p3.fr/astrolabsoftware/fink/k8s-spark-py:3.4.1
- image: gitlab-registry.in2p3.fr/astrolabsoftware/fink/spark-py:k8s-3.4.1
- package: github.com/k8s-school/[email protected]

5 changes: 3 additions & 2 deletions .github/workflows/itest-gha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master
env:
CIUXCONFIG: /tmp/ciux.sh
CIUX_VERSION: v0.0.1-rc8
CIUX_VERSION: v0.0.1-rc9
GHA_BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
NOSCIENCE: true
MINIMAL: true
Expand Down Expand Up @@ -56,7 +56,8 @@ jobs:
- name: Install ciux
run: go install github.com/k8s-school/ciux@"${{ env.CIUX_VERSION }}"
- name: Ciux project ignition
run: ciux ignite $PWD --itest --branch="$GHA_BRANCH_NAME"
run: |
ciux ignite $PWD --itest --branch="$GHA_BRANCH_NAME"
- name: Create k8s/kind cluster
run: |
ktbx install kind
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/itest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
required: true
env:
CIUXCONFIG: /tmp/ciux.sh
CIUX_VERSION: v0.0.1-rc8
CIUX_VERSION: v0.0.1-rc9
GHA_BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
MINIMAL: ${{ inputs.minimal }}
NOSCIENCE: ${{ inputs.noscience }}
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ else
fi

# Build image
docker image build --tag "$IMAGE" --build-arg spark_py_image="$SPARK_PY_IMAGE" "$DIR" --target $TARGET
docker image build --tag "$IMAGE" --build-arg spark_py_image="$ASTROLABSOFTWARE_FINK_SPARK_PY_IMAGE" "$DIR" --target $TARGET

0 comments on commit 02df291

Please sign in to comment.