Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove microshift #127

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,6 @@ jobs:
GRAFANA_ENABLE: true
TEKTON_ENABLE: true
test_name: kind_with_prometheus_and_tekton
- cluster_provider: microshift
prometheus_operator_version: v0.12.0
PROMETHEUS_ENABLE: false
GRAFANA_ENABLE: false
TEKTON_ENABLE: false
test_name: microshift_libbpf
- cluster_provider: microshift
prometheus_operator_version: v0.12.0
PROMETHEUS_ENABLE: true
GRAFANA_ENABLE: true
TEKTON_ENABLE: false
test_name: microshift_libbpf_with_prometheus
steps:
- uses: actions/checkout@v4
- uses: ./
Expand Down
6 changes: 0 additions & 6 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,6 @@ async function run() {
await configcluster();
}
}
if (runningBranch == 'microshift' || getInputOrDefault('cluster_provider', '') == 'microshift') {
await setupcluster();
if (config_cluster != 'false' ){
await configcluster();
}
}
if (getInputOrDefault('cluster_provider', '') == 'existing') {
await configcluster();
}
Expand Down
Loading