Skip to content

Commit

Permalink
Merge pull request #113 from mallardduck/adjust-ci-actions
Browse files Browse the repository at this point in the history
remove all usage of tmate steps
  • Loading branch information
mallardduck authored Oct 23, 2024
2 parents 2675cf8 + 2c8b490 commit 9c37a7d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 22 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/hpo-e2e-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ name: "[helm-project-operator] E2E Helm Project Operator"
on:
workflow_dispatch:
inputs:
enable_tmate:
description: 'Enable debugging via tmate'
required: false
default: "false"
debug:
description: "Enable debug logs"
required: false
Expand Down Expand Up @@ -78,12 +74,6 @@ jobs:
- name: Setup kubectl context
run: |
kubectl config use-context "k3d-$CLUSTER_NAME";
- name: Set Up Tmate Debug Session
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.enable_tmate == 'true' }}
uses: mxschmitt/action-tmate@v3
timeout-minutes: 15
with:
limit-access-to-actor: true
- name: Install Helm Project Operator
run: ./.github/workflows/e2e/scripts/hpo-install-helm-project-operator.sh;

Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/prom-fed-e2e-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ name: "[prom-fed] E2E CI"
on:
workflow_dispatch:
inputs:
enable_tmate:
description: 'Enable debugging via tmate'
required: false
default: "false"
debug:
description: "Enable debug logs"
required: false
Expand Down Expand Up @@ -118,13 +114,6 @@ jobs:
name: Setup kubectl context
run: |
kubectl config use-context "k3d-$CLUSTER_NAME";
-
name: Set Up Tmate Debug Session
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.enable_tmate == 'true' }}
uses: mxschmitt/action-tmate@v3
timeout-minutes: 15
with:
limit-access-to-actor: true
-
name: Install Rancher Monitoring
run: ./.github/workflows/e2e/scripts/install-monitoring.sh;
Expand Down
1 change: 0 additions & 1 deletion scripts/e2e-ci
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ else
"Provision k3d Cluster"
"Import Images Into k3d"
"Setup kubectl context"
"Set Up Tmate Debug Session"
"Delete k3d cluster"
"Generate artifacts on failure"
"Upload logs and manifests on failure"
Expand Down

0 comments on commit 9c37a7d

Please sign in to comment.