Skip to content

Commit

Permalink
Update CIs (#449)
Browse files Browse the repository at this point in the history
Signed-off-by: gabriel-farache <[email protected]>
  • Loading branch information
gabriel-farache authored Oct 9, 2024
1 parent a362ee8 commit 438b161
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 469 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/m2k-func.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
cd config-repo
git switch -c m2k-kfunc-autopr-$RANDOM
./hack/bump_chart_version.sh move2kube --bump-patch-version
./hack/bump_chart_version.sh move2kube --bump-tag-version
yq --inplace '.kfunction.image="quay.io/orchestrator/serverless-workflow-m2k-kfunc:${{ github.sha }}"' charts/move2kube/values.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
cd config-repo
git switch -c ${{ inputs.workflow_id }}-autopr-$RANDOM
./hack/bump_chart_version.sh ${{ inputs.workflow_id }} --bump-patch-version
./hack/bump_chart_version.sh ${{ inputs.workflow_id }} --bump-tag-version
mkdir -p charts/${{ inputs.workflow_id }}/templates
cp ${WORKDIR}/${{ inputs.workflow_id }}/manifests/* charts/${{ inputs.workflow_id }}/templates
Expand Down
173 changes: 0 additions & 173 deletions .github/workflows/mta-e2e.yaml

This file was deleted.

165 changes: 0 additions & 165 deletions .github/workflows/mta-v6.x-e2e.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/mta-v6.x.yml

This file was deleted.

1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ WORKFLOWS = \
escalation \
move2kube \
mta \
mta-v6.x \
mta-v7.x \
create-ocp-project \
$(NULL)
Expand Down
Loading

0 comments on commit 438b161

Please sign in to comment.