Skip to content
Merged
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
201 changes: 0 additions & 201 deletions .azure/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -435,45 +435,6 @@ jobs:
fetchDepth: 25
- bash: ./scripts/test-quick-txt-diff.sh
displayName: test-quick-txt-diff.sh
- job: quick_rockylinux_jdk11
dependsOn:
- canary_jobs
- quick_rockylinux_jdk25
- quick_ubuntu_jdk11
pool:
vmImage: 'ubuntu-latest'
container: mdernst/daikon-rockylinux-jdk11${{ variables.testingSuffix }}:latest
steps:
- checkout: self
fetchDepth: 25
- bash: ./scripts/test-quick-txt-diff.sh
displayName: test-quick-txt-diff.sh
- job: quick_rockylinux_jdk17
dependsOn:
- canary_jobs
- quick_rockylinux_jdk25
- quick_ubuntu_jdk17
pool:
vmImage: 'ubuntu-latest'
container: mdernst/daikon-rockylinux-jdk17${{ variables.testingSuffix }}:latest
steps:
- checkout: self
fetchDepth: 25
- bash: ./scripts/test-quick-txt-diff.sh
displayName: test-quick-txt-diff.sh
- job: quick_rockylinux_jdk21
dependsOn:
- canary_jobs
- quick_rockylinux_jdk25
- quick_ubuntu_jdk21
pool:
vmImage: 'ubuntu-latest'
container: mdernst/daikon-rockylinux-jdk21${{ variables.testingSuffix }}:latest
steps:
- checkout: self
fetchDepth: 25
- bash: ./scripts/test-quick-txt-diff.sh
displayName: test-quick-txt-diff.sh
- job: quick_rockylinux_jdk25
dependsOn:
- canary_jobs
Expand All @@ -500,45 +461,6 @@ jobs:
fetchDepth: 25
- bash: ./scripts/test-nonquick-txt-diff.sh
displayName: test-nonquick-txt-diff.sh
- job: nonquick_rockylinux_jdk11
dependsOn:
- canary_jobs
- nonquick_rockylinux_jdk25
- nonquick_ubuntu_jdk11
pool:
vmImage: 'ubuntu-latest'
container: mdernst/daikon-rockylinux-jdk11${{ variables.testingSuffix }}:latest
steps:
- checkout: self
fetchDepth: 25
- bash: ./scripts/test-nonquick-txt-diff.sh
displayName: test-nonquick-txt-diff.sh
- job: nonquick_rockylinux_jdk17
dependsOn:
- canary_jobs
- nonquick_rockylinux_jdk25
- nonquick_ubuntu_jdk17
pool:
vmImage: 'ubuntu-latest'
container: mdernst/daikon-rockylinux-jdk17${{ variables.testingSuffix }}:latest
steps:
- checkout: self
fetchDepth: 25
- bash: ./scripts/test-nonquick-txt-diff.sh
displayName: test-nonquick-txt-diff.sh
- job: nonquick_rockylinux_jdk21
dependsOn:
- canary_jobs
- nonquick_rockylinux_jdk25
- nonquick_ubuntu_jdk21
pool:
vmImage: 'ubuntu-latest'
container: mdernst/daikon-rockylinux-jdk21${{ variables.testingSuffix }}:latest
steps:
- checkout: self
fetchDepth: 25
- bash: ./scripts/test-nonquick-txt-diff.sh
displayName: test-nonquick-txt-diff.sh
- job: nonquick_rockylinux_jdk25
dependsOn:
- canary_jobs
Expand All @@ -565,45 +487,6 @@ jobs:
fetchDepth: 25
- bash: ./scripts/test-non-txt-diff.sh
displayName: test-non-txt-diff.sh
- job: nontxt_rockylinux_jdk11
dependsOn:
- canary_jobs
- nontxt_rockylinux_jdk25
- nontxt_ubuntu_jdk11
pool:
vmImage: 'ubuntu-latest'
container: mdernst/daikon-rockylinux-jdk11${{ variables.testingSuffix }}:latest
steps:
- checkout: self
fetchDepth: 25
- bash: ./scripts/test-non-txt-diff.sh
displayName: test-non-txt-diff.sh
- job: nontxt_rockylinux_jdk17
dependsOn:
- canary_jobs
- nontxt_rockylinux_jdk25
- nontxt_ubuntu_jdk17
pool:
vmImage: 'ubuntu-latest'
container: mdernst/daikon-rockylinux-jdk17${{ variables.testingSuffix }}:latest
steps:
- checkout: self
fetchDepth: 25
- bash: ./scripts/test-non-txt-diff.sh
displayName: test-non-txt-diff.sh
- job: nontxt_rockylinux_jdk21
dependsOn:
- canary_jobs
- nontxt_rockylinux_jdk25
- nontxt_ubuntu_jdk21
pool:
vmImage: 'ubuntu-latest'
container: mdernst/daikon-rockylinux-jdk21${{ variables.testingSuffix }}:latest
steps:
- checkout: self
fetchDepth: 25
- bash: ./scripts/test-non-txt-diff.sh
displayName: test-non-txt-diff.sh
- job: nontxt_rockylinux_jdk25
dependsOn:
- canary_jobs
Expand Down Expand Up @@ -632,51 +515,6 @@ jobs:
displayName: make showvars
- bash: ./scripts/test-misc.sh
displayName: test-misc.sh
- job: misc_rockylinux_jdk11
dependsOn:
- canary_jobs
- misc_rockylinux_jdk25
- misc_ubuntu_jdk11
pool:
vmImage: 'ubuntu-latest'
container: mdernst/daikon-rockylinux-jdk11-plus${{ variables.testingSuffix }}:latest
steps:
- checkout: self
fetchDepth: 25
- bash: make showvars
displayName: make showvars
- bash: ./scripts/test-misc.sh
displayName: test-misc.sh
- job: misc_rockylinux_jdk17
dependsOn:
- canary_jobs
- misc_rockylinux_jdk25
- misc_ubuntu_jdk17
pool:
vmImage: 'ubuntu-latest'
container: mdernst/daikon-rockylinux-jdk17-plus${{ variables.testingSuffix }}:latest
steps:
- checkout: self
fetchDepth: 25
- bash: make showvars
displayName: make showvars
- bash: ./scripts/test-misc.sh
displayName: test-misc.sh
- job: misc_rockylinux_jdk21
dependsOn:
- canary_jobs
- misc_rockylinux_jdk25
- misc_ubuntu_jdk21
pool:
vmImage: 'ubuntu-latest'
container: mdernst/daikon-rockylinux-jdk21-plus${{ variables.testingSuffix }}:latest
steps:
- checkout: self
fetchDepth: 25
- bash: make showvars
displayName: make showvars
- bash: ./scripts/test-misc.sh
displayName: test-misc.sh
- job: misc_rockylinux_jdk25
dependsOn:
- canary_jobs
Expand Down Expand Up @@ -705,45 +543,6 @@ jobs:
fetchDepth: 25
- bash: ./scripts/test-kvasir.sh
displayName: test-kvasir.sh
- job: kvasir_rockylinux_jdk11
dependsOn:
- canary_jobs
- kvasir_rockylinux_jdk25
- kvasir_ubuntu_jdk11
pool:
vmImage: 'ubuntu-latest'
container: mdernst/daikon-rockylinux-jdk11-plus${{ variables.testingSuffix }}:latest
steps:
- checkout: self
fetchDepth: 25
- bash: ./scripts/test-kvasir.sh
displayName: test-kvasir.sh
- job: kvasir_rockylinux_jdk17
dependsOn:
- canary_jobs
- kvasir_rockylinux_jdk25
- kvasir_ubuntu_jdk17
pool:
vmImage: 'ubuntu-latest'
container: mdernst/daikon-rockylinux-jdk17-plus${{ variables.testingSuffix }}:latest
steps:
- checkout: self
fetchDepth: 25
- bash: ./scripts/test-kvasir.sh
displayName: test-kvasir.sh
- job: kvasir_rockylinux_jdk21
dependsOn:
- canary_jobs
- kvasir_rockylinux_jdk25
- kvasir_ubuntu_jdk21
pool:
vmImage: 'ubuntu-latest'
container: mdernst/daikon-rockylinux-jdk21-plus${{ variables.testingSuffix }}:latest
steps:
- checkout: self
fetchDepth: 25
- bash: ./scripts/test-kvasir.sh
displayName: test-kvasir.sh
- job: kvasir_rockylinux_jdk25
dependsOn:
- canary_jobs
Expand Down
15 changes: 0 additions & 15 deletions .azure/jobs.m4
Original file line number Diff line number Diff line change
Expand Up @@ -39,31 +39,16 @@ typecheck_latest_job(ubuntu, 25)
typecheck_bundled_job(ubuntu, 25)

quick_job(rockylinux, 8)
quick_job(rockylinux, 11)
quick_job(rockylinux, 17)
quick_job(rockylinux, 21)
quick_job(rockylinux, 25)

nonquick_job(rockylinux, 8)
nonquick_job(rockylinux, 11)
nonquick_job(rockylinux, 17)
nonquick_job(rockylinux, 21)
nonquick_job(rockylinux, 25)

nontxt_job(rockylinux, 8)
nontxt_job(rockylinux, 11)
nontxt_job(rockylinux, 17)
nontxt_job(rockylinux, 21)
nontxt_job(rockylinux, 25)

misc_job(rockylinux, 8)
misc_job(rockylinux, 11)
misc_job(rockylinux, 17)
misc_job(rockylinux, 21)
misc_job(rockylinux, 25)

kvasir_job(rockylinux, 8)
kvasir_job(rockylinux, 11)
kvasir_job(rockylinux, 17)
kvasir_job(rockylinux, 21)
kvasir_job(rockylinux, 25)
Loading