Skip to content

Commit

Permalink
Run ArgoCD on self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Jan 8, 2024
1 parent cddb966 commit a8e5a94
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions .github/workflows/itest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,16 +102,13 @@ jobs:
kubectl version --client
ktbx version
ktbx create -s
- name: Load fink-alert-simulator image inside kind
- name: Install olm and argocd operators
run: |
. "$CIUXCONFIG"
. "$FINK_ALERT_SIMULATOR_DIR"/conf.sh
if docker exec -t -- kind-control-plane crictl pull "$IMAGE"; then
echo "::notice Succeeded to pull $IMAGE"
else
echo "::error Failed to pull $IMAGE"
exit 1
fi
ktbx install olm
ktbx install argocd
- name: Run argoCD
run: |
./itest/argocd.sh
- name: Load fink-broker image inside kind
run: |
IMAGE=${{ needs.build.outputs.image }}
Expand All @@ -124,17 +121,11 @@ jobs:
run: |
. "$CIUXCONFIG"
"$FINK_ALERT_SIMULATOR_DIR"/prereq-install.sh
- name: Install strimzi (kafka-operator)
run: ./itest/strimzi-install.sh
- name: Setup kafka
run: ./itest/strimzi-setup.sh
- name: Install fink-broker pre-requisites (JDK, Spark)
run: |
sudo apt-get -y update
sudo apt-get -y install openjdk-8-jdk-headless
./itest/prereq-install.sh
- name: Install MinIO
run: ./itest/minio-install.sh
- name: Run fink-alert-simulator
run: |
. "$CIUXCONFIG"
Expand Down

0 comments on commit a8e5a94

Please sign in to comment.