Skip to content

Commit

Permalink
[fix] ci: update cyclonus workflow (#2866)
Browse files Browse the repository at this point in the history
ci: update cyclonus workflow
  • Loading branch information
jpayne3506 authored Jul 21, 2024
1 parent b29bdac commit f5ca482
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
uses: actions/upload-artifact@v4
if: always()
with:
name: logs
name: logs-${{ matrix.profile }}
path: |
./npm-logs_${{ matrix.profile }}.txt
./cyclonus-test_${{ matrix.profile }}.txt
6 changes: 3 additions & 3 deletions .github/workflows/cyclonus-netpol-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Make NPM image
run: |
make npm-image NPM_PLATFORM_TAG=cyclonus PLATFORM=linux/amd64 CONTAINER_BUILDER=docker BUILDX_ACTION='--load'
- name: Install Azure NPM
# set the ConfigMap based on the build matrix
# currently have to restart the daemonset because changing the ConfigMap doesn't restart NPM
Expand All @@ -60,7 +60,7 @@ jobs:
echo "Applying profile: ${{ matrix.profile }}"
kubectl apply -f ./npm/profiles/${{ matrix.profile }}
kubectl rollout restart ds azure-npm -n kube-system
- name: Check Cluster Components
run: |
sleep 10
Expand All @@ -80,7 +80,7 @@ jobs:
uses: actions/upload-artifact@v4
if: always()
with:
name: logs
name: logs-${{ matrix.profile }}
path: |
./npm-logs_${{ matrix.profile }}.txt
./cyclonus-test_${{ matrix.profile }}.txt

0 comments on commit f5ca482

Please sign in to comment.