Skip to content

Commit

Permalink
ci: enable gcc-oldest build (#14423)
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan authored Jul 2, 2024
1 parent f58befb commit b5026cc
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 305 deletions.
42 changes: 0 additions & 42 deletions ci/cloudbuild/builds/gcc-7.3.sh

This file was deleted.

199 changes: 0 additions & 199 deletions ci/cloudbuild/dockerfiles/centos-7.Dockerfile

This file was deleted.

31 changes: 0 additions & 31 deletions ci/cloudbuild/triggers/gcc-7-3-ci.yaml

This file was deleted.

32 changes: 0 additions & 32 deletions ci/cloudbuild/triggers/gcc-7-3-pr.yaml

This file was deleted.

3 changes: 3 additions & 0 deletions ci/cloudbuild/triggers/gcc-oldest-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,17 @@
# See the License for the specific language governing permissions and
# limitations under the License.

createTime: '2024-07-02T17:49:31.595592561Z'
filename: ci/cloudbuild/cloudbuild.yaml
github:
name: google-cloud-cpp
owner: googleapis
push:
branch: ^main$
id: 71fc938d-2480-4bdb-b274-eb0bf3a3ed1b
includeBuildLogs: INCLUDE_BUILD_LOGS_WITH_STATUS
name: gcc-oldest-ci
resourceName: projects/cloud-cpp-testing-resources/locations/global/triggers/71fc938d-2480-4bdb-b274-eb0bf3a3ed1b
substitutions:
_BUILD_NAME: gcc-oldest
_DISTRO: gcc-oldest
Expand Down
5 changes: 4 additions & 1 deletion ci/cloudbuild/triggers/gcc-oldest-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,19 @@
# See the License for the specific language governing permissions and
# limitations under the License.

createTime: '2024-07-02T17:51:28.002279385Z'
filename: ci/cloudbuild/cloudbuild.yaml
github:
name: google-cloud-cpp
owner: googleapis
pullRequest:
branch: ^main$
commentControl: COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY
id: d2015e6f-b0c4-46a4-afc6-d1ac99c4abea
includeBuildLogs: INCLUDE_BUILD_LOGS_WITH_STATUS
name: gcc-oldest-pr
substitutions:
resourceName: projects/cloud-cpp-testing-resources/locations/global/triggers/d2015e6f-b0c4-46a4-afc6-d1ac99c4abea
substitutions:
_BUILD_NAME: gcc-oldest
_DISTRO: gcc-oldest
_TRIGGER_TYPE: pr
Expand Down

0 comments on commit b5026cc

Please sign in to comment.