Skip to content

Commit

Permalink
Ignore manifest validation
Browse files Browse the repository at this point in the history
  • Loading branch information
tschneider-aneo committed Nov 12, 2024
1 parent 1041a81 commit a1825e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ runs:
export KUBECONFIG="$KUBECONFIG_PATH"
sed "s/@@ARMONIK_CORE_VERSION@@/$ARMONIK_CORE_VERSION/g; s/@@NTASKS@@/$NTASKS/g; s/@@SESSION_NAME@@/$SESSION_NAME/g; s/@@GRPC_CLIENT_ENDPOINT@@/$GRPC_CLIENT_ENDPOINT/g" \
${{ inputs.working-directory }}/tools/ci/bench-job-template.yml |
kubectl apply -f -
kubectl apply -f - --validate=ignore
echo "session-name=$SESSION_NAME" >> "$GITHUB_OUTPUT"

0 comments on commit a1825e0

Please sign in to comment.