Skip to content

Commit

Permalink
bump atom sha, mtls add and nighly run update
Browse files Browse the repository at this point in the history
Signed-off-by: Barak Davidov <[email protected]>
  • Loading branch information
Barak Davidov committed Dec 3, 2024
1 parent 043af68 commit cb29782
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -658,15 +658,15 @@ jobs:
pattern: container_images_nvmeof
merge-multiple: true

- name: Cluster build and Atom tests run
if: always() && github.event_name != 'schedule'
run: |
. .env
ACTION_URL="https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
./tests/atom/clusterBuildTestsRun.sh $NVMEOF_VERSION $CEPH_SHA $ATOM_SHA $ACTION_URL
# - name: Cluster build and Atom tests run
# if: always() && github.event_name != 'schedule'
# run: |
# . .env
# ACTION_URL="https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
# ./tests/atom/clusterBuildTestsRun.sh $NVMEOF_VERSION $CEPH_SHA $ATOM_SHA $ACTION_URL

- name: Cluster build and Atom nightly tests run
if: always() && github.event_name == 'schedule'
# if: always() && github.event_name == 'schedule'
run: |
. .env
ACTION_URL="https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
Expand Down

0 comments on commit cb29782

Please sign in to comment.