Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/w/126.0/bugfix/fix-ci-124' into …
Browse files Browse the repository at this point in the history
…w/127.0/bugfix/fix-ci-124
  • Loading branch information
TeddyAndrieux committed Jul 25, 2024
2 parents 79d4e86 + 1fa0d08 commit c45dba6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/actions/bastion-tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ runs:
uses: ./.github/actions/run-command-ssh
with:
NODE: bastion
SSH_OPTIONS: "-o ServerAliveInterval=15"
COMMAND: |
cd metalk8s
export SSH_CONFIG_FILE=\"/home/centos/ssh_config\"
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/run-command-ssh/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ inputs:
SSH_OPTIONS:
description: "Additional args passed to ssh"
required: false
default: ""
default: "-o ServerAliveInterval=15"

runs:
using: "composite"
Expand Down
1 change: 0 additions & 1 deletion .github/actions/run-k8s-conformance/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ runs:
with:
COMMAND: |
sudo ./sonobuoy run --kubeconfig=/etc/kubernetes/admin.conf --mode=certified-conformance --wait
SSH_OPTIONS: "-o ServerAliveInterval=15"
- name: Retrieve conformance tests result
uses: ./.github/actions/run-command-ssh
with:
Expand Down
2 changes: 1 addition & 1 deletion buildchain/buildchain/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
DOCKER_REPOSITORY: str = "docker.io/library"
FLUENT_REPOSITORY: str = "cr.fluentbit.io/fluent"
GRAFANA_REPOSITORY: str = "docker.io/grafana"
INGRESS_REPOSITORY: str = "k8s.gcr.io/ingress-nginx"
INGRESS_REPOSITORY: str = f"{K8S_REPOSITORY}/ingress-nginx"
KIWIGRID_REPOSITORY: str = "quay.io/kiwigrid"
KUBE_STATE_METRICS_REPOSITORY: str = f"{K8S_REPOSITORY}/kube-state-metrics"
PROMETHEUS_ADAPTER_REPOSITORY: str = f"{K8S_REPOSITORY}/prometheus-adapter"
Expand Down

0 comments on commit c45dba6

Please sign in to comment.