Skip to content

Commit

Permalink
remove unecessary CI stuff
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Lamarre <[email protected]>
  • Loading branch information
alexandreLamarre committed Jan 28, 2025
1 parent 591eb8b commit 4d6758c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 260 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/hl-ci.yaml

This file was deleted.

71 changes: 0 additions & 71 deletions .github/workflows/hpo-ci.yaml

This file was deleted.

97 changes: 0 additions & 97 deletions .github/workflows/hpo-e2e-ci.yaml

This file was deleted.

44 changes: 0 additions & 44 deletions .github/workflows/pr-debug-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,50 +42,6 @@ jobs:
echo "PR ${pr_number}" >> $GITHUB_STEP_SUMMARY
echo "PR SHA: ${head_sha:0:7}" >> $GITHUB_STEP_SUMMARY
echo "PR SHA FULL: ${head_sha}" >> $GITHUB_STEP_SUMMARY
# build_dev_helm_locker:
# name: Build and push helm-locker
# runs-on: ${{ github.repository == 'rancher/prometheus-federator' && format('runs-on,image=ubuntu22-full-x64,runner=4cpu-linux-x64,run-id={0}', github.run_id) || 'ubuntu-latest' }}
# needs: prepare_pr_info
# permissions:
# contents: read
# packages: write
# attestations: write
# id-token: write
# outputs:
# tags: ${{ steps.meta-helm-locker.outputs.tags }}
# steps:
# # Checkout the code at the head of the specified PR
# - name: Checkout PR Head
# uses: actions/checkout@v3
# with:
# ref: ${{ needs.prepare_pr_info.outputs.head_sha }}
# # Proceed to build images
# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v3
# - name: Log in to the Container registry
# uses: docker/login-action@v3
# with:
# registry: ${{ env.GHCR_REGISTRY }}
# username: ${{ github.actor }}
# password: ${{ secrets.GITHUB_TOKEN }}
# - name: Extract metadata (tags, labels) for helm-locker image
# id: meta-helm-locker
# uses: docker/metadata-action@v5
# with:
# images: ${{ env.GHCR_REGISTRY }}/${{ env.IMAGE_NAME }}/helm-locker
# tags: |
# type=raw,value=pr-${{ github.event.inputs.pr_number }}-${{ needs.prepare_pr_info.outputs.head_sha_short }}
# type=raw,value=pr-${{ github.event.inputs.pr_number }}
# - name: Build and push helm-locker image
# id: push
# uses: docker/build-push-action@v5
# with:
# context: .
# file: ./package/Dockerfile-helm-locker
# push: true
# tags: ${{ steps.meta-helm-locker.outputs.tags }}
# labels: ${{ steps.meta-helm-locker.outputs.labels }}
# platforms: linux/amd64,linux/arm64
build_dev_helm_project_operator:
name: Build and push helm-project-operator
runs-on: ${{ github.repository == 'rancher/prometheus-federator' && format('runs-on,image=ubuntu22-full-x64,runner=4cpu-linux-x64,run-id={0}', github.run_id) || 'ubuntu-latest' }}
Expand Down
21 changes: 0 additions & 21 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ env:
YQ_VERSION: v4.44.3

jobs:
# helm-locker-ci:
# uses: ./.github/workflows/hl-ci.yaml
# helm-project-operator-ci:
# uses: ./.github/workflows/hpo-ci.yaml
# with:
# skip_build: 'true'
ci:
uses: ./.github/workflows/ci.yaml
integration:
Expand Down Expand Up @@ -86,21 +80,6 @@ jobs:
registry: ${{ env.GHCR_REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
# - name: Extract metadata (tags, labels) for helm-locker image
# id: meta-locker
# uses: docker/metadata-action@v5
# with:
# images: ${{ env.GHCR_REGISTRY }}/${{ env.IMAGE_NAME }}/helm-locker
# - name: Build and push helm-locker image
# id: push
# uses: docker/build-push-action@v5
# with:
# context: .
# file: ./package/Dockerfile-helm-locker
# push: true
# tags: ${{ steps.meta-locker.outputs.tags }}
# labels: ${{ steps.meta-locker.outputs.labels }}
# platforms : linux/amd64,linux/arm64
- name: Extract metadata (tags, labels) for Helm-Project-Operator image
id: meta-hpo
uses: docker/metadata-action@v5
Expand Down

0 comments on commit 4d6758c

Please sign in to comment.