Skip to content

Commit 80402f1

Browse files
authored
Don't use variable group
1 parent 7db9cb4 commit 80402f1

7 files changed

Lines changed: 5 additions & 9 deletions

File tree

.azure/azure-pipelines-daily.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ schedules:
1414
variables:
1515
- name: system.debug
1616
value: true
17-
- group: github-token
1817

1918
jobs:
2019

.azure/azure-pipelines-daily.yml.m4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ schedules:
1717
variables:
1818
- name: system.debug
1919
value: true
20-
- group: github-token
2120

2221
jobs:
2322

.azure/azure-pipelines.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ pr:
1313
variables:
1414
- name: system.debug
1515
value: true
16-
- group: github-token
1716

1817
jobs:
1918

.azure/azure-pipelines.yml.m4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ pr:
1616
variables:
1717
- name: system.debug
1818
value: true
19-
- group: github-token
2019

2120
jobs:
2221

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- .git
3434
- run:
3535
name: test-cftests-junit.sh
36-
command: echo $ORG_GRADLE_PROJECT_jdkTestVersion && ./checker/bin-devel/test-cftests-junit.sh
36+
command: ./checker/bin-devel/test-cftests-junit.sh
3737
no_output_timeout: "30m"
3838
environment:
3939
ORG_GRADLE_PROJECT_jdkTestVersion: 17
@@ -58,7 +58,7 @@ jobs:
5858
- .git
5959
- run:
6060
name: test-cftests-junit.sh
61-
command: echo $ORG_GRADLE_PROJECT_jdkTestVersion && ./checker/bin-devel/test-cftests-junit.sh
61+
command: ./checker/bin-devel/test-cftests-junit.sh
6262
no_output_timeout: "30m"
6363
environment:
6464
ORG_GRADLE_PROJECT_jdkTestVersion: 21
@@ -132,7 +132,7 @@ jobs:
132132
- .git
133133
- run:
134134
name: test-cftests-junit.sh
135-
command: echo $ORG_GRADLE_PROJECT_jdkTestVersion && ./checker/bin-devel/test-cftests-junit.sh
135+
command: ./checker/bin-devel/test-cftests-junit.sh
136136
no_output_timeout: "30m"
137137
environment:
138138
ORG_GRADLE_PROJECT_jdkTestVersion: 26

.circleci/config.yml.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
# Only proceed to other jobs if canary_jobs passes.
1010
canary_jobs:
1111
docker:
12-
- image: 'cimg/base:2026.03'
12+
- image: 'cimg/base:2026.04'
1313
resource_class: small
1414
environment:
1515
CIRCLE_COMPARE_URL: << pipeline.project.git_url >>/compare/<< pipeline.git.base_revision >>..<<pipeline.git.revision>>

.circleci/defs.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ define([junit_job], [dnl
3131
circleci_boilerplate($1,)
3232
- run:
3333
name: test-cftests-junit.sh
34-
command: echo $ORG_GRADLE_PROJECT_jdkTestVersion && ./checker/bin-devel/test-cftests-junit.sh
34+
command: ./checker/bin-devel/test-cftests-junit.sh
3535
no_output_timeout: "30m"
3636
environment:
3737
ORG_GRADLE_PROJECT_jdkTestVersion: $1

0 commit comments

Comments
 (0)