Skip to content

Commit

Permalink
fixup! 👷 ci: bump versions in e2e action, only trigger on pr
Browse files Browse the repository at this point in the history
  • Loading branch information
jfbus committed Jan 8, 2025
1 parent b96f0c1 commit 4df7308
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/e2e_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
paths:
- "**.go"
- "Dockerfile"
- ".trivyignore"
- "Makefile"
- "go.*"
- "osc-bsu-csi-driver/**.yaml"
Expand All @@ -32,13 +31,13 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- uses: outscale-dev/frieza-github-actions/frieza-clean@master
- uses: outscale/frieza-github-actions/frieza-clean@master
with:
access_key: ${{ secrets.OSC_ACCESS_KEY }}
secret_key: ${{ secrets.OSC_SECRET_KEY }}
region: ${{ secrets.OSC_REGION }}
- name: Deploy Cluster
uses: outscale-dev/osc-k8s-rke-cluster/github_actions/deploy_cluster@master
uses: outscale/osc-k8s-rke-cluster/github_actions/deploy_cluster@master
with:
repository_folder: "set-up-rke-cluster"
osc_access_key: ${{ secrets.OSC_ACCESS_KEY }}
Expand Down Expand Up @@ -71,7 +70,7 @@ jobs:
REGISTRY_IMAGE: localhost:4242/csi
IMAGE_TAG: ${{ github.sha }}
REGISTRY_TAG: ${{ github.sha }}
- name: Retrieve NodePort Ip and NodePort
- name: Retrieve NodePort ip/port
run: |
echo nodeport_port=$(kubectl get --namespace default -o jsonpath="{.spec.ports[0].nodePort}" services docker-registry) >> $GITHUB_ENV
echo nodeport_ip=$(kubectl get nodes --namespace default -o jsonpath="{.items[0].status.addresses[0].address}") >> $GITHUB_ENV
Expand Down

0 comments on commit 4df7308

Please sign in to comment.