Revert "ci: skip build phases on re-enqueue if artifacts already exist" by jyotshnayaparla-00 · Pull Request #5974 · feldera/feldera · GitHub
Skip to content
Closed
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
6 changes: 1 addition & 5 deletions .github/workflows/build-docker.yml
11 changes: 8 additions & 3 deletions .github/workflows/test-integration-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,14 +233,19 @@ jobs:
env:
PYTHONPATH: ${{ github.workspace }}/python
IN_CI: 1 # We use this flag to skip some kafka tests in the python code base
FELDERA_HTTPS_TLS_CERT: ../test-tls/tls_test.crt
# OIDC environment variables for authentication
OIDC_TEST_ISSUER: ${{ vars.OIDC_TEST_ISSUER }}
OIDC_TEST_CLIENT_ID: ${{ vars.OIDC_TEST_CLIENT_ID }}
OIDC_TEST_CLIENT_SECRET: ${{ secrets.OIDC_TEST_CLIENT_SECRET }}
OIDC_TEST_USERNAME: ${{ secrets.OIDC_TEST_USERNAME }}
OIDC_TEST_PASSWORD: ${{ secrets.OIDC_TEST_PASSWORD }}

- name: Download fda binary
uses: actions/download-artifact@v8
uses: actions/download-artifact@v4
with:
name: fda-${{ matrix.target }}
path: build
run-id: ${{ inputs.artifacts_run_id || github.event.inputs.run_id || github.run_id }}
github-token: ${{ secrets.GITHUB_TOKEN }}

# Remove if https://github.com/actions/upload-artifact/issues/38 ever gets fixed
- name: Make fda binary executable
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-unit.yml
Loading