Skip to content

Commit

Permalink
Merge branch 'master' into release-prep-1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vkmc committed Aug 22, 2024
2 parents cf7c229 + b046d56 commit 9534420
Show file tree
Hide file tree
Showing 40 changed files with 563 additions and 889 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4.1.3

- name: Install Ansible
run: python -m pip install 'ansible <= 2.9'
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4.1.3

- name: Install Ansible
run: python -m pip install 'ansible'
Expand All @@ -46,7 +46,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4.1.3

- name: Get operator-sdk image 0.19.4
run: curl --output operator-sdk -JL https://github.com/operator-framework/operator-sdk/releases/download/$RELEASE_VERSION/operator-sdk-$RELEASE_VERSION-x86_64-linux-gnu
Expand All @@ -69,7 +69,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4.1.3

- name: Verify image builds
run: docker build --tag infrawatch/service-telemetry-operator:latest --file build/Dockerfile .
Expand All @@ -82,7 +82,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4.1.3

- name: Get operator-sdk image 0.19.4
run: curl --output operator-sdk -JL https://github.com/operator-framework/operator-sdk/releases/download/$RELEASE_VERSION/operator-sdk-$RELEASE_VERSION-x86_64-linux-gnu
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4.1.3

# prepare environment to buld the bundle
- name: Get operator-sdk image 0.19.4
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
run: operator-sdk-$RELEASE_VERSION bundle validate --verbose /tmp/bundle

- name: Create KinD cluster to execute scorecard tests
uses: helm/kind-action@v1.4.0
uses: helm/kind-action@v1.10.0

# perform scorecard checks against a KinD cluster
- name: Check scorecord validation
Expand Down
33 changes: 0 additions & 33 deletions .jenkins/Dockerfile

This file was deleted.

55 changes: 0 additions & 55 deletions .jenkins/README.md

This file was deleted.

14 changes: 0 additions & 14 deletions .jenkins/agent/Dockerfile

This file was deleted.

29 changes: 0 additions & 29 deletions .jenkins/agent/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions .jenkins/agent/install-sdk.sh

This file was deleted.

144 changes: 0 additions & 144 deletions .jenkins/deploy/casc-configmap.yaml

This file was deleted.

Loading

0 comments on commit 9534420

Please sign in to comment.