Skip to content

Commit 28fa5a0

Browse files
committed
Merge branch 'main' of https://github.com/TechnologyEnhancedLearning/DatabricksPOC into poc-dab-workflow
2 parents 6114e89 + d51ffcb commit 28fa5a0

3 files changed

Lines changed: 7 additions & 15 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ jobs:
2222
echo "WARNING: Commit lint step is currently a placeholder."
2323
echo "Reference project: TELBlazor"
2424
# exit 0 <-- Change to 0 if you don't want to block the rest of the pipe yet
25+
26+
- name: Maybe code lint for only top priority issues
27+
run: |
28+
echo "WARNING: pylint lint step is currently a placeholder."
29+
# exit 0 <-- Change to 0 if you don't want to block the rest of the pipe yet
30+
#- databricks readme pages recommend [using their lint plugin](https://github.com/databrickslabs/pylint-plugin)
2531

2632
pytest:
2733
runs-on: ubuntu-latest

.github/workflows/main.yml-old

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
- name: Check Staging Integration Tests Before Allowing Prod Deploy
3232
run: |
3333
echo "running the integration yml test job integration_test_job.yml"
34-
databricks bundle run -t staging run_integration_tests
34+
databricks bundle run -t staging integration_test_job

.github/workflows/staging-cd.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,6 @@ jobs:
2323
- name: Checkout code
2424
uses: actions/checkout@v4
2525

26-
### maybe put in later
27-
# - name: Set up Python
28-
# uses: actions/setup-python@v4
29-
# with:
30-
# python-version: '3.10'
31-
32-
# - name: Install dependencies
33-
# run: |
34-
# pip install -r requirements.txt
35-
# qqqq add a step to make a version number so can see its changed and print it as part of the job
36-
#DAB_VERSION: "staging-${GITHUB_SHA::7}" # short commit hash
37-
# databricks bundle deploy --environment staging --version $DAB_VERSION
38-
39-
4026
- name: Set up Databricks CLI
4127
uses: databricks/setup-cli@main
4228

0 commit comments

Comments
 (0)