Skip to content

Commit

Permalink
add remainder
Browse files Browse the repository at this point in the history
  • Loading branch information
tommartensen committed Mar 5, 2024
1 parent 4740b5f commit 40effa6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
run: |
echo "automation-flavors version: ${{ inputs.automation-flavors-version }}"
echo "Cluster: ${{ inputs.cluster }}"
<<<<<<< HEAD
smoke-test:
runs-on: ubuntu-latest
Expand All @@ -40,7 +39,8 @@ jobs:
USE_GKE_GCLOUD_AUTH_PLUGIN: "True"
strategy:
matrix:
name: [demo, aks, aro, eks, gke-default, ibmroks, openshift-4, openshift-4-demo, openshift-4-perf-scale, openshift-multi, osd-on-aws, osd-on-gcp, qa-demo, rosa, rosahcp]
name: [gke-default]
# name: [demo, aks, aro, eks, gke-default, ibmroks, openshift-4, openshift-4-demo, openshift-4-perf-scale, openshift-multi, osd-on-aws, osd-on-gcp, qa-demo, rosa, rosahcp]
steps:
- name: Authenticate to GCloud
uses: google-github-actions/auth@v2
Expand Down Expand Up @@ -74,5 +74,3 @@ jobs:
wait: true
endpoint: localhost:8443
insecure: true
=======
>>>>>>> master

0 comments on commit 40effa6

Please sign in to comment.