blob: 32634cc218f26e46da967915569047d53f94c98c [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: "Hadoop 2.8.3/Java 8/Scala 2.12"
on: [push, workflow_dispatch]
permissions: read-all
jobs:
ci:
uses: ./.github/workflows/flink-ci-template.yml
with:
environment: 'PROFILE="-Dhadoop.version=2.8.3 -Dinclude_hadoop_aws -Dscala-2.12 -Djdk11 -Pjava11-target"'
jdk-version: 11
secrets:
s3_bucket: ${{ secrets.IT_CASE_S3_BUCKET }}
s3_access_key: ${{ secrets.IT_CASE_S3_ACCESS_KEY }}
s3_secret_key: ${{ secrets.IT_CASE_S3_SECRET_KEY }}
glue_schema_access_key: ${{ secrets.IT_CASE_GLUE_SCHEMA_ACCESS_KEY }}
glue_schema_secret_key: ${{ secrets.IT_CASE_GLUE_SCHEMA_SECRET_KEY }}
docs-404-check:
runs-on: self-hosted
container:
image: chesnay/flink-ci:java_8_11_xenial
steps:
- name: "Checks out Flink"
uses: actions/checkout@v2
with:
persist-credentials: false
- name: "Check if PR contains docs change"
run: |
source ./tools/azure-pipelines/build_properties.sh
pr_contains_docs_changes
shell: bash
- name: "Builds docs"
run: ./tools/ci/docs.sh